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

Exception Conditions


Field Summary
static java.lang.String COPYRIGHT
          IBM copyright notice field.
static java.lang.String NAME           This the name of this interface.
 

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
This the name of this interface.
See Also:
Constant Field Values