com.ibm.commerce.edp.commands

Class EDPPaymentActivityHistoryBeanCmdImpl

    • Constructor Detail

      • EDPPaymentActivityHistoryBeanCmdImpl

        public EDPPaymentActivityHistoryBeanCmdImpl()
    • Method Detail

      • performExecute

        public void performExecute()
                            throws ECException
        This method executes the business logic of this command implementation.
        Specified by:
        performExecute in interface ECCommand
        Specified by:
        performExecute in interface com.ibm.websphere.command.TargetableCommand
        Overrides:
        performExecute in class AbstractECTargetableCommand
        Throws:
        ECException - This is the exception wrapper for any error coming from Payment Rules.
      • reset

        public void reset()

        This method resets the command fields.

        After this method is invoked, and proper attributes are set, the command can be executed again.

        Specified by:
        reset in interface com.ibm.websphere.command.Command
        Overrides:
        reset in class AbstractECTargetableCommand