Uses of Class
net.pricefx.common.apibuilder.calculationflowaction.LivePriceGridAction
Package
Description
Provides CalculationFlow API.
-
Uses of LivePriceGridAction in net.pricefx.common.apibuilder.calculationflowaction
Modifier and TypeMethodDescriptionCalculationFlowActionBuilder.addLivePriceGridAction
(String lpgLabel) Adds live price grid action to the list of actions that should be executed.LivePriceGridAction.ignoreTargetDate
(Boolean ignore) Sets the ignoreTargetDate of this job.LivePriceGridAction.restrictToSkus
(List<String> skus) Restricts LPG calculation to a list of specified SKUs.LivePriceGridAction.setCalculate
(Boolean calculate) Whether the action is valid and should be triggered or not.LivePriceGridAction.setDistributedCalculationThreshold
(int threshold) Sets a job-individual threshold to start a distributed calculation.LivePriceGridAction.setNextJobs
(List<ChainedJobInfo> jobs) Defines subsequent follow-on jobsLivePriceGridAction.setPriority
(int priority) Sets the prority of this job.LivePriceGridAction.withFormulaParameters
(HashMap<String, Object> formulaParameters) Allows you to add parameters entering to the calculation.