com.ibm.commerce.content.facade.server.commands
Class GetAttachmentCmdImpl
- java.lang.Object
-
- com.ibm.websphere.command.TargetableCommandImpl
-
- com.ibm.websphere.command.CacheableCommandImpl
-
- com.ibm.commerce.command.MeasuredCacheableCommandImpl
-
- com.ibm.commerce.foundation.server.command.bod.AbstractGetBusinessObjectDocumentCmdImpl
-
- com.ibm.commerce.content.facade.server.commands.GetAttachmentCmdImpl
-
- All Implemented Interfaces:
- GetAttachmentCmd, BusinessObjectDocumentCmd, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable
public class GetAttachmentCmdImpl extends AbstractGetBusinessObjectDocumentCmdImpl implements GetAttachmentCmd
The class is used to get attachment.- 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 GetAttachmentCmdImpl()
The constructor for GetAttachmentCmdImpl
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description ShowAttachmentType
getShowAttachment()
Provide a get method to get the result (ShowAttachmentType BOD)void
setGetAttachment(GetAttachmentType getAttachment)
A set method for GetAttachment-
Methods inherited from class com.ibm.commerce.foundation.server.command.bod.AbstractGetBusinessObjectDocumentCmdImpl
getFetchCommandInterface, getInsertMoreDataCommandInterface, getResultBusinessObjectDocument, getSearchExpression, getUniqueID, handleException, isReadyToCallExecute, performExecute, setFetchCommandInterface, setInsertMoreDataCommandInterface, setOutputProperties, setRequestBusinessObjectDocument, setUniqueIDXPath
-
Methods inherited from class com.ibm.websphere.command.CacheableCommandImpl
executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, reset, setCaller, setObjectSize, unionDependencies, updateCache
-
Methods inherited from class com.ibm.websphere.command.TargetableCommandImpl
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setTargetPolicy
-
-
-
-
Field Detail
-
COPYRIGHT
public static final java.lang.String COPYRIGHT
IBM Copyright notice field.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GetAttachmentCmdImpl
public GetAttachmentCmdImpl()
The constructor for GetAttachmentCmdImpl
-
-
Method Detail
-
setGetAttachment
public void setGetAttachment(GetAttachmentType getAttachment)
A set method for GetAttachment- Specified by:
setGetAttachment
in interfaceGetAttachmentCmd
- Parameters:
getAttachment
- the GetAttachment BOD that GetAttachmentCmd would execute
-
getShowAttachment
public ShowAttachmentType getShowAttachment()
Provide a get method to get the result (ShowAttachmentType BOD)- Specified by:
getShowAttachment
in interfaceGetAttachmentCmd
- Returns:
- ShowAttachmentType the ShowAttachmentType BOD would return to the client
-
-