public class AcknowledgePersonCreateGuestCmdImpl extends com.ibm.websphere.command.CacheableCommandImpl implements MessageMappingResponseCmd
| Constructor and Description |
|---|
AcknowledgePersonCreateGuestCmdImpl()
Creates an instance of the Acknowledge Person command for the Create Guest action.
|
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDocumentType |
getBusinessObjectDocument()
This method returns the Acknowledge Person response for a create guest Process Person request.
|
boolean |
isReadyToCallExecute()
This method always returns that the command is ready to execute.
|
void |
performExecute()
This method uses the command context of the controller command to build an Acknowledge Person
response with just the credential information populated.
|
void |
reset()
Resets the command.
|
void |
setControllerCommand(ControllerCommand controllerCommand)
This method sets the controller command that was used to execute the business logic for the
create guest service request.
|
void |
setException(java.lang.Exception exception)
This method sets the exception that resulted when executing the business logic.
|
execute, executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicypublic AcknowledgePersonCreateGuestCmdImpl()
public boolean isReadyToCallExecute()
isReadyToCallExecute in interface com.ibm.websphere.command.CommandisReadyToCallExecute in class com.ibm.websphere.command.TargetableCommandImpltrue.public BusinessObjectDocumentType getBusinessObjectDocument()
getBusinessObjectDocument in interface MessageMappingResponseCmdpublic void setControllerCommand(ControllerCommand controllerCommand)
setControllerCommand in interface MessageMappingResponseCmdcontrollerCommand - The controller command implementation that created the guest user.public void setException(java.lang.Exception exception)
setException in interface MessageMappingResponseCmdexception - The exception that occurred.public void reset()
reset in interface com.ibm.websphere.command.Commandreset in class com.ibm.websphere.command.CacheableCommandImplpublic void performExecute()
throws java.lang.Exception
performExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class com.ibm.websphere.command.TargetableCommandImpljava.lang.Exception - There is a problem populating the response.