Uses of Interface
net.pricefx.formulaengine.DatamartContext.Column
Package
Description
Provides Formula Engine API classes.
-
Uses of DatamartContext.Column in net.pricefx.formulaengine
Modifier and TypeMethodDescriptionDatamartContext.Table.getColumn
(int index) Convenience method for retrieving a column by its name.DatamartContext.Table.getColumnByLabel
(String columnLabel) Convenience method for retrieving a column by its label.Modifier and TypeMethodDescriptionDatamartContext.dimFilterEntry
(String entryName, DatamartContext.Column column) DimFilter input parameter: renders a selection of all possible values for the given dimension field, in the FC which the column's table represents.DatamartContext.dimFilterEntry
(String entryName, DatamartContext.Column column, String defaultValue) DimFilter input parameter: renders a selection of all possible values for the given dimension field, in the FC which the column's table represents. -
Uses of DatamartContext.Column in net.pricefx.server.util.metamodel.dm