Uses of Class
net.pricefx.common.apibuilder.calculationflowaction.CalculationFlowActionBuilder
Package
Description
Provides CalculationFlow API.
-
Uses of CalculationFlowActionBuilder in net.pricefx.common.apibuilder.calculationflowaction
Modifier and TypeMethodDescriptionCalculationFlowActionBuilder.addCalculatedFieldSetAction
(String cfsLabel) Adds CFS action to the list of actions that should be executed.CalculationFlowActionBuilder.addDataLoadAction
(String dataLoadLabel, String dataLoadType, String target) Adds the specified data load action to the list of actions to be executed.CalculationFlowActionBuilder.addExportAction
(String jobName) Adds export/archive action to the list of actions that should be executed.
Snippet:
Export flavour:actionBuilder.addExportAction('jobName').doExport('templateName')
Archive flovour:actionBuilder.addExportAction('jobName').doArchive('templateName')
CalculationFlowActionBuilder.addLivePriceGridAction
(String lpgLabel) Adds live price grid action to the list of actions that should be executed.CalculationFlowActionBuilder.addManualPricelistAction
(String manualPricelistUniqueName) Adds manual pricelist action to the list of actions that should be executed.CalculationFlowActionBuilder.addModelCalculationAction
(String modelUniqueName) Adds a model calculation action to the list of actions that should be executed.CalculationFlowActionBuilder.addObjRefAction()
Adds object references action to the list of actions that should be executed.CalculationFlowActionBuilder.addPricelistAction
(String pricelistName) Adds pricelist action to the list of actions that should be executed.QuoteMassUpdateAction
<CalculationFlowActionBuilder> CalculationFlowActionBuilder.addQuoteMassUpdateAction
(String label) Adds quote mass update action to the list of actions that should be executed.CalculationFlowActionBuilder.addRebateRecordAction
(String rrscLabel) Adds rebate record action to the list of actions that should be executed.CalculationFlowActionBuilder.addSimulationAction
(String simulationLabel) Adds simulation action to the list of actions that should be executed.CalculationFlowActionBuilder.getScheduleSettings()
It's getting you an object that is used to obtain the schedule as seen in the UI + if needed alter it.