Uses of Class
net.pricefx.domain.ManualPricelist
Packages that use ManualPricelist
Package
Description
Provides API related to scripting, including interface
PublicGroovyAPI, that represents what can be reached in the Groovy element syntax as api.-
Uses of ManualPricelist in net.pricefx.formulaengine.scripting
Methods in net.pricefx.formulaengine.scripting that return types with arguments of type ManualPricelistModifier and TypeMethodDescriptionPublicGroovyAPI.findManualPricelists(Date targetDate, String listName) Returns a list of manual price lists that match the targetDate (i.e. list's validAfter <= targetDate and expiryDate > targetDate).