Uses of Interface
net.pricefx.formulaengine.DatamartRowSet
-
Packages that use DatamartRowSet Package Description net.pricefx.formulaengine Provides Formula Engine API classes.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 DatamartRowSet in net.pricefx.formulaengine
Methods in net.pricefx.formulaengine with parameters of type DatamartRowSet Modifier and Type Method Description void
DatamartRowSet. loadRows(DatamartRowSet otherRowset)
Adds rows from anotherDatamartRowSet
.void
DatamartRowSet. merge(DatamartRowSet otherSet)
Updates rows in this set, for which a row with the same key exists in the other set. -
Uses of DatamartRowSet in net.pricefx.formulaengine.scripting
Methods in net.pricefx.formulaengine.scripting that return DatamartRowSet Modifier and Type Method Description DatamartRowSet
PublicGroovyAPI. getDatamartRowSet()
ADatamartRowSet
provides access to the rows being loaded or calculated.DatamartRowSet
PublicGroovyAPI. getDatamartRowSet(String name)
ADatamartRowSet
provides access to the rows currently being loaded or calculated.
-