Uses of Class
net.pricefx.domain.LookupTable
Packages that use LookupTable
Package
Description
Defines set of domain object classes.
Provides API related to scripting, including interface
PublicGroovyAPI, that represents what can be reached in the Groovy element syntax as api.Defines set of data transfer object (DTO) classes related to Calculations.
-
Uses of LookupTable in net.pricefx.domain
Methods in net.pricefx.domain with parameters of type LookupTableModifier and TypeMethodDescriptionstatic Collection<? extends JsonLookupTableAttributeMeta> LookupTable.getJsonLookupTableMeta(LookupTable lookupTable, PersistedObjectService objService) static Collection<? extends MatrixLookupTableAttributeMeta> LookupTable.getMatrixLookupTableMeta(LookupTable lookupTable, PersistedObjectService objService) -
Uses of LookupTable in net.pricefx.formulaengine.scripting
Methods in net.pricefx.formulaengine.scripting that return LookupTableModifier and TypeMethodDescriptionPublicGroovyAPI.findLookupTable(String tableName) Finds a Company Parameter / Price Parameter table object (LT): of the given name; which is valid at the current target date; whose Status is Active or Simulation Only (Simulation Only tables will be used only when the logic is run as simulation); if executed during simulation, it must have a matching Simulation Set. -
Uses of LookupTable in net.pricefx.server.dto.calculation
Methods in net.pricefx.server.dto.calculation with parameters of type LookupTableModifier and TypeMethodDescriptionvoidContextParameter.updateWithLookupTable(LookupTable lt) This is a convenience method to update a ContextParameter with a new version of the same lookup table This can happen e.g. if a quote is worked on a while and passes a validity date border or an old quote is copiedConstructors in net.pricefx.server.dto.calculation with parameters of type LookupTable