Package | Description |
---|---|
net.pricefx.common.apibuilder.calculationflowaction |
Modifier and Type | Method and Description |
---|---|
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.setPriority(int priority)
Sets the prority of this job.
|
Copyright © 2019. All rights reserved.