com.ibm.commerce.tools.optools.order.commands

Class CSRBaseControllerCommandImpl

    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CSRBaseControllerCommandImpl

        public CSRBaseControllerCommandImpl()
        The constructor for CSRBaseControllerCommandImpl.
    • Method Detail

      • getIfExePreCmdChains

        public boolean getIfExePreCmdChains()
        Returns if there is a list of pre commands need to be executed.
        Returns:
        true if there is a list of pre commands need to be executed; false if there is not.
      • getPreCmdChain

        public java.util.Vector getPreCmdChain()
        Gets the list of pre commands.
        Returns:
        the list of pre commands.
      • setIfExePreCmdChains

        public void setIfExePreCmdChains(boolean newIfExePreCmdChains)
        Sets the flag to indicate if there is a list of pre commands need to be executed.
        Parameters:
        newIfExePreCmdChains - The flag to indicate if there is a list of pre commands need to be executed.
      • setPreCmdChain

        public void setPreCmdChain(java.util.Vector newPreCmdChain)
        Sets the list of pre commands.
        Parameters:
        newPreCmdChain - The list of pre commands.