com.ibm.commerce.usermanagement.commands
Interface UserRegistrationAddPostApprovalNotificationCmd
- All Known Implementing Classes:
- UserRegistrationAddPostApprovalNotificationCmdImpl
- public interface UserRegistrationAddPostApprovalNotificationCmd
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 Summary |
static java.lang.String |
COPYRIGHT
IBM copyright notice field. |
static java.lang.String |
NAME
This the name of this interface. |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- IBM copyright notice field.
- See Also:
- Constant Field Values
NAME
public static final java.lang.String NAME
- This the name of this interface.
- See Also:
- Constant Field Values
Feedback
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.