PricelistAction<CalculationFlowActionBuilder> |
CalculationFlowActionBuilder.addPricelistAction(String pricelistName) |
Adds pricelist action to the list of actions that should be executed.
|
PricelistAction<ATTACHEDTO> |
PricelistAction.setCalculate(Boolean calculate) |
Whether the action is valid and should be triggered or not.
|
PricelistAction<ATTACHEDTO> |
PricelistAction.setDistributedCalculationThreshold(int threshold) |
Sets a job-individual threshold to start a distributed calculation.
|
PricelistAction<ATTACHEDTO> |
PricelistAction.setNextJobs(List<ChainedJobInfo> jobs) |
Defines subsequent follow-on jobs
|
PricelistAction<ATTACHEDTO> |
PricelistAction.setPriority(int priority) |
Sets the prority of this job.
|