java.lang.Object | +--OrgEntityRegistrationCmdImpl | +--com.ibm.commerce.usermanagement.commands.OrgEntityUpdateCmdImpl
This command updates information about an 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, orgEntityId are mandatory. The rest of the parameters are all optional.
Behavior
Exception conditions
Field Summary | |
---|---|
static java.lang.String |
CLASSNAME The name of this implementation of the command. |
static java.lang.String |
COPYRIGHT IBM Copyright notice field. |
Fields inherited from interface com.ibm.commerce.usermanagement.commands. OrgEntityUpdateCmd |
NAME |
Constructor Summary | |
---|---|
OrgEntityUpdateCmdImpl() |
Method Summary | |
---|---|
void |
setRequestProperties(
TypedProperty reqProperties) Sets the request properties. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String CLASSNAME
Constructor Detail |
---|
public OrgEntityUpdateCmdImpl()
Method Detail |
---|
public void setRequestProperties(TypedProperty reqProperties) throws ECApplicationException
reqProperties
- the parameters of the command.ECException
- If there is a problem with invalid or missing parameters or there was a
problem reported by the PreOrgEntityUpdate command.
ECApplicationException