Uses of Class
net.pricefx.server.dto.calculation.ResultMatrix
Package
Description
Defines set of data transfer object (DTO) classes related to Calculations.
-
Uses of ResultMatrix in net.pricefx.server.dto.calculation
Modifier and TypeMethodDescriptionResultMatrix.calculateGroupByData()
Deprecated.Deprecated.ResultMatrix.withColumn
(String column) Deprecated.ResultMatrix.withColumn
(String column, String tooltip) Deprecated.ResultMatrix.withColumnAggregation
(String column, Object aggregateValue) Deprecated.ResultMatrix.withColumnAggregation
(String numericColumn, ResultMatrixGrouping.AggregateFunctionType aggregateFunctionType) Deprecated.ResultMatrix.withColumnAggregations
(Map<String, Object> columnAggregations) Deprecated.ResultMatrix.withColumnFormat
(String column, FieldFormatType fft) Deprecated.ResultMatrix.withColumns
(Collection<String> columns) Deprecated.ResultMatrix.withColumnTooltip
(String column, String tooltip) Deprecated.ResultMatrix.withColumnTranslation
(String column, Map<String, String> translations) Deprecated.ResultMatrix.withDefaultFormat
(FieldFormatType fft) Deprecated.ResultMatrix.withDisablePreferences
(boolean disablePreferences) Deprecated.ResultMatrix.withDisableSorting
(boolean disableSorting) Deprecated.ResultMatrix.withEnableClientFilter
(boolean enableClientFilter) Deprecated.ResultMatrix.withEnableGroupByControls
(boolean enableGroupByControls) Deprecated.ResultMatrix.withEscapeHTML
(boolean escapeHTML) Deprecated.ResultMatrix.withExpandedGroups
(Collection<String> columns) Deprecated.ResultMatrix.withFrozenColumns
(Collection<String> frozenColumns) Deprecated.ResultMatrix.withGroupBy
(Collection<String> columns) Deprecated.ResultMatrix.withGroupByColumnLabel
(String groupColumnLabel) Deprecated.ResultMatrix.withGroupByDataExpanded
(boolean isGroupByDataExpanded) Deprecated.ResultMatrix.withPreferenceName
(String preferenceName) Deprecated.Deprecated.Deprecated.ResultMatrix.withShowGroupByColumns
(boolean showGroupByColumns) Deprecated.ResultMatrix.withShowGroupByControls
(boolean showGroupByControls) Deprecated.Deprecated.ResultMatrix.withTotalRow
(Object totalRow) Deprecated.