public class ComposeOrganizationFromDataBeanDetailCmdImpl extends ComposeOrganizationFromDataBeanBaseCmdImpl implements ComposeOrganizationFromDataBeanCmd
com.ibm.commerce.member.facade.server.commands.ComposeOrganizationFromDataBeanCmd+IBM_Summary
and then adds the rest of the contact information.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
Constructor and Description |
---|
ComposeOrganizationFromDataBeanDetailCmdImpl()
Constructor that creates the following command to delegate retrieval of the summary
organization information:
com.ibm.commerce.member.facade.server.commands.ComposeOrganizationFromDataBeanCmd+IBM_Summary |
Modifier and Type | Method and Description |
---|---|
void |
execute()
Populates the detailed organization information.
|
boolean |
isReadyToCallExecute()
Checks if the command is ready to execute.
|
void |
reset()
Sets the instance variables to null and resets the summary command.
|
getOrganization, setOrganization, setOrganizationDataBean
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getOrganization, setOrganization, setOrganizationDataBean
public static final java.lang.String COPYRIGHT
public ComposeOrganizationFromDataBeanDetailCmdImpl()
com.ibm.commerce.member.facade.server.commands.ComposeOrganizationFromDataBeanCmd+IBM_Summary
public void execute() throws com.ibm.websphere.command.CommandException
execute
in interface com.ibm.websphere.command.Command
com.ibm.websphere.command.CommandException
Command.execute()
public boolean isReadyToCallExecute()
isReadyToCallExecute
in interface com.ibm.websphere.command.Command
Command.isReadyToCallExecute()
public void reset()
reset
in interface com.ibm.websphere.command.Command