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, updateCache
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
public AcknowledgePersonCreateGuestCmdImpl()
public boolean isReadyToCallExecute()
isReadyToCallExecute
in interface com.ibm.websphere.command.Command
isReadyToCallExecute
in class com.ibm.websphere.command.TargetableCommandImpl
true
.public BusinessObjectDocumentType getBusinessObjectDocument()
getBusinessObjectDocument
in interface MessageMappingResponseCmd
public void setControllerCommand(ControllerCommand controllerCommand)
setControllerCommand
in interface MessageMappingResponseCmd
controllerCommand
- The controller command implementation that created the guest user.public void setException(java.lang.Exception exception)
setException
in interface MessageMappingResponseCmd
exception
- The exception that occurred.public void reset()
reset
in interface com.ibm.websphere.command.Command
reset
in class com.ibm.websphere.command.CacheableCommandImpl
public void performExecute() throws java.lang.Exception
performExecute
in interface com.ibm.websphere.command.TargetableCommand
performExecute
in class com.ibm.websphere.command.TargetableCommandImpl
java.lang.Exception
- There is a problem populating the response.