public class ComposePersonFromDataBeanSummaryCmdImpl extends ComposePersonFromDataBeanBaseCmdImpl implements ComposePersonFromDataBeanCmd
SDO with the following summary information:
/Person/PersonIdentifier
/Person/ParentOrganizationIdentifier
/Person/ContactInfo/ContactName
/Person/ContactInfo/ContactInfoIdentifier
/Person/Credential | Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
| Constructor and Description |
|---|
ComposePersonFromDataBeanSummaryCmdImpl()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Populates the summary person information.
|
boolean |
isReadyToCallExecute()
Checks if the command is ready to execute.
|
void |
reset()
Sets the instance variables to null.
|
getPerson, setPerson, setUserDataBeanequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPerson, setPerson, setUserDataBeanpublic static final java.lang.String COPYRIGHT
public ComposePersonFromDataBeanSummaryCmdImpl()
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