Uses of Class
net.pricefx.server.util.metamodel.dm.Table
-
Packages that use Table Package Description net.pricefx.formulaengine Provides Formula Engine API classes.net.pricefx.server.util.metamodel.dm -
-
Uses of Table in net.pricefx.formulaengine
Methods in net.pricefx.formulaengine that return Table Modifier and Type Method Description Table
ModelFormulaContext. addTable(String tableName, Object source)
Creates a table, represented by a DMTable object, in the PA DB, modelled on and populated from the given source.Table
DatamartContext. getDataFeed(String name)
Gets a table object representing a DataFeed with the given name.Table
DatamartContext. getDatamart(String name)
Gets a table object representing a Datamart with the given name.Table
DatamartContext. getDataSource(String name)
Gets a table object representing a DataSource with the given name.Table
DatamartContext. getFieldCollection(String sourceName)
Get a table object representing the FC with the given source name.Table
DatamartContext. getModel(String name)
Gets a table object representing a Model with the given name.Table
DatamartContext. getRollup(String label)
Gets a table object representing a FieldCollection representing a rollup with the given label.Table
DatamartContext.Query. getTable()
Table
ModelEvaluator. getTable(String name)
Equivalent toModelFormulaContext.getTable(String)
.Table
ModelFormulaContext. getTable(String tableName)
Gets a table object representing the DMTable with the given name, which was previously created using the addTable(tableName, ...) method while calculating the model.Methods in net.pricefx.formulaengine with parameters of type Table Modifier and Type Method Description Object
DatamartContext. fieldSelectionEntry(String entryName, Table table, String sType)
FC field selector, optionally limited to fields of a given type.Object
DatamartContext. fieldSelectionEntry(String entryName, Table table, String sType, Boolean multiple)
FC field selector, optionally limited to fields of a given type.long
ModelFormulaContext. loadTable(Table table, Object source)
long
ModelFormulaContext. loadTable(Table table, Object source, boolean truncate)
DatamartContext.DataLoader
DatamartContext. newDataLoader(Table table)
DatamartContext.DataLoader
DatamartContext. newDataLoader(Table table, List<String> headerFieldNames)
DatamartContext.Query
DatamartContext. newQuery(Table table)
DatamartContext.Query
DatamartContext. newQuery(Table table, boolean rollup)
Builds a new query on the given table. -
Uses of Table in net.pricefx.server.util.metamodel.dm
Constructors in net.pricefx.server.util.metamodel.dm with parameters of type Table Constructor Description Column(DMField field, Table table)
-