com.ibm.commerce.subscription.facade.server.commands

Class ProcessSubscriptionActivateActionCmdImpl

    • Field Detail

      • CHANGE_NOUN_MEDIATOR_OBJECT_KEY

        public static final java.lang.String CHANGE_NOUN_MEDIATOR_OBJECT_KEY
        The constant used in the persistent map that points to the change noun mediator for the process tasks.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ProcessSubscriptionActivateActionCmdImpl

        public ProcessSubscriptionActivateActionCmdImpl()
        Default constructor for the class.
    • Method Detail

      • performExecute

        public void performExecute()
                            throws java.lang.Exception
        Performs the business logic to activate the subscription. It uses the ChangeBusinessObjectMediator of the Subscription noun to create the scheduler entries for the fulfillment.
        Specified by:
        performExecute in interface com.ibm.websphere.command.TargetableCommand
        Specified by:
        performExecute in class com.ibm.websphere.command.TargetableCommandImpl
        Throws:
        java.lang.Exception