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
      • Serialized Fields

        • key
          String key
          The key to use for the property when using result mode RESULT_MAP.
        • operator
          int operator
          The operator to apply to the column: for example OP_COUNT, OP_SUM, OP_MAX. The default is OP_PROPERTY.
        • property
          String property
          The property to include in the result.
    • 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

  • Package net.pricefx.domain

    • Class net.pricefx.domain.AbstractConditionRecordItemKey.ViewCompositeKey

      class ViewCompositeKey extends Object implements Serializable
      • Serialized Fields

    • 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

    • 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

        • activated
          Boolean activated
        • apiKey
          String apiKey
        • expiry
          Integer expiry
        • maxFailedAttempts
          int maxFailedAttempts
        • partitionNames
          String partitionNames
        • registrationEnabled
          Boolean registrationEnabled
        • renewRefreshToken
          Boolean renewRefreshToken
        • rsaPrivate
          String rsaPrivate
        • rsaPublic
          String rsaPublic
    • Class AttachedDocument.CompositeKey

      class CompositeKey extends Object implements Serializable
      • Serialized Fields

    • Exception Class net.pricefx.domain.DMFieldCollectionNotFoundException

      class DMFieldCollectionNotFoundException extends Exception implements Serializable
      • Serialized Fields

    • 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
      • Serialized Fields

    • Class net.pricefx.domain.DMQuery.DimensionFilter

      class DimensionFilter extends Object implements Serializable
      • Serialized Fields

        • dimension
          String dimension
        • filterQuery
          DMQuery filterQuery
        • filterValues
          List<?> filterValues
        • invert
          boolean invert
    • 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
      • Serialized Fields

        • isTargetDeleted
          boolean isTargetDeleted
        • isTargetUpdated
          boolean isTargetUpdated
        • sourceTransactionId
          String sourceTransactionId
        • targetName
          String targetName
        • targetTypedId
          String targetTypedId
        • targetVersion
          Long targetVersion
    • Class net.pricefx.domain.ObjToCommentThreadRelation.CompositeKey

      class CompositeKey extends Object implements Serializable
      • Serialized Fields

        • commentThread
          CommentThread commentThread
        • parentObjectIdentifier
          String parentObjectIdentifier
        • partition
          Partition partition
        • relatedObjectIdentifier
          String relatedObjectIdentifier
    • 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
        • 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
      • Serialized Fields

    • 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
      • Serialized Fields

        • activeUserId
          Long activeUserId
        • delegated
          Boolean delegated
        • workFlowId
          Long workFlowId
  • 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 particular AbstractFormulaElement.

          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
      • Serialized Fields

        • token
          Token token
        • value1
          Object value1
        • value2
          Object value2
    • 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

    • 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

  • 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

  • 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
    • Class ConfiguratorEntry

      class ConfiguratorEntry extends AbstractPortletDto implements Serializable
      serialVersionUID:
      -5268805022880613L
    • Class ConfiguratorEntryArray

      class ConfiguratorEntryArray extends AbstractPortletDto implements Serializable
      serialVersionUID:
      3179675501992872676L
    • 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
    • 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
      • Serialized Fields

        • controllerOptions
          ResultChart.ControllerOptions controllerOptions
        • generatedSavedChart
          JsonNode generatedSavedChart
        • queryBuilderState
          Map<String,Object> queryBuilderState
        • resultType
          String resultType
    • Class net.pricefx.server.dto.calculation.ResultChart.ControllerOptions

      class ControllerOptions extends Object implements Serializable
      serialVersionUID:
      7603542009867367570L
      • Serialized Fields

        • defineDimFilters
          Boolean defineDimFilters
        • editDimFilters
          Boolean editDimFilters
        • editGenericFilter
          Boolean editGenericFilter
    • 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
      • Serialized Fields

        • compensationRecordSetLabel
          String compensationRecordSetLabel
        • description
          String description
        • name
          String name
        • sourceId
          String sourceId
        • uniqueName
          String uniqueName
    • Class net.pricefx.server.dto.calculation.ResultContract

      class ResultContract extends AbstractPortletDto implements Serializable
      serialVersionUID:
      -6215627213944710933L
      • Serialized Fields

    • Record Class net.pricefx.server.dto.calculation.ResultContractLineItem

      class ResultContractLineItem extends Record implements Serializable
      • Serialized Fields

        • contractLineItem
          Object contractLineItem
    • 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
      • Serialized Fields

        • baseTemplateToUse
          String baseTemplateToUse
        • flexChart
          Object flexChart
    • Class ResultGauge

      class ResultGauge extends AbstractPortletDto implements Serializable
      serialVersionUID:
      1298431956868170847L
    • Class ResultHighchart

      class ResultHighchart extends AbstractPortletDto implements Serializable
      serialVersionUID:
      11460L
    • Class ResultHighmap

      class ResultHighmap extends ResultHighchart implements Serializable
      serialVersionUID:
      7030L
      • Serialized Fields

    • Class net.pricefx.server.dto.calculation.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 net.pricefx.server.dto.calculation.ResultMatrix.AbstractResultMatrixCell

      class AbstractResultMatrixCell extends Object implements Serializable
      • Serialized Fields

        • type
          String type
          Deprecated.
        • value
          Object value
          Deprecated.
    • Class net.pricefx.server.dto.calculation.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 net.pricefx.server.dto.calculation.ResultMatrix.ResultMatrixBackEndCell

      class ResultMatrixBackEndCell extends Object implements Serializable
      • Serialized Fields

        • label
          String label
          Deprecated.
        • type
          String type
          Deprecated.
        • values
          String[] values
          Deprecated.
    • Class net.pricefx.server.dto.calculation.ResultMatrix.ResultMatrixCells

      class ResultMatrixCells extends Object implements Serializable
      • Serialized Fields

        • cells
          Object[] cells
          Deprecated.
        • label
          String label
          Deprecated.
        • type
          String type
          Deprecated.
    • Class net.pricefx.server.dto.calculation.ResultMatrix.ResultMatrixDownloadCell

      class ResultMatrixDownloadCell extends Object implements Serializable
      • Serialized Fields

        • label
          String label
          Deprecated.
        • type
          String type
          Deprecated.
        • values
          String[] values
          Deprecated.
    • Class net.pricefx.server.dto.calculation.ResultMatrix.ResultMatrixImageCell

      class ResultMatrixImageCell extends ResultMatrix.AbstractResultMatrixCell implements Serializable
    • Class net.pricefx.server.dto.calculation.ResultMatrix.ResultMatrixLinkCell

      class ResultMatrixLinkCell extends ResultMatrix.AbstractResultMatrixCell implements Serializable
      • Serialized Fields

        • targetPage
          String targetPage
          Deprecated.
        • targetPageState
          Object targetPageState
          Deprecated.
    • Class net.pricefx.server.dto.calculation.ResultMatrix.ResultMatrixOnRowSelection

      class ResultMatrixOnRowSelection extends Object implements Serializable
    • Class net.pricefx.server.dto.calculation.ResultMatrix.ResultMatrixStyledCell

      class ResultMatrixStyledCell extends ResultMatrix.AbstractResultMatrixCell implements Serializable
      • Serialized Fields

        • alignment
          String alignment
          Deprecated.
        • background
          String background
          Deprecated.
        • color
          String color
          Deprecated.
        • extraCSS
          String extraCSS
          Deprecated.
        • fontweight
          String fontweight
          Deprecated.
        • formatting
          String formatting
          Deprecated.
        • tooltip
          String tooltip
          Deprecated.
    • 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

    • Record Class net.pricefx.server.dto.calculation.ResultQuoteLineItem

      class ResultQuoteLineItem extends Record implements Serializable
      • Serialized Fields

        • quoteLineItem
          Object quoteLineItem
    • Class net.pricefx.server.dto.calculation.ResultRebateAgreement

      class ResultRebateAgreement extends AbstractPortletDto implements Serializable
      serialVersionUID:
      -3610648195068439687L
      • Serialized Fields

        • rebateAgreement
          Object rebateAgreement
    • Record Class net.pricefx.server.dto.calculation.ResultRebateAgreementLineItem

      class ResultRebateAgreementLineItem extends Record implements Serializable
      • Serialized Fields

        • rebateAgreementLineItem
          Object rebateAgreementLineItem
    • Class net.pricefx.server.dto.calculation.ResultRebateRecord

      class ResultRebateRecord extends AbstractPortletDto implements Serializable
      serialVersionUID:
      -2194620977066033415L
      • Serialized Fields

        • description
          String description
        • name
          String name
        • rebateRecordSetLabel
          String rebateRecordSetLabel
        • sourceId
          String sourceId
        • uniqueName
          String uniqueName
    • 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
      • Serialized Fields

        • element
          String element
        • endPosition
          int endPosition
        • message
          String message
        • startPosition
          int startPosition
    • Class net.pricefx.server.dto.calculation.SystemPortletDto

      class SystemPortletDto extends AbstractPortletDto implements Serializable
      • Serialized Fields

    • 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
    • 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
      • Serialized Fields

        • asyncFileName
          String asyncFileName
        • colName2TitleMap
          Map<String,Object> colName2TitleMap
        • csvWriter
          CsvWriter csvWriter
        • mapper
          ObjectMapper mapper
        • objService
          PersistedObjectService objService
        • row
          long row
        • useColumnNames
          boolean useColumnNames
    • Class net.pricefx.server.protocol.DMQueryExcelClientResponse

      class DMQueryExcelClientResponse extends ExcelClientResponse implements Serializable
      serialVersionUID:
      -6703902842776437090L
      • Serialized Fields

        • chart
          Object chart
        • chartImageSheetName
          String chartImageSheetName
        • chartMetaSheetName
          String chartMetaSheetName
        • explicitHeaderSet
          boolean explicitHeaderSet
        • explicitResultFieldsSet
          boolean explicitResultFieldsSet
        • metadataSheetNameSuffix
          String metadataSheetNameSuffix
        • queries
          List<Object> queries
    • Class net.pricefx.server.protocol.ExcelClientResponse

      class ExcelClientResponse extends JsonClientResponse implements Serializable
      serialVersionUID:
      -2043753983385790343L
      • Serialization Methods

      • 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
      • Serialized Fields

        • deleteAfterDataSent
          boolean deleteAfterDataSent
        • file
          File file
        • onSent
          Runnable onSent
    • Class net.pricefx.server.protocol.HibernateStreamResults

      class HibernateStreamResults extends Object implements Serializable
      • Serialized Fields

        • hibernateScrollableResult
          ScrollableResults hibernateScrollableResult
        • mapper
          Function<T,T> mapper
        • predicate
          Predicate<T> predicate
    • Class net.pricefx.server.protocol.HtmlClientResponse

      class HtmlClientResponse extends BaseClientResponse implements Serializable
      serialVersionUID:
      -641541651785101653L
      • Serialized Fields

        • fetchURLPattern
          String fetchURLPattern
    • Class net.pricefx.server.protocol.ImportManagerExcelClientResponse

      class ImportManagerExcelClientResponse extends RawExcelClientResponse implements Serializable
      serialVersionUID:
      8528170981901520310L
      • Serialized Fields

        • shadowSheet
          Sheet shadowSheet
    • 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
      • Serialized Fields

        • postWriteTasks
          List<JsonClientResponse.PostWriteTask> postWriteTasks
        • requestURL
          String requestURL
    • 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.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
        • 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

        • partition2DbHostRoundRobin
          Map<String,DMDBHosts.RoundRobin> partition2DbHostRoundRobin
        • partition2DbHosts
          MultiValuedMap<String,DMDBHosts.DMDBHost> partition2DbHosts
        • partition2MasterDbHost
          Map<String,DMDBHosts.DMDBHost> partition2MasterDbHost
        • partitionName2Id
          Map<String,Long> partitionName2Id
    • Exception Class net.pricefx.service.DMPersistenceServiceException

      class DMPersistenceServiceException extends Exception implements Serializable
    • Class net.pricefx.service.DMUtil.FieldValues

      class FieldValues extends LinkedHashMap<String,Object> implements Serializable
    • Class net.pricefx.service.DMUtil.Key

      class Key extends MultiKey<Object> implements Serializable
    • Class net.pricefx.service.DMUtil.Values

      class Values extends ArrayList<Object> implements Serializable
    • Exception Class net.pricefx.service.ObjectLockedException

      class ObjectLockedException extends Exception implements Serializable
      • Serialized Fields

    • 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
      • Serialized Fields

        • args
          List<Object> args
        • type
          WorkflowExecutionEngineException.Type type