com.ibm.commerce.member.facade.server.commands
Class AbstractMemberResponseBaseCmdImpl
- java.lang.Object
-
- com.ibm.commerce.member.facade.server.commands.MemberHelper
-
- com.ibm.commerce.member.facade.server.commands.AbstractMemberResponseBaseCmdImpl
-
- All Implemented Interfaces:
- MessageMappingResponseCmd, com.ibm.websphere.command.Command, java.io.Serializable
- Direct Known Subclasses:
- AcknowledgeOrganizationCmdImpl, AcknowledgePersonCmdImpl, RespondOrganizationCmdImpl, RespondPersonCmdImpl
public abstract class AbstractMemberResponseBaseCmdImpl extends MemberHelper implements MessageMappingResponseCmd
The base command used to build a responseBOD
for a Person or Organization requestBOD
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
IBM Copyright notice field.
-
Constructor Summary
Constructors Constructor and Description AbstractMemberResponseBaseCmdImpl()
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description ControllerCommand
getControllerCommand()
Returns the controller commandboolean
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.-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.ibm.commerce.foundation.server.command.soi.MessageMappingResponseCmd
getBusinessObjectDocument
-
-
-
-
Field Detail
-
COPYRIGHT
public static final java.lang.String COPYRIGHT
IBM Copyright notice field.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AbstractMemberResponseBaseCmdImpl
public AbstractMemberResponseBaseCmdImpl()
Constructor
-
-
Method Detail
-
setControllerCommand
public void setControllerCommand(ControllerCommand controllerCommand)
Description copied from interface:MessageMappingResponseCmd
This method is called to set the controller command implementation that was executed.- Specified by:
setControllerCommand
in interfaceMessageMappingResponseCmd
- Parameters:
controllerCommand
- The executed controller command.- See Also:
MessageMappingResponseCmd.setControllerCommand(com.ibm.commerce.command.ControllerCommand)
-
getControllerCommand
public ControllerCommand getControllerCommand()
Returns the controller command- Returns:
- the controller command
-
isReadyToCallExecute
public boolean isReadyToCallExecute()
- Specified by:
isReadyToCallExecute
in interfacecom.ibm.websphere.command.Command
- See Also:
Command.isReadyToCallExecute()
-
setException
public void setException(java.lang.Exception exception)
Description copied from interface:MessageMappingResponseCmd
This method is called to set the associated exception that occurred during executing the controller command.- Specified by:
setException
in interfaceMessageMappingResponseCmd
- Parameters:
exception
- The associated application exception that helps to create the error information in the response business object document.- See Also:
MessageMappingResponseCmd.setException(java.lang.Exception)
-
-