com.ibm.commerce.usermanagement.commands
Interface OrgEntityRegistrationAddPostApprovalNotificationCmd
- All Known Implementing Classes:
-
OrgEntityRegistrationAddPostApprovalNotificationCmdImpl
- public interface
OrgEntityRegistrationAddPostApprovalNotificationCmd
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
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