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.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

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

    • Class net.pricefx.domain.DMFieldCollection.ValidationWrapper

      class ValidationWrapper extends Object implements Serializable
      • Serialized Fields

        • messages
          ValidationVisitor messages
        • validationVisitor
          ValidationVisitor validationVisitor
    • Exception net.pricefx.domain.DMFieldCollectionNotFoundException

      class DMFieldCollectionNotFoundException extends Exception implements Serializable
      • Serialized Fields

    • Exception 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
      serialVersionUID:
      1L
      • 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
      serialVersionUID:
      1L
      • 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
        • statisticalProjectionsToGenerate
          List<GroupLevelStatisticsType> statisticalProjectionsToGenerate
        • 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.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.Scenario.Adjustments

      class Adjustments extends HashMap<String,Scenario.Adjustment> implements Serializable
      serialVersionUID:
      1L
    • Class net.pricefx.domain.SimpleValidationVisitor

      class SimpleValidationVisitor extends Object implements Serializable
      serialVersionUID:
      4280775765908632200L
      • Serialized Fields

    • 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
        • ELEMENT_RESULT_MAX_SIZE
          Integer ELEMENT_RESULT_MAX_SIZE
        • 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 net.pricefx.formulaengine.FormulaSyntaxErrorException

      class FormulaSyntaxErrorException extends Exception implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • scr
          SyntaxCheckResult scr
    • Exception net.pricefx.formulaengine.IllegalFieldValuesException

      class IllegalFieldValuesException extends IllegalArgumentException implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • illegalFieldValues
          DMUtil.FieldValues illegalFieldValues
        • rowNumber
          Long rowNumber
    • Exception net.pricefx.formulaengine.PriceFxException

      class PriceFxException extends RuntimeException implements Serializable
      serialVersionUID:
      -6087974472568219527L
    • Exception net.pricefx.formulaengine.XExpression

      class XExpression extends Exception implements Serializable
      serialVersionUID:
      8963214792215339989L
      • Serialized Fields

        • endPosition
          int endPosition
        • sourceElement
          String sourceElement
        • startPosition
          int startPosition
    • Exception net.pricefx.formulaengine.XIllegalOperation

      class XIllegalOperation extends XExpression implements Serializable
      serialVersionUID:
      -5848572930443768938L
      • Serialized Fields

        • token
          Token token
        • value1
          Object value1
        • value2
          Object value2
    • Exception net.pricefx.formulaengine.XIllegalStatus

      class XIllegalStatus extends XExpression implements Serializable
      serialVersionUID:
      -6392499644160362935L
    • Exception net.pricefx.formulaengine.XIncorrectArgumentCount

      class XIncorrectArgumentCount extends XExpression implements Serializable
      serialVersionUID:
      3819419519383675071L
    • Exception net.pricefx.formulaengine.XUndefinedFunction

      class XUndefinedFunction extends XExpression implements Serializable
      serialVersionUID:
      8932541681908965078L
      • Serialized Fields

        • functionName
          String functionName
    • Exception net.pricefx.formulaengine.XUndefinedUnit

      class XUndefinedUnit extends XExpression implements Serializable
      serialVersionUID:
      2679534952501597282L
      • Serialized Fields

    • Exception 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 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
    • 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

    • 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:
      7030L
      • Serialized Fields

        • chartDefinition
          Map<String,?> chartDefinition
        • 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
      • Serialized Fields

    • Class ResultMatrix

      class ResultMatrix extends AbstractPortletDto implements Serializable
      serialVersionUID:
      900L
    • Class ResultMatrix.AbstractResultMatrixCell

      class AbstractResultMatrixCell extends Object implements Serializable
      • Serialized Fields

        • type
          String type
          Deprecated.
        • value
          Object value
          Deprecated.
    • 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
      • Serialized Fields

        • label
          String label
          Deprecated.
        • type
          String type
          Deprecated.
        • values
          String[] values
          Deprecated.
    • Class ResultMatrix.ResultMatrixCells

      class ResultMatrixCells extends Object implements Serializable
      • Serialized Fields

        • cells
          Object[] cells
          Deprecated.
        • label
          String label
          Deprecated.
        • type
          String type
          Deprecated.
    • Class ResultMatrix.ResultMatrixDownloadCell

      class ResultMatrixDownloadCell extends Object implements Serializable
      • Serialized Fields

        • label
          String label
          Deprecated.
        • type
          String type
          Deprecated.
        • values
          String[] values
          Deprecated.
    • Class ResultMatrix.ResultMatrixImageCell

      class ResultMatrixImageCell extends ResultMatrix.AbstractResultMatrixCell implements Serializable
    • Class ResultMatrix.ResultMatrixLinkCell

      class ResultMatrixLinkCell extends ResultMatrix.AbstractResultMatrixCell implements Serializable
      • Serialized Fields

        • targetPage
          String targetPage
          Deprecated.
        • targetPageState
          Object targetPageState
          Deprecated.
    • Class ResultMatrix.ResultMatrixOnRowSelection

      class ResultMatrixOnRowSelection extends Object implements Serializable
    • Class 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.
        • 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 net.pricefx.server.dto.calculation.ResultMatrixGroupingException

      class ResultMatrixGroupingException extends RuntimeException implements Serializable
    • Exception net.pricefx.server.dto.calculation.ResultMatrixGroupingException.NotPartOfColumnsAttributeException

      class NotPartOfColumnsAttributeException extends ResultMatrixGroupingException implements Serializable
    • Exception net.pricefx.server.dto.calculation.ResultMatrixGroupingException.NullEntriesException

      class NullEntriesException extends ResultMatrixGroupingException implements Serializable
    • Exception net.pricefx.server.dto.calculation.ResultMatrixGroupingException.NullOrEmptyException

      class NullOrEmptyException extends ResultMatrixGroupingException implements Serializable
    • Exception 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

    • 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
      • 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.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
  • 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
      serialVersionUID:
      1L
      • Serialized Fields

        • comparisonProjAliases
          Collection<String> comparisonProjAliases
        • disableGreenplumOptimizer
          boolean disableGreenplumOptimizer
        • options
          Map<String,Object> options
        • pivotProjAlias
          String pivotProjAlias
        • prjAliasToGLStatsMap
          Map<String,List<String>> prjAliasToGLStatsMap
        • rollupMode
          DMQuery.RollupMode rollupMode
        • useCache
          Boolean useCache
    • Class net.pricefx.server.util.metamodel.dm.Schema

      class Schema extends Schema implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • schemaService
          DMSchemaService schemaService
    • Class Table

      class Table extends Table implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • view
          boolean view
  • Package net.pricefx.service

    • Exception net.pricefx.service.ClassWideOperationInProgressException

      class ClassWideOperationInProgressException extends RuntimeException implements Serializable
    • Class net.pricefx.service.DMDBHosts

      class DMDBHosts extends Object implements Serializable
      serialVersionUID:
      1L
      • 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
        • partitionName2PGVersion
          Map<String,PostgresVersion> partitionName2PGVersion
    • Exception net.pricefx.service.DMPersistenceServiceException

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

      class Data extends ArrayList<ArrayList<?>> implements Serializable
    • Class net.pricefx.service.DMUtil.FieldValues

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

      class Header extends ArrayList<String> implements Serializable
      serialVersionUID:
      -8524583590260562623L
    • Class net.pricefx.service.DMUtil.Key

      class Key extends MultiKey<String> implements Serializable
      serialVersionUID:
      1L
    • Exception net.pricefx.service.ObjectLockedException

      class ObjectLockedException extends Exception implements Serializable
      • Serialized Fields

    • Exception net.pricefx.service.OperationInProgressException

      class OperationInProgressException extends Exception implements Serializable
      • Serialized Fields

        • operation
          LockableOperation.Operation operation
    • Exception net.pricefx.service.PersistenceServiceException

      class PersistenceServiceException extends Exception implements Serializable
    • Exception net.pricefx.service.PersistenceServiceFieldNotFoundException

      class PersistenceServiceFieldNotFoundException extends PersistenceServiceException implements Serializable
  • Package net.pricefx.workflowengine

    • Exception net.pricefx.workflowengine.WorkflowExecutionEngineException

      class WorkflowExecutionEngineException extends RuntimeException implements Serializable
      serialVersionUID:
      40200697728671778L
      • Serialized Fields

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