ManualPricelistAction<CalculationFlowActionBuilder> |
CalculationFlowActionBuilder.addManualPricelistAction(String manualPricelistUniqueName) |
Adds manual pricelist action to the list of actions that should be
executed.
|
ManualPricelistAction<ATTACHEDTO> |
ManualPricelistAction.setCalculate(Boolean calculate) |
Whether the action is valid and should be triggered or not.
|
ManualPricelistAction<ATTACHEDTO> |
ManualPricelistAction.setPriority(int priority) |
Sets the prority of this job.
|
ManualPricelistAction<ATTACHEDTO> |
ManualPricelistAction.setSimulationSet(String simulationSet) |
Sets simulation set.
|
ManualPricelistAction<ATTACHEDTO> |
ManualPricelistAction.setValidAfter(Date validAfter) |
Informs the runtime to work with MPL that is valid after the specified date.
|