Class PriceAPIAction<ATTACHEDTO extends Help>

  • All Implemented Interfaces:
    Help

    public class PriceAPIAction<ATTACHEDTO extends Help>
    extends Action
    This action starts selected Price API job. It's a programmatic version of the same action available in UI. As such it allows user to schedule the action in calculation flow formula.
    • Constructor Detail

      • PriceAPIAction

        public PriceAPIAction​(ATTACHEDTO backLink,
                              Invocations<MethodInvocationRecord> invocations,
                              String jobName)
    • Method Detail

      • setExecute

        public PriceAPIAction<ATTACHEDTO> setExecute​(Boolean execute)
        Whether the action is valid and should be executed or not.
        Parameters:
        execute -
        • true - calculation of the Price API job is started as background process
        • false - calculation of the Price API job is NOT started at all
      • getObjectName

        public String getObjectName()
      • getJobName

        public String getJobName()
      • getExecute

        public Boolean getExecute()