Uses of Class
net.pricefx.domain.DMDataSlice
-
Packages that use DMDataSlice Package Description net.pricefx.formulaengine.scripting Provides API related to scripting, including interfacePublicGroovyAPI
, that represents what can be reached in the Groovy element syntax asapi
. -
-
Uses of DMDataSlice in net.pricefx.formulaengine.scripting
Methods in net.pricefx.formulaengine.scripting with parameters of type DMDataSlice Modifier and Type Method Description boolean
PublicGroovyAPI. emitDMScopedObject(String typedId, DMDataSlice slice)
Emits the partitioned object - to be consumed by a PA allocation task (a PA calculation task with a feeder formula calling this method, and a regular formula accepting each emitted partitioned object as its currentItem context, and distributing one or more partitioned object accruals over the set of PA rows which have contributed to those accruals in some way (by revenue, volume...).
-