Serialized Form
-
Package com.flaptor.hist4j
-
Class AdaptiveHistogram extends Object implements Serializable
- serialVersionUID:
- -1L
-
Serialized Fields
-
root
HistogramNode root
-
totalCount
long totalCount
-
-
Class com.flaptor.hist4j.Cell extends Object implements Serializable
- serialVersionUID:
- -1L
-
Serialized Fields
-
count
long count
-
maxValue
double maxValue
-
minValue
double minValue
-
-
Class com.flaptor.hist4j.HistogramDataNode extends HistogramNode implements Serializable
- serialVersionUID:
- -1L
-
Serialized Fields
-
cell
Cell cell
-
-
Class com.flaptor.hist4j.HistogramForkNode extends HistogramNode implements Serializable
- serialVersionUID:
- -1L
-
Serialized Fields
-
left
HistogramNode left
-
right
HistogramNode right
-
splitValue
double splitValue
-
-
Class com.flaptor.hist4j.HistogramNode extends Object implements Serializable
- serialVersionUID:
- -1L
-
-
Package com.googlecode.genericdao.search
-
Class com.googlecode.genericdao.search.Field extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class Filter extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
operator
int operator
The type of comparison to do between the property and the value. The options are limited to the integer constants on this class:OP_EQAUL, OP_NOT_EQUAL, OP_LESS_THAN, OP_GREATER_THAN, LESS_OR_EQUAL, OP_GREATER_OR_EQUAL, OP_IN, OP_NOT_IN, OP_LIKE, OP_ILIKE, OP_NULL, OP_NOT_NULL, OP_EMPTY, OP_NOT_EMPTY, OP_SOME, OP_ALL, OP_NONE, OP_AND, OP_OR, OP_NOT
. -
property
String property
The name of the property to filter on. It may be nested. Examples:"name", "dateOfBirth", "employee.age", "employee.spouse.job.title"
-
value
Object value
The value to compare the property with. Should be of a compatible type with the property. Examples:"Fred", new Date(), 45
-
-
Class com.googlecode.genericdao.search.Search extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
disjunction
boolean disjunction
-
distinct
boolean distinct
-
fetches
List<String> fetches
-
fields
List<Field> fields
-
filters
List<Filter> filters
-
firstResult
int firstResult
-
maxResults
int maxResults
-
options
LockOptions options
-
page
int page
-
queryCached
boolean queryCached
-
resultMode
int resultMode
-
searchClass
Class<?> searchClass
-
sorts
List<Sort> sorts
-
-
Class com.googlecode.genericdao.search.SearchResult extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
result
List<T> result
-
totalCount
int totalCount
-
-
Class com.googlecode.genericdao.search.Sort extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
customExpression
boolean customExpression
-
desc
boolean desc
-
ignoreCase
boolean ignoreCase
-
property
String property
-
-
-
Package net.pricefx.common.dto
-
Package net.pricefx.formulaengine
-
Class net.pricefx.formulaengine.DatamartQueryResultImpl extends Object implements Serializable
- serialVersionUID:
- 1635220827475407128L
-
Serialized Fields
-
data
Matrix2D data
-
queryResult
DMPersistenceService.IQueryResult queryResult
-
-
Class net.pricefx.formulaengine.DatamartRowSet.IllegalFieldValuesException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
illegalFieldValues
DMUtil.FieldValues illegalFieldValues
-
-
Class net.pricefx.formulaengine.FormulaElementResult extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
alertMessage
String alertMessage
-
alertType
FormulaElementResult.AlertType alertType
-
cellStyles
String cellStyles
Logic-driven CSS properties -
cssProperties
String cssProperties
CSS properties common to all results of a particularAbstractFormulaElement
.For example: the "Color" column of the "Calculation Logic" page grid goes here as the "background-color" property
-
deserializedResultType
String deserializedResultType
When calculations run in distributed mode the results are transported as JSON over the wire In case of complex results (matrix,etc) the received FormulaElementResult result is not a real ComplexCalculationResult anymore but a LinkedHashMap We usually do not need the real object in these cases, but we need to treat it equally as a real ComplexCalculationResult So we store the resultType in this case here (and only in this case) -
displayOptions
Integer displayOptions
-
elementDescription
String elementDescription
-
elementLabel
String elementLabel
-
elementName
String elementName
-
elementResult
Object elementResult
-
elementResultDescription
String elementResultDescription
-
formatType
FieldFormatType formatType
-
hideOnNull
boolean hideOnNull
-
hideWarnings
boolean hideWarnings
-
labelTranslations
String labelTranslations
-
overridable
boolean overridable
-
overridden
boolean overridden
-
overrideAllowEmpty
boolean overrideAllowEmpty
-
overrideValueOptions
List<Object> overrideValueOptions
Logic-driven Manual Override options (if manual override should only allow certain values) -
resultGroup
String resultGroup
-
suffix
String suffix
-
summarize
boolean summarize
-
userGroup
String userGroup
-
warnings
ArrayList<String> warnings
-
-
Class net.pricefx.formulaengine.FormulaErrorElementResult extends FormulaElementResult implements Serializable
- serialVersionUID:
- 1L
-
Class net.pricefx.formulaengine.FormulaSyntaxErrorException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
scr
SyntaxCheckResult scr
-
-
Class net.pricefx.formulaengine.PriceFxException extends RuntimeException implements Serializable
- serialVersionUID:
- -6087974472568219527L
-
Class net.pricefx.formulaengine.XExpression extends Exception implements Serializable
- serialVersionUID:
- 8963214792215339989L
-
Serialized Fields
-
endPosition
int endPosition
-
sourceElement
String sourceElement
-
startPosition
int startPosition
-
-
Class net.pricefx.formulaengine.XIllegalOperation extends XExpression implements Serializable
- serialVersionUID:
- -5848572930443768938L
-
Class net.pricefx.formulaengine.XIllegalStatus extends XExpression implements Serializable
- serialVersionUID:
- -6392499644160362935L
-
Class net.pricefx.formulaengine.XIncorrectArgumentCount extends XExpression implements Serializable
- serialVersionUID:
- 3819419519383675071L
-
Class net.pricefx.formulaengine.XUndefinedFunction extends XExpression implements Serializable
- serialVersionUID:
- 8932541681908965078L
-
Serialized Fields
-
functionName
String functionName
-
-
Class net.pricefx.formulaengine.XUndefinedUnit extends XExpression implements Serializable
- serialVersionUID:
- 2679534952501597282L
-
Serialized Fields
-
unitName
String unitName
-
-
Class net.pricefx.formulaengine.XUndefinedVariable extends XExpression implements Serializable
- serialVersionUID:
- -7135924323920921454L
-
Serialized Fields
-
variableName
String variableName
-
-
-
Package net.pricefx.formulaengine.scripting
-
Class net.pricefx.formulaengine.scripting.DataModifyingOperation.ConstraintsNotFoundException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class net.pricefx.formulaengine.scripting.Matrix2DImpl extends Object implements Serializable
- serialVersionUID:
- -6131070194444697382L
-
Class net.pricefx.formulaengine.scripting.SandboxAPI extends Object implements Serializable
- serialVersionUID:
- -650582623853147173L
-
Serialized Fields
-
allowLogging
Boolean allowLogging
-
retainGlobal
boolean retainGlobal
-
-
-
Package net.pricefx.server.dto
-
Class net.pricefx.server.dto.TieredValue extends Object implements Serializable
- serialVersionUID:
- -1876343670793908996L
-
Serialized Fields
-
sortType
TieredValueSortType sortType
-
tiers
List<TieredValue.Tier> tiers
-
valid
boolean valid
-
validationType
TieredValueValidationType validationType
-
-
Class net.pricefx.server.dto.TieredValue.Tier extends Object implements Serializable
- serialVersionUID:
- -4200298405310577077L
-
Serialized Fields
-
n
int n
-
target
BigDecimal target
-
targetRaw
String targetRaw
-
value
BigDecimal value
-
valueRaw
String valueRaw
-
-
-
Package net.pricefx.server.dto.calculation
-
Class net.pricefx.server.dto.calculation.CalculationOutput extends Object implements Serializable
- serialVersionUID:
- 4193581676153422271L
-
Class net.pricefx.server.dto.calculation.CalculationResult extends Object implements Serializable
- serialVersionUID:
- 1118067873385198173L
-
Serialized Fields
-
alertMessage
String alertMessage
-
alertType
String alertType
-
cssProperties
String cssProperties
-
displayOptions
Integer displayOptions
-
formatType
FieldFormatType formatType
-
isOverridable
boolean isOverridable
-
isOverridden
boolean isOverridden
-
labelTranslations
String labelTranslations
-
overrideAllowEmpty
boolean overrideAllowEmpty
-
overrideValueOptions
List<Object> overrideValueOptions
-
result
Object result
-
resultDescription
String resultDescription
-
resultGroup
String resultGroup
-
resultLabel
String resultLabel
-
resultName
String resultName
-
resultType
String resultType
-
suffix
String suffix
-
summarize
boolean summarize
-
userGroup
String userGroup
-
warnings
ArrayList<String> warnings
-
-
Class net.pricefx.server.dto.calculation.CalculationResultSet extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
calculationSummaryStatus
int calculationSummaryStatus
-
results
List<CalculationResult> results
-
-
Class net.pricefx.server.dto.calculation.CompositeFlexChartResult extends Object implements Serializable
- serialVersionUID:
- 2935497816990646136L
-
Serialized Fields
-
flexCharts
Collection<ResultFlexChart> flexCharts
-
numberOfColumns
int numberOfColumns
-
-
Class ConfiguratorEntry extends Object implements Serializable
- serialVersionUID:
- -5268805022880613L
-
Serialized Fields
-
ctx
FormulaEngineContext ctx
-
hiddenActions
List<InputButtonAction> hiddenActions
-
inputs
List<ContextParameter> inputs
-
message
String message
-
-
Class net.pricefx.server.dto.calculation.ConfiguratorEntryArray extends Object implements Serializable
- serialVersionUID:
- 3179675501992872676L
-
Serialized Fields
-
entries
List<ConfiguratorEntry> entries
-
-
Class ContextParameter extends Object implements Serializable
- serialVersionUID:
- 3443538670067930182L
-
Serialized Fields
-
addUnknownValues
Boolean addUnknownValues
-
alwaysEditable
Boolean alwaysEditable
-
filter
Map<String,Object> filter
-
label
String label
-
labelTranslations
String labelTranslations
-
lookupTableId
String lookupTableId
-
name
String name
-
parameterConfig
Map<String,Object> parameterConfig
-
parameterGroup
String parameterGroup
-
readOnly
Boolean readOnly
-
required
Boolean required
-
type
InputType type
-
typedId
String typedId
-
url
String url
-
value
Object value
-
valueHint
String valueHint
-
valueOptions
String[] valueOptions
-
-
Class DashboardController extends Object implements Serializable
- serialVersionUID:
- -9173069395089693075L
-
Serialized Fields
-
items
List<DashboardController.ControllerItem> items
-
-
Class net.pricefx.server.dto.calculation.ResultChart extends Object implements Serializable
- serialVersionUID:
- 2266960694562305277L
-
Serialized Fields
-
controllerOptions
ResultChart.ControllerOptions controllerOptions
-
generatedSavedChart
JsonNode generatedSavedChart
-
resultType
String resultType
-
-
Class net.pricefx.server.dto.calculation.ResultContract extends Object implements Serializable
- serialVersionUID:
- -6215627213944710933L
-
Serialized Fields
-
contract
Object contract
-
-
Class ResultFlexChart extends Object implements Serializable
- serialVersionUID:
- -6157954404068373997L
-
Class ResultGauge extends Object implements Serializable
- serialVersionUID:
- 1298431956868170847L
-
Serialized Fields
-
max
BigDecimal max
-
min
BigDecimal min
-
prefix
String prefix
-
sectors
List<Map<String,Object>> sectors
-
suffix
String suffix
-
value
BigDecimal value
-
-
Class ResultHighchart extends Object implements Serializable
- serialVersionUID:
- 7030L
-
Class ResultHighmap extends ResultHighchart implements Serializable
- serialVersionUID:
- 7030L
-
Class ResultMatrix extends Object implements Serializable
- serialVersionUID:
- 2266960694562305277L
-
Serialized Fields
-
columnFormats
Map<String,FieldFormatType> columnFormats
-
columns
List<String> columns
-
columnTooltips
Map<String,String> columnTooltips
-
columnTranslations
Map<String,String> columnTranslations
-
defaultFormat
FieldFormatType defaultFormat
-
disableSorting
boolean disableSorting
-
enableClientFilter
boolean enableClientFilter
-
entries
List<Map<String,Object>> entries
-
escapeHTML
boolean escapeHTML
-
onRowSelectEvents
Map<String,Map<String,String>> onRowSelectEvents
-
preferenceName
String preferenceName
-
title
String title
-
-
Class net.pricefx.server.dto.calculation.ResultModelRecords extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class net.pricefx.server.dto.calculation.ResultPAQuery extends Object implements Serializable
- serialVersionUID:
- 1L
-
Class net.pricefx.server.dto.calculation.ResultQuote extends Object implements Serializable
- serialVersionUID:
- 6433826630361143079L
-
Serialized Fields
-
quote
Object quote
-
-
Class net.pricefx.server.dto.calculation.ResultRebateAgreement extends Object implements Serializable
- serialVersionUID:
- -3610648195068439687L
-
Serialized Fields
-
rebateAgreement
Object rebateAgreement
-
-
Class net.pricefx.server.dto.calculation.ResultRebateRecord extends Object implements Serializable
- serialVersionUID:
- -2194620977066033415L
-
Class net.pricefx.server.dto.calculation.ResultWorkflow extends Object implements Serializable
- serialVersionUID:
- 9053646246786820912L
-
Class net.pricefx.server.dto.calculation.SyntaxCheckResult extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
endPosition
int endPosition
-
message
String message
-
startPosition
int startPosition
-
-
Class net.pricefx.server.dto.calculation.TotalCalculationResult extends CalculationResult implements Serializable
- serialVersionUID:
- -1175208887370787569L
-
-
Package net.pricefx.server.dto.calculation.dashboard
-
Class net.pricefx.server.dto.calculation.dashboard.ResultDashboard extends GroovyObjectSupport implements Serializable
-
Serialized Fields
-
currentState
DashboardApi currentState
-
-
-
-
Package net.pricefx.server.protocol
-
Class net.pricefx.server.protocol.BaseClientResponse extends SimpleValidationVisitor implements Serializable
- serialVersionUID:
- 8927868264869316501L
-
Serialized Fields
-
csrfToken
String csrfToken
-
dataObjects
Collection<Object> dataObjects
-
dataStream
StreamResults dataStream
-
endRow
Integer endRow
-
errorMessage
String errorMessage
-
filterFields
List<String> filterFields
-
header
Object header
-
httpHeaders
Map<String,String> httpHeaders
-
httpResultCode
int httpResultCode
-
isDataStream
boolean isDataStream
-
node
String node
-
oldData
Map<String,Object> oldData
-
omitNulls
boolean omitNulls
-
request
HttpServletRequest request
-
requestOptions
Map<String,Object> requestOptions
-
resultFields
List<String> resultFields
-
resultFieldTitles
List<String> resultFieldTitles
-
startRow
Integer startRow
-
status
int status
-
totalRows
Integer totalRows
-
view
Class<? extends Views> view
-
-
Class net.pricefx.server.protocol.BinaryClientResponse extends BaseClientResponse implements Serializable
- serialVersionUID:
- 3842801636528203784L
-
Serialized Fields
-
contentType
String contentType
-
-
Class net.pricefx.server.protocol.CsvClientResponse extends BaseClientResponse implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
colName2TitleMap
Map<String,Object> colName2TitleMap
-
mapper
ObjectMapper mapper
-
objService
PersistedObjectService objService
-
row
long row
-
writer
PrintWriter writer
-
-
Class net.pricefx.server.protocol.DMQueryExcelClientResponse extends ExcelClientResponse implements Serializable
- serialVersionUID:
- -6703902842776437090L
-
Serialized Fields
-
Class net.pricefx.server.protocol.ExcelClientResponse extends BaseClientResponse implements Serializable
- serialVersionUID:
- -2043753983385790343L
-
Serialization Methods
-
writeObject
protected void writeObject(Sheet sheet, Object o, int row) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
contentType
String contentType
-
dataSheet
Sheet dataSheet
-
dataSheetNamePrefix
String dataSheetNamePrefix
-
excelFile
File excelFile
-
fileNamePrefix
String fileNamePrefix
-
firstDataSheetName
String firstDataSheetName
-
mapper
ObjectMapper mapper
-
newDataSheetToken
Object newDataSheetToken
-
objService
PersistedObjectService objService
-
row
int row
-
sheetCounter
int sheetCounter
-
sheetToColNamesMap
Map<String,List<String>> sheetToColNamesMap
-
templateName
String templateName
-
workbook
Workbook workbook
-
writer
ObjectWriter writer
-
-
Class net.pricefx.server.protocol.FileClientResponse extends BaseClientResponse implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
file
File file
-
-
Class net.pricefx.server.protocol.GraphQLResponse extends BaseClientResponse implements Serializable
-
Class net.pricefx.server.protocol.HibernateStreamResults extends Object implements Serializable
-
Serialized Fields
-
hibernateScrollableResult
ScrollableResults hibernateScrollableResult
-
-
-
Class net.pricefx.server.protocol.HtmlClientResponse extends BaseClientResponse implements Serializable
- serialVersionUID:
- -641541651785101653L
-
Serialized Fields
-
fetchURLPattern
String fetchURLPattern
-
-
Class net.pricefx.server.protocol.JsonClientResponse extends BaseClientResponse implements Serializable
- serialVersionUID:
- -1301685574934597025L
-
Serialized Fields
-
requestURL
String requestURL
-
-
Class net.pricefx.server.protocol.PublishingClientResponse extends BaseClientResponse implements Serializable
-
Serialized Fields
-
responseHandler
PublishingResponseHandler responseHandler
-
templateMeta
PublishingTemplatesDTO.PublishingTemplateDTO templateMeta
-
templateName
String templateName
-
type
PublishingTemplateResultType type
-
-
-
Class net.pricefx.server.protocol.RawExcelClientResponse extends ExcelClientResponse implements Serializable
- serialVersionUID:
- 8528170981901520310L
-
Class net.pricefx.server.protocol.RawHtmlClientResponse extends BaseClientResponse implements Serializable
- serialVersionUID:
- 2823397151574212937L
-
Class net.pricefx.server.protocol.RawJsonClientResponse extends BaseClientResponse implements Serializable
- serialVersionUID:
- 2823397151574212937L
-
Class net.pricefx.server.protocol.RawTextClientResponse extends RawHtmlClientResponse implements Serializable
- serialVersionUID:
- 2823397151574212937L
-
Class net.pricefx.server.protocol.RedirectResponse extends BaseClientResponse implements Serializable
-
Serialized Fields
-
location
String location
-
-
-
-
Package net.pricefx.service
-
Class net.pricefx.service.ClassWideOperationInProgressException extends RuntimeException implements Serializable
-
Class net.pricefx.service.DMDBHosts extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
paOrDw
DMDBHosts.PAorDW paOrDw
-
partition2DbHostRoundRobin
Map<String,DMDBHosts.RoundRobin> partition2DbHostRoundRobin
-
partition2DbHosts
MultiValuedMap<String,DMDBHosts.DMDBHost> partition2DbHosts
-
partition2MasterDbHost
Map<String,DMDBHosts.DMDBHost> partition2MasterDbHost
-
partitionName2Id
Map<String,Long> partitionName2Id
-
-
Class net.pricefx.service.DMPersistenceServiceException extends Exception implements Serializable
-
Class net.pricefx.service.DMUtil.Data extends ArrayList<ArrayList<?>> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class net.pricefx.service.DMUtil.FieldValues extends LinkedHashMap<String,Object> implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class net.pricefx.service.DMUtil.FieldValuesList extends ArrayList<DMUtil.FieldValues> implements Serializable
- serialVersionUID:
- 1L
-
Class net.pricefx.service.DMUtil.Header extends ArrayList<String> implements Serializable
- serialVersionUID:
- -8524583590260562623L
-
Class net.pricefx.service.DMUtil.Key extends MultiKey<String> implements Serializable
- serialVersionUID:
- 1L
-
Class net.pricefx.service.DMUtil.TypedValue extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class net.pricefx.service.ObjectLockedException extends Exception implements Serializable
-
Serialized Fields
-
lockedObj
Object lockedObj
-
-
-
Class net.pricefx.service.OperationInProgressException extends Exception implements Serializable
-
Serialized Fields
-
operation
LockableOperation.Operation operation
-
-
-
Class net.pricefx.service.PersistenceServiceException extends Exception implements Serializable
-
-
Package net.pricefx.workflowengine
-
Class net.pricefx.workflowengine.WorkflowExecutionEngineException extends RuntimeException implements Serializable
- serialVersionUID:
- 40200697728671778L
-