Uses of Class
net.pricefx.common.apibuilder.calculationflowaction.PriceAPIAction
-
Packages that use PriceAPIAction Package Description net.pricefx.common.apibuilder.calculationflowaction -
-
Uses of PriceAPIAction in net.pricefx.common.apibuilder.calculationflowaction
Methods in net.pricefx.common.apibuilder.calculationflowaction that return PriceAPIAction Modifier and Type Method Description PriceAPIAction<CalculationFlowActionBuilder>
CalculationFlowActionBuilder. addPriceAPIAction(String jobName)
Adds PriceAPI action to the list of actions that should be executed.PriceAPIAction<ATTACHEDTO>
PriceAPIAction. setExecute(Boolean execute)
Whether the action is valid and should be executed or not.
-