com.ibm.commerce.promotion.facade.server.commands

Class ProcessPromotionArchiveActionCmdImpl

    • Constructor Detail

      • ProcessPromotionArchiveActionCmdImpl

        public ProcessPromotionArchiveActionCmdImpl()
    • Method Detail

      • performExecute

        public void performExecute()
                            throws java.lang.Exception
        This method sets the promotion status to Archived (6).

        When overriding this method, it is recommended to call the method of the super class in order to maintain the default behavior.

        Specified by:
        performExecute in interface com.ibm.websphere.command.TargetableCommand
        Specified by:
        performExecute in class com.ibm.websphere.command.TargetableCommandImpl
        Throws:
        java.lang.Exception
        See Also:
        TargetableCommand.performExecute()