Class RebateRecordAction<T extends Help>
Object
Action
RebateRecordAction<T>
- All Implemented Interfaces:
Help
public class RebateRecordAction<T extends Help>
extends Action
This action starts calculation of selected rebate record set records. It's a
programmatic version of the same action available in UI. As such it allows
user to schedule the action in calculation flow formula.
-
Field Summary
Fields inherited from class Action
jobs
-
Constructor Summary
ConstructorDescriptionRebateRecordAction
(T backLink, Invocations<MethodInvocationRecord> invocations, String rrscLabel) -
Method Summary
Modifier and TypeMethodDescriptionback()
setCalculate
(Boolean calculate) Whether the action is valid and should be triggered or not.toString()
-
Constructor Details
-
RebateRecordAction
-
-
Method Details
-
setCalculate
Whether the action is valid and should be triggered or not.- Parameters:
calculate
-- true - calculation of the RRS is started as background process
- false - calculation of the RRS is NOT started at all
-
back
-
getObjectName
-
getRebateRecordSetCalculationLabel
-
getCalculate
-
toString
-