com.ibm.commerce.edp.commands

Class EDPPaymentActivityHistoryVoidBeanCmdImpl

    • Constructor Detail

      • EDPPaymentActivityHistoryVoidBeanCmdImpl

        public EDPPaymentActivityHistoryVoidBeanCmdImpl()
    • Method Detail

      • performExecute

        public void performExecute()
                            throws ECException
        This method executes the business logic of this command implementation, which does nothing.
        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 an exception wrapper for any error coming from EDP .
      • 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