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

Class ProcessSubscriptionCancelActionCmdImpl

    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM Copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ProcessSubscriptionCancelActionCmdImpl

        public ProcessSubscriptionCancelActionCmdImpl()
    • Method Detail

      • performExecute

        public void performExecute()
                            throws java.lang.Exception
        Performs the business logic to cancel the subscription. It uses the ChangeBusinessObjectMediator of the Subscription noun to cancel immediately if the notice period is sufficient or schedules a cancel job in case of pending cancel
        Specified by:
        performExecute in interface com.ibm.websphere.command.TargetableCommand
        Specified by:
        performExecute in class com.ibm.websphere.command.TargetableCommandImpl
        Throws:
        java.lang.Exception