LivePriceGridAction<CalculationFlowActionBuilder> |
CalculationFlowActionBuilder.addLivePriceGridAction(String lpgLabel) |
Adds live price grid action to the list of actions that should be
executed.
|
LivePriceGridAction<ATTACHEDTO> |
LivePriceGridAction.restrictToSkus(List<String> skus) |
Restricts LPG calculation to list of presented skus
|
LivePriceGridAction<ATTACHEDTO> |
LivePriceGridAction.setCalculate(Boolean calculate) |
Whether the action is valid and should be triggered or not.
|
LivePriceGridAction<ATTACHEDTO> |
LivePriceGridAction.setDistributedCalculationThreshold(int threshold) |
Sets a job-individual threshold to start a distributed calculation.
|
LivePriceGridAction<ATTACHEDTO> |
LivePriceGridAction.setNextJobs(List<ChainedJobInfo> jobs) |
Defines subsequent follow-on jobs
|
LivePriceGridAction<ATTACHEDTO> |
LivePriceGridAction.setPriority(int priority) |
Sets the prority of this job.
|