com.ibm.commerce.usermanagement.commands
Interface ResellerRegistrationAddCmd
- All Known Subinterfaces:
- BuyerRegistrationAddCmd
- All Known Implementing Classes:
- BuyerRegistrationAddCmdImpl, ResellerRegistrationAddCmdImpl
- public interface ResellerRegistrationAddCmd
This command is used to perform reseller organization registration. Because the implementation calls organization registration command and user registration command, the parameters on request properties are prefixed with org_ and usr_ in order to separate the parameters. The non prefixed names of attributes are same as for commands OrgEntityAddCmd and UserRegistrationAddCmd.
Behavior
- Will pass the properties prefixed with org_ to the ResellerOrgEntityRegistrationAdd , and the properties prefixed with usr_ to the ResellerUserRegistrationAdd . The result is the creation of a new Reseller organization, and a user under that organization.
Exception Conditions
- Command ResellerOrgEntityRegistrationAdd cannot be resolved (_ERR_CMD_CMD_NOT_FOUND).
- Command ResellerUserRegistrationAdd cannot be resolved (_ERR_CMD_CMD_NOT_FOUND).
- If the response orgEntityId from creating the OrgEntity is null. (_ERR_MISSING_CMD_PARAMETER)
- If the response userId from creating the User is null. (_ERR_MISSING_CMD_PARAMETER)
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.