com.ibm.commerce.edp.commands

Class EDPCompleteOrderActivityHistoryVoidBeanCmdImpl

  • All Implemented Interfaces:
    DataBeanCommand, ECCommand, ECTargetableCommand, com.ibm.commerce.command.TargetableECCommand, AEDPDataBeanCommand, EDPCompleteOrderActivityHistoryBeanCmd, com.ibm.commerce.edp.commands.EDPPaymentInstructionActivityHistoryBeanCmd, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable


    public class EDPCompleteOrderActivityHistoryVoidBeanCmdImpl
    extends AEDPDataBeanCommandImpl
    implements EDPCompleteOrderActivityHistoryBeanCmd, com.ibm.commerce.edp.commands.EDPPaymentInstructionActivityHistoryBeanCmd

    This is the default implementation of EDPCompleteOrderActivityHistoryBeanCmd data bean command. It does nothing here.

    The void implementation of commands is used when anyone is intended to disable the command while keeping the single code base. Note that please use the void implementation of all commands once you decide to disable the command implementation.

    Note that this class is declared to implement interface EDPPaymentInstructionActivityHistoryBeanCmd purely for binary compatibility. In a future release, it will not implement that interface.
    See Also:
    Serialized Form
    • Constructor Detail

      • EDPCompleteOrderActivityHistoryVoidBeanCmdImpl

        public EDPCompleteOrderActivityHistoryVoidBeanCmdImpl()
        Default constructor
    • Method Detail

      • performExecute

        public void performExecute()
                            throws ECException
        This method executes the business logic of this command implementation. Actually it does nothing here.
        Specified by:
        performExecute in interface ECCommand
        Specified by:
        performExecute in interface com.ibm.websphere.command.TargetableCommand
        Overrides:
        performExecute in class AbstractECTargetableCommand
        Throws:
        ECException - This exception is the wrapper exception for any EDP exception.
      • 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