Uses of Class
net.pricefx.domain.Pricelist
Packages that use Pricelist
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
.-
Uses of Pricelist in net.pricefx.domain
Constructors in net.pricefx.domain with parameters of type Pricelist -
Uses of Pricelist in net.pricefx.formulaengine.scripting
Methods in net.pricefx.formulaengine.scripting that return types with arguments of type PricelistModifier and TypeMethodDescriptionPublicGroovyAPI.findPricelists
(Date targetDate, String listName) Returns a list of price lists that match the targetDate (i.e.PublicGroovyAPI.getPricelistSummaryQuery()
Creates a summary query object that can be parameterized and is then subsequently used inPublicGroovyAPI.runSummaryQuery(ItemSummaryQuery)
.