com.ibm.commerce.usermanagement.commands
Interface UserRegistrationAddCheckApprovalCmd

All Known Implementing Classes:
UserRegistrationAddCheckApprovalCmdImpl

public interface UserRegistrationAddCheckApprovalCmd

This command is a EntryAction command called by UBF to check if the user registration approval is required.

The current logic is: If the parameter parentMember is not specified, no approval is required.
If the parameter parentMember is specified, approval is required.


Field Summary
static java.lang.String COPYRIGHT
          IBM Copyright notice field.
static java.lang.String NAME           The name of this command.
 

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

NAME

public static final java.lang.String NAME
The name of this command.
See Also:
Constant Field Values