public abstract class AbstractMemberResponseBaseCmdImpl extends MemberHelper implements MessageMappingResponseCmd
BOD for a Person or Organization request BOD.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
| Constructor and Description |
|---|
AbstractMemberResponseBaseCmdImpl()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ControllerCommand |
getControllerCommand()
Returns the controller command
|
boolean |
isReadyToCallExecute() |
void |
setControllerCommand(ControllerCommand controllerCommand)
This method is called to set the controller command implementation that was
executed.
|
void |
setException(java.lang.Exception exception)
This method is called to set the associated exception that occurred
during executing the controller command.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBusinessObjectDocumentpublic static final java.lang.String COPYRIGHT
public AbstractMemberResponseBaseCmdImpl()
public void setControllerCommand(ControllerCommand controllerCommand)
MessageMappingResponseCmdsetControllerCommand in interface MessageMappingResponseCmdcontrollerCommand - The executed controller command.MessageMappingResponseCmd.setControllerCommand(com.ibm.commerce.command.ControllerCommand)public ControllerCommand getControllerCommand()
public boolean isReadyToCallExecute()
isReadyToCallExecute in interface com.ibm.websphere.command.CommandCommand.isReadyToCallExecute()public void setException(java.lang.Exception exception)
MessageMappingResponseCmdsetException in interface MessageMappingResponseCmdexception - The associated application exception that helps to create
the error information in the response business object document.MessageMappingResponseCmd.setException(java.lang.Exception)