Uses of Enum Class
net.pricefx.common.api.FieldFormatType
Packages that use FieldFormatType
Package
Description
Provides several classes commonly used in Pricefx API.
Defines set of domain object classes.
Defines set of data transfer object (DTO) classes related to Calculations.
-
Uses of FieldFormatType in net.pricefx.common.api
Methods in net.pricefx.common.api that return FieldFormatTypeModifier and TypeMethodDescriptionstatic FieldFormatType
static FieldFormatType
Returns the enum constant of this class with the specified name.static FieldFormatType[]
FieldFormatType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FieldFormatType in net.pricefx.common.api.pa
Methods in net.pricefx.common.api.pa with parameters of type FieldFormatTypeModifier and TypeMethodDescriptionstatic FieldType
FieldType.toType
(FieldFormatType fieldFormatType) -
Uses of FieldFormatType in net.pricefx.domain
Methods in net.pricefx.domain that return FieldFormatTypeMethods in net.pricefx.domain with parameters of type FieldFormatType -
Uses of FieldFormatType in net.pricefx.formulaengine.scripting.portlets
Methods in net.pricefx.formulaengine.scripting.portlets that return FieldFormatTypeMethods in net.pricefx.formulaengine.scripting.portlets that return types with arguments of type FieldFormatTypeModifier and TypeMethodDescriptionResultMatrix.getColumnFormats()
Gets individual column formats (if specified)Methods in net.pricefx.formulaengine.scripting.portlets with parameters of type FieldFormatTypeModifier and TypeMethodDescriptiondefault void
ResultMatrix.setColumnFormat
(String column, FieldFormatType fft) Sets a column format for a specified column.default void
ResultMatrix.setDefaultFormat
(FieldFormatType fft) Sets a default column formatResultMatrix.withColumnFormat
(String column, FieldFormatType fft) Sets a column format for a specified columnResultMatrix.withDefaultFormat
(FieldFormatType fft) Sets a default column formatMethod parameters in net.pricefx.formulaengine.scripting.portlets with type arguments of type FieldFormatTypeModifier and TypeMethodDescriptiondefault ResultMatrix
ResultMatrix.withColumnFormats
(Map<String, FieldFormatType> columnFormats) Sets a column formats for multiple columns. -
Uses of FieldFormatType in net.pricefx.server.dto.calculation
Methods in net.pricefx.server.dto.calculation that return FieldFormatTypeModifier and TypeMethodDescriptionprotected FieldFormatType
ResultMatrix.decideFormat
(Object input) Deprecated.ResultMatrix.getDefaultFormat()
Deprecated.Methods in net.pricefx.server.dto.calculation that return types with arguments of type FieldFormatTypeMethods in net.pricefx.server.dto.calculation with parameters of type FieldFormatTypeModifier and TypeMethodDescriptionResultMatrix.withColumnFormat
(String column, FieldFormatType fft) Deprecated.ResultMatrix.withDefaultFormat
(FieldFormatType fft) Deprecated.