com.ibm.commerce.usermanagement.commands

Interface OrgEntityRegistrationAddPostApprovalNotificationCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, com.ibm.commerce.ubf.commands.EntryActionCmd, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    OrgEntityRegistrationAddPostApprovalNotificationCmdImpl


    public interface OrgEntityRegistrationAddPostApprovalNotificationCmd
    extends com.ibm.commerce.ubf.commands.EntryActionCmd
    This command is used to perform post approval organization registration actions.

    Behavior

    • Checks the event notifier, if it is set to APPROVE then an approval message will be sent, if it is set to REJECTED then a rejected message will be sent. The message is sent using sendTransacted(). In case of failure on message send, the command will not be rolled back, so that the approval process can continue.

    Exception Conditions

    • Not applicable.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
      • NAME

        static final java.lang.String NAME
        This the name of this interface.
        See Also:
        Constant Field Values