Uses of Class
net.pricefx.server.util.metamodel.dm.Table
-
Packages that use Table Package Description net.pricefx.domain Defines set of domain object classes.net.pricefx.formulaengine Provides Formula Engine API classes.net.pricefx.formulaengine.optimization net.pricefx.server.util.metamodel.dm -
-
Uses of Table in net.pricefx.domain
Methods in net.pricefx.domain with parameters of type Table Modifier and Type Method Description DMSqlQuery
DMSqlQuery. addSource(Table table)
DMSqlQuery
DMSqlQuery. addSource(Table table, String alias)
-
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 theModelFormulaContext.addTable(String, Object)
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)
Load data into an existing table without truncating it.long
ModelFormulaContext. loadTable(Table table, Object source, boolean truncate)
Load data into an existing table, optionally truncating it.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.void
ModelFormulaContext. truncateTable(Table table)
Truncate the table. -
Uses of Table in net.pricefx.formulaengine.optimization
Methods in net.pricefx.formulaengine.optimization that return Table Modifier and Type Method Description Table
ModelCalculationFormulaContext.ForFormulaDeployment. addTable(String name, Map<String,Object> tableSpecs)
Table
ModelCalculationFormulaContext.ForFormulaDeployment. table(String name)
Table
ModelEvaluationFormulaContext.ForFormulaDeployment. table(String name)
Methods in net.pricefx.formulaengine.optimization with parameters of type Table Modifier and Type Method Description void
ModelCalculationFormulaContext.ForFormulaDeployment. dropTable(Table table)
long
ModelCalculationFormulaContext.ForFormulaDeployment. loadTable(Table table, DMSqlQuery source, boolean truncate)
long
ModelCalculationFormulaContext.ForFormulaDeployment. loadTable(Table table, Query source, boolean truncate)
void
ModelCalculationFormulaContext.ForFormulaDeployment. truncateTable(Table 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)
-