Uses of Class
net.pricefx.domain.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
-
Uses of Pricelist in net.pricefx.formulaengine.scripting
Modifier and TypeMethodDescriptionPublicGroovyAPI.findPricelists
(Date targetDate, String listName) Returns a list of price lists that match the targetDate (i.e. list's targetDate <= targetDate and expiryDate > targetDate).PublicGroovyAPI.getPricelistSummaryQuery()
Creates a summary query object that can be parameterized and is then subsequently used inPublicGroovyAPI.runSummaryQuery(ItemSummaryQuery)
.