Uses of Interface
net.pricefx.formulaengine.DatamartRowSet
Packages that use DatamartRowSet
Package
Description
Provides Formula Engine API classes.
Provides API related to scripting, including interface
PublicGroovyAPI, that represents what can be reached in the Groovy element syntax as api.-
Uses of DatamartRowSet in net.pricefx.formulaengine
Methods in net.pricefx.formulaengine with parameters of type DatamartRowSetModifier and TypeMethodDescriptionvoidDatamartRowSet.loadRows(DatamartRowSet otherRowset) Adds rows from anotherDatamartRowSet.voidDatamartRowSet.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 DatamartRowSetModifier and TypeMethodDescriptionPublicGroovyAPI.getDatamartRowSet()ADatamartRowSetprovides access to the rows being loaded or calculated.PublicGroovyAPI.getDatamartRowSet(String name) ADatamartRowSetprovides access to the rows currently being loaded or calculated.