com.ibm.commerce.usermanagement.commands

Interface UserRegistrationAddPostApprovalNotificationCmd

  • 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:
    UserRegistrationAddPostApprovalNotificationCmdImpl


    public interface UserRegistrationAddPostApprovalNotificationCmd
    extends com.ibm.commerce.ubf.commands.EntryActionCmd
    This command is used to perform post approval notification for user registration.

    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

    • 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