com.ibm.commerce.order.calculation

Class DiscountCalculationCodeCombineCmdImpl

    • Field Detail

      • COPYRIGHT

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

      • DiscountCalculationCodeCombineCmdImpl

        public DiscountCalculationCodeCombineCmdImpl()
        Constructor for DiscountCalculationCodeCombineCmdImpl.
    • Method Detail

      • reset

        public void reset()
        Resets the command properties. Prepares the command for re-execution.
        Specified by:
        reset in interface com.ibm.websphere.command.Command
        Overrides:
        reset in class CalculationCodeCombineCmdImpl
        See Also:
        Command.reset()
      • performExecute

        public void performExecute()
                            throws ECException
        Description copied from class: AbstractECTargetableCommand
        This method performs the business logic for this command. This method should be overwritten by all command writers. Command writers should call super.performExecute() as the first line in their method.
        Specified by:
        performExecute in interface ECCommand
        Specified by:
        performExecute in interface com.ibm.websphere.command.TargetableCommand
        Overrides:
        performExecute in class CalculationCodeCombineCmdImpl
        Throws:
        ECException
        See Also:
        ECCommand#performExecute()