Package net.pricefx.formulaengine
Interface IRebateRecordGroupManager
public interface IRebateRecordGroupManager
IRebateRecordGroupManager is the interface that allows you to manipulate
a RebateRecordGroup (RRG type code) in a calculation logic.
The Rebate Record Group is available via the
The Rebate Record Group is available via the
rebateRecordGroup
binding variable (see the set()
example below).
The list of Rebate Records from the currently calculated group can be retrieved using the groupRebateRecords
binding variable.-
Method Summary
-
Method Details
-
set
Allows you to set the value of attribute 1..100, or attributeExtension fields for the currentRebateRecordGroup
object.Note: This
set()
method only works within the standard execution. Do not use the method within the Input Generation Execution (Syntax Check mode) as it has no effect and throws no exception error.
Example:rebateRecordGroup.set( [ "attributeExtension___fieldName": "value", "attribute2" : 0.3, ] )
- Parameters:
attributeValues
- A map of field names and values you want to set for the current RebateRecordGroup object.- Since:
- 12.0 - Clover Club
- See Also:
-