com.ibm.commerce.usermanagement.commands
Interface OrgEntityAddCmd

All Known Implementing Classes:
OrgEntityAddCmdImpl

public interface OrgEntityAddCmd

This command registers a new organization or organizational unit.

The information of the new organization or organizational unit is stored in the MEMBER, ORGENTITY, MBRREL and ADDRESS tables.

Use this command with SSL (Secure Sockets Layer) to ensure that the information are encrypted. To do so type the command with the HTTPS secure protocol.

The parameter URL, orgEntityName, orgEntityType and parentMemberId are mandatory. The rest of the parameters are all optional.

Behavior

Exception conditions


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