CFSAction<CalculationFlowActionBuilder> |
CalculationFlowActionBuilder.addCalculatedFieldSetAction(String cfsLabel) |
Adds CFS action to the list of actions that should be executed.
|
DataLoadAction<CalculationFlowActionBuilder> |
CalculationFlowActionBuilder.addDataLoadAction(String dataLoadLabel,
String dataLoadType,
String target) |
Adds data load action to the list of actions that should be executed.
|
ExportAction<CalculationFlowActionBuilder> |
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')
|
LivePriceGridAction<CalculationFlowActionBuilder> |
CalculationFlowActionBuilder.addLivePriceGridAction(String lpgLabel) |
Adds live price grid action to the list of actions that should be
executed.
|
ManualPricelistAction<CalculationFlowActionBuilder> |
CalculationFlowActionBuilder.addManualPricelistAction(String manualPricelistUniqueName) |
Adds manual pricelist action to the list of actions that should be
executed.
|
ObjRefAction<CalculationFlowActionBuilder> |
CalculationFlowActionBuilder.addObjRefAction() |
Adds object references action to the list of actions that should be executed.
|
PriceAPIAction<CalculationFlowActionBuilder> |
CalculationFlowActionBuilder.addPriceAPIAction(String jobName) |
Adds PriceAPI action to the list of actions that should be executed.
|
PricelistAction<CalculationFlowActionBuilder> |
CalculationFlowActionBuilder.addPricelistAction(String pricelistName) |
Adds pricelist action to the list of actions that should be executed.
|
RebateRecordAction<CalculationFlowActionBuilder> |
CalculationFlowActionBuilder.addRebateRecordAction(String rrscLabel) |
Adds rebate record action to the list of actions that should be executed.
|
SimulationAction<CalculationFlowActionBuilder> |
CalculationFlowActionBuilder.addSimulationAction(String simulationLabel) |
Adds simulation action to the list of actions that should be executed.
|
ScheduleSettings<CalculationFlowActionBuilder> |
CalculationFlowActionBuilder.getScheduleSettings() |
It's getting you an object that is used to obtain the schedule as seen in the UI + if needed alter it.
|