public class ComposeOrganizationFromDataBeanAllCmdImpl extends ComposeOrganizationFromDataBeanBaseCmdImpl implements ComposeOrganizationFromDataBeanCmd
OrganizationType SDO. This command delegates to
com.ibm.commerce.member.facade.server.commands.ComposeOrganizationFromDataBeanCmd+IBM_Details
and then adds the remaining data, for example the address book information.
LDAP-only attributes are included in /Organization/Attributes.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
| Constructor and Description |
|---|
ComposeOrganizationFromDataBeanAllCmdImpl()
Constructor that creates the following command to delegate retrieval of the
the detailed person information:
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Adds the address book data to the Organization.
|
boolean |
isReadyToCallExecute()
Checks if the command is ready to execute.
|
void |
reset()
Sets the instance variables to null and resets the detail command.
|
getOrganization, setOrganization, setOrganizationDataBeanequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOrganization, setOrganization, setOrganizationDataBeanpublic static final java.lang.String COPYRIGHT
public ComposeOrganizationFromDataBeanAllCmdImpl()
com.ibm.commerce.member.facade.server.commands.ComposeOrganizationFromDataBeanCmd+IBM_Details
public void execute()
throws com.ibm.websphere.command.CommandException
execute in interface com.ibm.websphere.command.Commandcom.ibm.websphere.command.CommandExceptionCommand.execute()public boolean isReadyToCallExecute()
isReadyToCallExecute in interface com.ibm.websphere.command.CommandCommand.isReadyToCallExecute()public void reset()
reset in interface com.ibm.websphere.command.Command