Package net.pricefx.common.apibuilder.calculationflowaction


package net.pricefx.common.apibuilder.calculationflowaction
Provides CalculationFlow API.
  • Classes
    Class
    Description
    CalculationFlowActionBuilder is the starting point of an interface that allows you define actions within calculation flow logic.The calculation flow action builder is available in calculation flow by this call:
    def builder = actionBuilder
    Note that you will find full code snippets in the "Command Templates/Calculation Flow Examples" inside calculation flow formulas UI.
    CFSAction<ATTACHEDTO extends Help>
    This action starts calculation of selected CFS.
    DataLoadAction<ATTACHEDTO extends Help>
    This action starts calculation of selected data load.
    ExportAction<ATTACHEDTO extends Help>
    This action starts exporting or archiving.
    LivePriceGridAction<ATTACHEDTO extends Help>
    This action starts calculation of selected LPG for all skus or restricted set of skus.
    ManualPricelistAction<ATTACHEDTO extends Help>
    This action starts calculation of selected manual pricelist.
    ModelCalculationAction<ATTACHEDTO extends Help>
    If nothing is specified, all the steps of the model will be calculated.
    ObjRefAction<ATTACHEDTO extends Help>
    This action starts calculation of selected rebate record set records.
    PricelistAction<ATTACHEDTO extends Help>
    This action starts calculation of selected pricelist.
    RebateRecordAction<ATTACHEDTO extends Help>
    This action starts calculation of selected rebate record set records.
    ScheduleSettings<ATTACHEDTO extends Help>
    This action is helping you to get an information about schedule as seen in the UI + if needed alter it.
    SimulationAction<ATTACHEDTO extends Help>
    This action starts calculation of selected simulation.