Serialized Form
-
Package com.flaptor.hist4j
-
Class AdaptiveHistogram
class AdaptiveHistogram extends Object implements Serializable- serialVersionUID:
- -1L
-
Serialized Fields
-
root
HistogramNode root
-
totalCount
long totalCount
-
-
Class com.flaptor.hist4j.Cell
class Cell extends Object implements Serializable- serialVersionUID:
- -1L
-
Serialized Fields
-
count
long count
-
maxValue
double maxValue
-
minValue
double minValue
-
-
Class com.flaptor.hist4j.HistogramDataNode
class HistogramDataNode extends HistogramNode implements Serializable- serialVersionUID:
- -1L
-
Serialized Fields
-
cell
Cell cell
-
-
Class com.flaptor.hist4j.HistogramForkNode
class HistogramForkNode extends HistogramNode implements Serializable- serialVersionUID:
- -1L
-
Serialized Fields
-
left
HistogramNode left
-
right
HistogramNode right
-
splitValue
double splitValue
-
-
Class com.flaptor.hist4j.HistogramNode
class HistogramNode extends Object implements Serializable- serialVersionUID:
- -1L
-
-
Package com.googlecode.genericdao.search
-
Class com.googlecode.genericdao.search.Field
class Field extends Object implements Serializable- serialVersionUID:
- 1L
-
Class Filter
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
class 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
class SearchResult extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
result
List<T> result
-
totalCount
int totalCount
-
-
Class com.googlecode.genericdao.search.Sort
class 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
-
Class net.pricefx.common.dto.Criteria
- serialVersionUID:
- 1L
-
-
Package net.pricefx.domain
-
Class net.pricefx.domain.Address
class Address extends Object implements Serializable- serialVersionUID:
- 2173212287907031484L
-
Class net.pricefx.domain.AlertConfiguration
class AlertConfiguration extends Object implements Serializable- serialVersionUID:
- -4942638677742354384L
-
Serialized Fields
-
comparisonElement
String comparisonElement
-
message
String message
-
operator
String operator
-
threshold
BigDecimal threshold
-
-
Class net.pricefx.domain.APIKey
class APIKey extends PersistedObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
activated
Boolean activated
-
apiKey
String apiKey
-
expiry
Integer expiry
-
label
String label
-
maxAttempts
int maxAttempts
-
partitionNames
String partitionNames
-
registrationEnabled
Boolean registrationEnabled
-
renewRefreshToken
Boolean renewRefreshToken
-
rsaPrivate
String rsaPrivate
-
rsaPublic
String rsaPublic
-
-
Class net.pricefx.domain.APIKey.APIKeyDto
class APIKeyDto extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
Class AttachedDocument
class AttachedDocument extends PersistedObject implements Serializable-
Serialized Fields
-
approvedByName
String approvedByName
-
createdByName
String createdByName
-
deniedByName
String deniedByName
-
docTypedId
String docTypedId
-
documentType
DocumentRef.DocumentType documentType
-
isAttached
boolean isAttached
-
isFinal
boolean isFinal
-
label
String label
-
lastUpdateByName
String lastUpdateByName
-
status
AttachedDocument.DocumentStatus status
-
submittedByName
String submittedByName
-
typeUniqueName
String typeUniqueName
-
uniqueName
String uniqueName
-
userGroupEdit
String userGroupEdit
-
userGroupViewDetails
String userGroupViewDetails
-
workflowStatus
Workflow.WorkflowStatus workflowStatus
-
-
-
Class AttachedDocument.CompositeKey
class CompositeKey extends Object implements Serializable -
Exception Class net.pricefx.domain.DMFieldCollectionNotFoundException
class DMFieldCollectionNotFoundException extends Exception implements Serializable-
Serialized Fields
-
fc
String fc
-
-
-
Exception Class net.pricefx.domain.DMFieldNotFoundException
class DMFieldNotFoundException extends Exception implements Serializable-
Serialized Fields
-
fc
DMFieldCollection fc
-
field
String field
-
-
-
Class net.pricefx.domain.DMFilter
class DMFilter extends Object implements Serializable- serialVersionUID:
- -4183699857175449395L
-
Class net.pricefx.domain.DMQuery.DimensionFilter
class DimensionFilter extends Object implements Serializable -
Class net.pricefx.domain.DMQuery.Projection
class Projection extends Object implements Serializable-
Serialized Fields
-
alias
String alias
-
applyDiscretization
boolean applyDiscretization
-
applyNormalization
boolean applyNormalization
-
baseField
String baseField
-
calculateSummaryStatistics
boolean calculateSummaryStatistics
-
compare
boolean compare
-
dataType
DataType dataType
-
defaultAsString
String defaultAsString
-
defaultValue
Object defaultValue
-
expression
String expression
-
field
String field
-
format
String format
-
func
DMQuery.Projection.Function func
-
isAggregation
boolean isAggregation
-
isDim
boolean isDim
-
isField
boolean isField
-
isFormula
boolean isFormula
-
isGroupBy
boolean isGroupBy
-
isPivot
boolean isPivot
-
isSQL
boolean isSQL
-
isTime
boolean isTime
-
label
String label
-
name
String name
-
postProcessor
DMQuery.Projection.PostProcessor postProcessor
-
resolvedExpr
String resolvedExpr
-
selectData
boolean selectData
-
selectDistinctValues
Boolean selectDistinctValues
-
valid
boolean valid
-
-
-
Class net.pricefx.domain.DynamicTabsConfigurationOld
class DynamicTabsConfigurationOld extends LinkedHashMap<String,DynamicTabsConfigurationOld.DynamicStep> implements Serializable -
Class net.pricefx.domain.EntityDeploymentLog
class EntityDeploymentLog extends PartitionedObject implements Serializable -
Class net.pricefx.domain.ObjToCommentThreadRelation.CompositeKey
class CompositeKey extends Object implements Serializable -
Class net.pricefx.domain.Partition
class Partition extends PersistedObject implements Serializable- serialVersionUID:
- 8868829336637677533L
-
Serialized Fields
-
baseCurrencyCode
String baseCurrencyCode
-
baseUOMCode
String baseUOMCode
-
csrfBlockerEnabled
Boolean csrfBlockerEnabled
-
csrfBlockerUserAgentExclusions
String csrfBlockerUserAgentExclusions
-
customSchemaInfo
String customSchemaInfo
-
disableBackgroundJobs
Boolean disableBackgroundJobs
-
dwDbName
String dwDbName
-
eventBitMask
Long eventBitMask
-
eventsToMQ
String eventsToMQ
-
globalObjectTypes
String globalObjectTypes
-
globalPartitionExtensions
String globalPartitionExtensions
-
globalPartitionName
String globalPartitionName
-
internalEventBitMask
Integer internalEventBitMask
-
label
String label
-
maxAdminUsers
Integer maxAdminUsers
-
maxAnalyticsUsers
Integer maxAnalyticsUsers
-
maxClaimManagerUsers
Integer maxClaimManagerUsers
-
maxContractManagerUsers
Integer maxContractManagerUsers
-
maxDealPlannerUsers
Integer maxDealPlannerUsers
-
maxPriceBuilderUsers
Integer maxPriceBuilderUsers
-
maxPriceOptimizationUsers
Integer maxPriceOptimizationUsers
-
maxPriceShopUsers
Integer maxPriceShopUsers
-
maxRebateManagerUsers
Integer maxRebateManagerUsers
-
maxSalesCompensationUsers
Integer maxSalesCompensationUsers
-
paDbHosts
String paDbHosts
-
paDbName
String paDbName
-
rServer
String rServer
-
uniqueName
String uniqueName
-
uuid
String uuid
-
-
Class net.pricefx.domain.SimpleValidationVisitor
class SimpleValidationVisitor extends Object implements Serializable- serialVersionUID:
- 4280775765908632200L
-
Class net.pricefx.domain.ValidationVisitorWithWarningsImpl
class ValidationVisitorWithWarningsImpl extends SimpleValidationVisitor implements Serializable- serialVersionUID:
- 6378291574280938471L
-
Class net.pricefx.domain.WorkflowActiveUsers.CompositeKey
class CompositeKey extends Object implements Serializable
-
-
Package net.pricefx.formulaengine
-
Class net.pricefx.formulaengine.DatamartQueryResultImpl
class DatamartQueryResultImpl extends Object implements Serializable- serialVersionUID:
- 1635220827475407128L
-
Serialized Fields
-
data
Matrix2D data
-
queryResult
DMPersistenceService.IQueryResult queryResult
-
-
Class net.pricefx.formulaengine.FormulaElementResult
class 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
-
excludeFromExport
boolean excludeFromExport
-
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) -
removeOverrideValueOptions
boolean removeOverrideValueOptions
-
resultGroup
String resultGroup
-
suffix
String suffix
-
summarize
boolean summarize
-
userGroup
String userGroup
-
warnings
ArrayList<String> warnings
-
warningsExtended
ArrayList<ServerMessage> warningsExtended
-
-
Class net.pricefx.formulaengine.FormulaErrorElementResult
class FormulaErrorElementResult extends FormulaElementResult implements Serializable- serialVersionUID:
- 1L
-
Exception Class net.pricefx.formulaengine.FormulaSyntaxErrorException
class FormulaSyntaxErrorException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
scr
SyntaxCheckResult scr
-
-
Exception Class net.pricefx.formulaengine.IllegalFieldValuesException
class IllegalFieldValuesException extends IllegalArgumentException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
illegalFieldValues
DMUtil.FieldValues illegalFieldValues
-
rowNumber
Long rowNumber
-
-
Exception Class net.pricefx.formulaengine.PriceFxException
class PriceFxException extends RuntimeException implements Serializable- serialVersionUID:
- -6087974472568219527L
-
Exception Class net.pricefx.formulaengine.XExpression
class XExpression extends Exception implements Serializable- serialVersionUID:
- 8963214792215339989L
-
Serialized Fields
-
endPosition
int endPosition
-
sourceElement
String sourceElement
-
startPosition
int startPosition
-
-
Exception Class net.pricefx.formulaengine.XIllegalOperation
class XIllegalOperation extends XExpression implements Serializable- serialVersionUID:
- -5848572930443768938L
-
Exception Class net.pricefx.formulaengine.XIllegalStatus
class XIllegalStatus extends XExpression implements Serializable- serialVersionUID:
- -6392499644160362935L
-
Exception Class net.pricefx.formulaengine.XIncorrectArgumentCount
class XIncorrectArgumentCount extends XExpression implements Serializable- serialVersionUID:
- 3819419519383675071L
-
Exception Class net.pricefx.formulaengine.XUndefinedFunction
class XUndefinedFunction extends XExpression implements Serializable- serialVersionUID:
- 8932541681908965078L
-
Serialized Fields
-
functionName
String functionName
-
-
Exception Class net.pricefx.formulaengine.XUndefinedUnit
class XUndefinedUnit extends XExpression implements Serializable- serialVersionUID:
- 2679534952501597282L
-
Serialized Fields
-
unitName
String unitName
-
-
Exception Class net.pricefx.formulaengine.XUndefinedVariable
class XUndefinedVariable extends XExpression implements Serializable- serialVersionUID:
- -7135924323920921454L
-
Serialized Fields
-
variableName
String variableName
-
-
-
Package net.pricefx.formulaengine.optimization
-
Class net.pricefx.formulaengine.optimization.CalculationResultsMap
class CalculationResultsMap extends UnmodifiableMap<String,Object> implements Serializable
-
-
Package net.pricefx.formulaengine.scripting
-
Exception Class net.pricefx.formulaengine.scripting.DataModifyingOperation.ConstraintsNotFoundException
class ConstraintsNotFoundException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
Class net.pricefx.formulaengine.scripting.Matrix2DImpl
class Matrix2DImpl extends Object implements Serializable- serialVersionUID:
- -6131070194444697382L
-
Class net.pricefx.formulaengine.scripting.SandboxAPI
class SandboxAPI extends Object implements Serializable- serialVersionUID:
- -650582623853147173L
-
Serialized Fields
-
allowLogging
Boolean allowLogging
-
asyncHttpCallExecutor
ScheduledExecutorService asyncHttpCallExecutor
-
retainGlobal
boolean retainGlobal
-
-
-
Package net.pricefx.formulaengine.scripting.inputbuilder
-
Class DashboardPopupInputBuilder.Dto
class Dto extends Object implements Serializable-
Serialized Fields
-
name
String name
Dashboard uniqueName -
portletNames
List<String> portletNames
Dashboard portlet names are actually the dashboard logic's LogicElement uniqueNames. -
preferences
Object preferences
Properties map:- viewStateJson: { layout: Array; // position/visibility of Portlets portletPreferences: Map<string, Object> // portlet preferences (filter/sort/order columns) activeEmbeddedPanels: Array; // active embedded panel (expand/collapse) }; - extraOptionValuesJson: { dashboardInputs: Array; // name and value of inputs };
-
-
-
Class net.pricefx.formulaengine.scripting.inputbuilder.DmQueryBuilderInputBuilder.State.SeriesQuery.SortBy
class SortBy extends LinkedHashMap<String,DmQueryBuilderInputBuilder.State.SeriesQuery.SortBy.SortByDirection> implements Serializable
-
-
Package net.pricefx.formulaengine.scripting.portlets
-
Package net.pricefx.server.dto
-
Class TieredValue
class TieredValue extends Object implements Serializable- serialVersionUID:
- -1876343670793908996L
-
Serialized Fields
-
sortType
TieredValueSortType sortType
-
tiers
List<TieredValue.Tier> tiers
-
valid
boolean valid
-
validationType
TieredValueValidationType validationType
-
-
Class TieredValue.Tier
class 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
class CalculationOutput extends Object implements Serializable- serialVersionUID:
- 4193581676153422271L
-
Class net.pricefx.server.dto.calculation.CalculationResult
class CalculationResult extends Object implements Serializable- serialVersionUID:
- 1118067873385198173L
-
Serialized Fields
-
alertMessage
String alertMessage
-
alertType
FormulaElementResult.AlertType alertType
-
cssProperties
String cssProperties
-
displayOptions
Integer displayOptions
-
excludeFromExport
boolean excludeFromExport
-
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
class CalculationResultSet extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
calculationSummaryStatus
int calculationSummaryStatus
-
results
List<CalculationResult> results
-
-
Class net.pricefx.server.dto.calculation.CompositeFlexChartResult
class CompositeFlexChartResult extends AbstractPortletDto implements Serializable- serialVersionUID:
- 2935497816990646136L
-
Serialized Fields
-
flexCharts
Collection<ResultFlexChart> flexCharts
-
numberOfColumns
int numberOfColumns
-
-
Class ConfiguratorEntry
class ConfiguratorEntry extends AbstractPortletDto implements Serializable- serialVersionUID:
- -5268805022880613L
-
Serialized Fields
-
additionalConfig
Map<String,
String> additionalConfig -
hiddenActions
List<InputButtonAction> hiddenActions
-
inputs
List<ContextParameter> inputs
-
isValueTrackingOn
boolean isValueTrackingOn
-
message
String message
-
-
Class ConfiguratorEntryArray
class ConfiguratorEntryArray extends AbstractPortletDto implements Serializable- serialVersionUID:
- 3179675501992872676L
-
Serialized Fields
-
entries
List<ConfiguratorEntry> entries
-
-
Exception Class net.pricefx.server.dto.calculation.ConfiguratorEntryException
class ConfiguratorEntryException extends RuntimeException implements Serializable -
Exception Class net.pricefx.server.dto.calculation.ConfiguratorEntryException.ChangeByLogicNotTrackedException
class ChangeByLogicNotTrackedException extends ConfiguratorEntryException implements Serializable -
Exception Class net.pricefx.server.dto.calculation.ConfiguratorEntryException.ContextParameterNotExistsException
class ContextParameterNotExistsException extends ConfiguratorEntryException implements Serializable -
Exception Class net.pricefx.server.dto.calculation.ConfiguratorEntryException.DefaultValueNotTrackedException
class DefaultValueNotTrackedException extends ConfiguratorEntryException implements Serializable -
Exception Class net.pricefx.server.dto.calculation.ConfiguratorEntryException.FirstRunNotTrackedException
class FirstRunNotTrackedException extends ConfiguratorEntryException implements Serializable -
Exception Class net.pricefx.server.dto.calculation.ConfiguratorEntryException.PreviousValueNotTrackedException
class PreviousValueNotTrackedException extends ConfiguratorEntryException implements Serializable -
Exception Class net.pricefx.server.dto.calculation.ConfiguratorEntryException.ValueNotTrackedException
class ValueNotTrackedException extends ConfiguratorEntryException implements Serializable -
Class ContextParameter
class ContextParameter extends Object implements Serializable- serialVersionUID:
- 3443538670067930182L
-
Serialized Fields
-
addUnknownValues
Boolean addUnknownValues
-
alwaysEditable
Boolean alwaysEditable
-
filter
Map<String,
Object> filter -
formattingOptions
Map<String,
Object> formattingOptions -
inputs
List<ContextParameter> inputs
-
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
-
userGroupEdit
String userGroupEdit
-
value
Object value
-
valueHint
String valueHint
-
valueOptions
String[] valueOptions
-
-
Class DashboardController
class DashboardController extends AbstractPortletDto implements Serializable- serialVersionUID:
- -9173069395089693075L
-
Serialized Fields
-
items
List<DashboardController.ControllerItem> items
-
-
Class ItemRecommendation
class ItemRecommendation extends Object implements Serializable- serialVersionUID:
- 496325040618193087L
-
Class net.pricefx.server.dto.calculation.ResultChart
class ResultChart extends AbstractPortletDto implements Serializable- serialVersionUID:
- 2266960694562305277L
-
Class net.pricefx.server.dto.calculation.ResultChart.ControllerOptions
class ControllerOptions extends Object implements Serializable- serialVersionUID:
- 7603542009867367570L
-
Class net.pricefx.server.dto.calculation.ResultCompensation
class ResultCompensation extends AbstractPortletDto implements Serializable- serialVersionUID:
- -3610648195068439687L
-
Serialized Fields
-
compensation
Object compensation
-
-
Class net.pricefx.server.dto.calculation.ResultCompensationRecord
class ResultCompensationRecord extends Object implements Serializable- serialVersionUID:
- -2863126236071806981L
-
Class net.pricefx.server.dto.calculation.ResultContract
class ResultContract extends AbstractPortletDto implements Serializable- serialVersionUID:
- -6215627213944710933L
-
Serialized Fields
-
contract
Object contract
-
-
Class net.pricefx.server.dto.calculation.ResultCustomForm
class ResultCustomForm extends AbstractPortletDto implements Serializable- serialVersionUID:
- 2481530479777805858L
-
Serialized Fields
-
customForm
CustomForm customForm
-
-
Class ResultFlexChart
class ResultFlexChart extends AbstractPortletDto implements Serializable- serialVersionUID:
- -6157954404068373997L
-
Class ResultGauge
class ResultGauge extends AbstractPortletDto 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
class ResultHighchart extends AbstractPortletDto implements Serializable- serialVersionUID:
- 7030L
-
Serialized Fields
-
chartDefinition
Map<String,
?> chartDefinition -
drilldownResultMatrixMap
Map<String,
List<ResultMatrix>> drilldownResultMatrixMap -
headersList
List<String> headersList
-
modulesList
List<String> modulesList
-
onClick
ResultHighchart.OnPointClickImpl onClick
-
resultMatrixList
List<ResultMatrix> resultMatrixList
-
showDataTab
boolean showDataTab
-
-
Class ResultHighmap
class ResultHighmap extends ResultHighchart implements Serializable- serialVersionUID:
- 7030L
-
Class ResultMatrix
class ResultMatrix extends AbstractPortletDto implements Serializable- serialVersionUID:
- 900L
-
Serialized Fields
-
aggregationStrategy
Map<String,
Object> aggregationStrategy Deprecated. -
backEndActions
List<ResultMatrix.BackEndAction> backEndActions
Deprecated. -
columnFormats
Map<String,
FieldFormatType> columnFormats Deprecated. -
columns
List<String> columns
Deprecated. -
columnTooltips
Map<String,
String> columnTooltips Deprecated. -
columnTranslations
Map<String,
String> columnTranslations Deprecated. -
defaultFormat
FieldFormatType defaultFormat
Deprecated. -
enableClientFilter
boolean enableClientFilter
Deprecated. -
enableGroupByControls
boolean enableGroupByControls
Deprecated. -
entries
List<Map<String,
Object>> entries Deprecated. -
escapeHTML
boolean escapeHTML
Deprecated. -
expandedGroups
List<String> expandedGroups
Deprecated. -
frozenColumns
List<String> frozenColumns
Deprecated. -
groupBy
List<String> groupBy
Deprecated. -
groupByColumnLabel
String groupByColumnLabel
Deprecated. -
groupByData
List<List<Map<String,
Object>>> groupByData Deprecated. -
isGroupByDataExpanded
boolean isGroupByDataExpanded
Deprecated. -
onRowSelectEvents
Map<String,
Map<String, String>> onRowSelectEvents Deprecated. -
preferenceName
String preferenceName
Deprecated. -
preferencesDisabled
boolean preferencesDisabled
Deprecated. -
showGroupByColumns
boolean showGroupByColumns
Deprecated. -
showGroupByControls
boolean showGroupByControls
Deprecated. -
sortingDisabled
boolean sortingDisabled
Deprecated. -
title
String title
Deprecated. -
totalRow
Object totalRow
Deprecated.
-
-
Class ResultMatrix.AbstractResultMatrixCell
class AbstractResultMatrixCell extends Object implements Serializable -
Class ResultMatrix.ResultMatrixBackEndAction
class ResultMatrixBackEndAction extends Object implements Serializable-
Serialized Fields
-
buttonLabel
String buttonLabel
Deprecated. -
buttonTooltip
String buttonTooltip
Deprecated. -
failureMessage
String failureMessage
Deprecated. -
id
String id
Deprecated. -
parameters
ResultMatrix.ResultMatrixBackEndAction.LogicParameters parameters
Deprecated. -
successMessage
String successMessage
Deprecated. -
type
String type
Deprecated.
-
-
-
Class ResultMatrix.ResultMatrixBackEndCell
class ResultMatrixBackEndCell extends Object implements Serializable -
Class ResultMatrix.ResultMatrixCells
class ResultMatrixCells extends Object implements Serializable -
Class ResultMatrix.ResultMatrixDownloadCell
class ResultMatrixDownloadCell extends Object implements Serializable -
Class ResultMatrix.ResultMatrixImageCell
class ResultMatrixImageCell extends ResultMatrix.AbstractResultMatrixCell implements Serializable -
Class ResultMatrix.ResultMatrixLinkCell
class ResultMatrixLinkCell extends ResultMatrix.AbstractResultMatrixCell implements Serializable -
Class ResultMatrix.ResultMatrixOnRowSelection
class ResultMatrixOnRowSelection extends Object implements Serializable -
Class ResultMatrix.ResultMatrixStyledCell
class ResultMatrixStyledCell extends ResultMatrix.AbstractResultMatrixCell implements Serializable -
Class net.pricefx.server.dto.calculation.ResultMatrixDto
class ResultMatrixDto extends ResultMatrix implements Serializable -
Class net.pricefx.server.dto.calculation.ResultMatrixDto.LinkButtonCellDto
class LinkButtonCellDto extends ResultMatrix.ResultMatrixLinkCell implements Serializable-
Serialized Fields
-
buttonState
Object buttonState
-
-
-
Exception Class net.pricefx.server.dto.calculation.ResultMatrixGroupingException
class ResultMatrixGroupingException extends RuntimeException implements Serializable -
Exception Class net.pricefx.server.dto.calculation.ResultMatrixGroupingException.NotPartOfColumnsAttributeException
class NotPartOfColumnsAttributeException extends ResultMatrixGroupingException implements Serializable -
Exception Class net.pricefx.server.dto.calculation.ResultMatrixGroupingException.NotPartOfGroupByAttributeException
class NotPartOfGroupByAttributeException extends ResultMatrixGroupingException implements Serializable -
Exception Class net.pricefx.server.dto.calculation.ResultMatrixGroupingException.NullException
class NullException extends ResultMatrixGroupingException implements Serializable -
Exception Class net.pricefx.server.dto.calculation.ResultMatrixGroupingException.NullOrEmptyException
class NullOrEmptyException extends ResultMatrixGroupingException implements Serializable -
Exception Class net.pricefx.server.dto.calculation.ResultMatrixGroupingException.NumericColumnsNotContainingNumbersException
class NumericColumnsNotContainingNumbersException extends ResultMatrixGroupingException implements Serializable -
Class net.pricefx.server.dto.calculation.ResultModelRecords
class ResultModelRecords extends AbstractPortletDto implements Serializable- serialVersionUID:
- 1L
-
Class net.pricefx.server.dto.calculation.ResultPAQuery
class ResultPAQuery extends AbstractPortletDto implements Serializable- serialVersionUID:
- 1L
-
Class net.pricefx.server.dto.calculation.ResultQuote
class ResultQuote extends AbstractPortletDto implements Serializable- serialVersionUID:
- 6433826630361143079L
-
Serialized Fields
-
quote
Object quote
-
-
Class net.pricefx.server.dto.calculation.ResultRebateAgreement
class ResultRebateAgreement extends AbstractPortletDto implements Serializable- serialVersionUID:
- -3610648195068439687L
-
Serialized Fields
-
rebateAgreement
Object rebateAgreement
-
-
Class net.pricefx.server.dto.calculation.ResultRebateRecord
class ResultRebateRecord extends AbstractPortletDto implements Serializable- serialVersionUID:
- -2194620977066033415L
-
Class net.pricefx.server.dto.calculation.ResultWorkflow
class ResultWorkflow extends AbstractPortletDto implements Serializable- serialVersionUID:
- 9053646246786820912L
-
Class net.pricefx.server.dto.calculation.SyntaxCheckResult
class SyntaxCheckResult extends Object implements Serializable- serialVersionUID:
- 1L
-
Class net.pricefx.server.dto.calculation.SystemPortletDto
class SystemPortletDto extends AbstractPortletDto implements Serializable-
Serialized Fields
-
type
String type
-
-
-
Class net.pricefx.server.dto.calculation.TotalCalculationResult
class TotalCalculationResult extends CalculationResult implements Serializable- serialVersionUID:
- -1175208887370787569L
-
-
Package net.pricefx.server.dto.calculation.dashboard
-
Class net.pricefx.server.dto.calculation.dashboard.ResultDashboard
class ResultDashboard extends GroovyObjectSupport implements Serializable-
Serialized Fields
-
currentState
DashboardApiAdapter currentState
-
formulaEngineContext
FormulaEngineContext formulaEngineContext
-
portletDelegate
ResultDashboard.PortletDelegate portletDelegate
-
-
-
-
Package net.pricefx.server.protocol
-
Class net.pricefx.server.protocol.BaseClientResponse
class BaseClientResponse extends SimpleValidationVisitor implements Serializable- serialVersionUID:
- 8927868264869316501L
-
Serialized Fields
-
asyncResponse
boolean asyncResponse
-
csrfToken
String csrfToken
-
dataObjects
Collection<Object> dataObjects
-
dataStream
StreamResults dataStream
-
endRow
Integer endRow
-
errorCode
Integer errorCode
-
errorMessage
String errorMessage
-
errorName
String errorName
-
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
-
warnings
List<String> warnings
-
-
Class net.pricefx.server.protocol.BinaryClientResponse
class BinaryClientResponse extends BaseClientResponse implements Serializable- serialVersionUID:
- 3842801636528203784L
-
Serialized Fields
-
contentType
String contentType
-
-
Class net.pricefx.server.protocol.CsvClientResponse
class CsvClientResponse extends BaseClientResponse implements Serializable- serialVersionUID:
- 1L
-
Class net.pricefx.server.protocol.DMQueryExcelClientResponse
class DMQueryExcelClientResponse extends ExcelClientResponse implements Serializable- serialVersionUID:
- -6703902842776437090L
-
Serialized Fields
-
Class net.pricefx.server.protocol.ExcelClientResponse
class ExcelClientResponse extends JsonClientResponse implements Serializable- serialVersionUID:
- -2043753983385790343L
-
Serialization Methods
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
asyncFileName
String asyncFileName
-
columnStylesMap
Map<String,
CellStyle> columnStylesMap -
contentType
String contentType
-
dataSheet
Sheet dataSheet
-
dataSheetNamePrefix
String dataSheetNamePrefix
-
excelFile
File excelFile
-
extraColumnDefinition
Map<String,
Object> extraColumnDefinition -
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
-
templatingDto
GenerateTemplatingDto templatingDto
-
useColumnNames
boolean useColumnNames
-
workbook
Workbook workbook
-
writer
ObjectWriter writer
-
-
Class net.pricefx.server.protocol.FileClientResponse
class FileClientResponse extends BaseClientResponse implements Serializable- serialVersionUID:
- 1L
-
Class net.pricefx.server.protocol.HibernateStreamResults
class HibernateStreamResults extends Object implements Serializable -
Class net.pricefx.server.protocol.HtmlClientResponse
class HtmlClientResponse extends BaseClientResponse implements Serializable- serialVersionUID:
- -641541651785101653L
-
Serialized Fields
-
fetchURLPattern
String fetchURLPattern
-
-
Class net.pricefx.server.protocol.InlineClientResponse
class InlineClientResponse extends BinaryClientResponse implements Serializable -
Class net.pricefx.server.protocol.JsonClientResponse
class JsonClientResponse extends BaseClientResponse implements Serializable- serialVersionUID:
- -1301685574934597025L
-
Class net.pricefx.server.protocol.PublishingClientResponse
class 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
class RawExcelClientResponse extends ExcelClientResponse implements Serializable- serialVersionUID:
- 8528170981901520310L
-
Class net.pricefx.server.protocol.RawHtmlClientResponse
class RawHtmlClientResponse extends BaseClientResponse implements Serializable- serialVersionUID:
- 2823397151574212937L
-
Class net.pricefx.server.protocol.RawJsonClientResponse
class RawJsonClientResponse extends BaseClientResponse implements Serializable- serialVersionUID:
- 2823397151574212937L
-
Class net.pricefx.server.protocol.RawTextClientResponse
class RawTextClientResponse extends RawHtmlClientResponse implements Serializable- serialVersionUID:
- 2823397151574212937L
-
Class net.pricefx.server.protocol.RawXMLClientResponse
class RawXMLClientResponse extends RawHtmlClientResponse implements Serializable- serialVersionUID:
- 219112747732987601L
-
Class net.pricefx.server.protocol.SseClientResponse
class SseClientResponse extends BaseClientResponse implements Serializable- serialVersionUID:
- 3354217997196940121L
-
Class net.pricefx.server.protocol.SseClientResponse.SSEStreamResults
class SSEStreamResults extends Object implements Serializable-
Serialized Fields
-
finished
boolean finished
-
queue
BlockingQueue<? extends SseClientResponse.SSEStreamResults.SseItem> queue
-
-
-
-
Package net.pricefx.server.util.metamodel.dm
-
Class Column
class Column extends Column implements Serializable- serialVersionUID:
- 1L
-
Class net.pricefx.server.util.metamodel.dm.Query
class Query extends Query<Query> implements Serializable-
Serialized Fields
-
comparisonProjAliases
Collection<String> comparisonProjAliases
-
disableGreenplumOptimizer
boolean disableGreenplumOptimizer
-
options
Map<String,
Object> options -
pivotProjAlias
String pivotProjAlias
-
prjAliasToGLStatsMap
Map<String,
List<GroupLevelStatisticsType>> prjAliasToGLStatsMap -
rollupMode
DMQuery.RollupMode rollupMode
-
useCache
Boolean useCache
-
-
-
Class net.pricefx.server.util.metamodel.dm.Schema
class Schema extends Schema implements Serializable-
Serialized Fields
-
schemaService
DMSchemaService schemaService
-
-
-
Class Table
class Table extends Table implements Serializable-
Serialized Fields
-
useRefreshData
Boolean useRefreshData
-
view
boolean view
-
-
-
-
Package net.pricefx.service
-
Exception Class net.pricefx.service.ClassWideOperationInProgressException
class ClassWideOperationInProgressException extends RuntimeException implements Serializable -
Class net.pricefx.service.DMDBHosts
class DMDBHosts extends Object implements Serializable-
Serialized Fields
-
-
Exception Class net.pricefx.service.DMPersistenceServiceException
class DMPersistenceServiceException extends Exception implements Serializable -
Class net.pricefx.service.DMUtil.FieldValues
-
Class net.pricefx.service.DMUtil.Key
class Key extends MultiKey<Object> implements Serializable -
Class net.pricefx.service.DMUtil.Values
-
Exception Class net.pricefx.service.ObjectLockedException
class ObjectLockedException extends Exception implements Serializable-
Serialized Fields
-
lockedObj
Object lockedObj
-
-
-
Exception Class net.pricefx.service.OperationInProgressException
class OperationInProgressException extends Exception implements Serializable-
Serialized Fields
-
operation
LockableOperation.Operation operation
-
-
-
Exception Class net.pricefx.service.PersistenceServiceException
class PersistenceServiceException extends Exception implements Serializable -
Exception Class net.pricefx.service.PersistenceServiceFieldNotFoundException
class PersistenceServiceFieldNotFoundException extends PersistenceServiceException implements Serializable
-
-
Package net.pricefx.workflowengine
-
Exception Class net.pricefx.workflowengine.WorkflowExecutionEngineException
class WorkflowExecutionEngineException extends RuntimeException implements Serializable- serialVersionUID:
- 40200697728671778L
-