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