com.ibm.commerce.content.facade.server.commands
Class FetchAttachmentByIdCmdImpl
- java.lang.Object
-
- com.ibm.websphere.command.TargetableCommandImpl
-
- com.ibm.websphere.command.CacheableCommandImpl
-
- com.ibm.commerce.foundation.server.command.bod.AbstractFetchNounCmdImpl
-
- com.ibm.commerce.content.facade.server.commands.AbstractFetchAttachmentCmdImpl
-
- com.ibm.commerce.content.facade.server.commands.FetchAttachmentByIdCmdImpl
-
- All Implemented Interfaces:
- FetchAttachmentCmd, AbstractFetchNounCmd, 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 FetchAttachmentByIdCmdImpl extends AbstractFetchAttachmentCmdImpl
This command retrieves an attachment according to the attachment ID specified by the client. The attachment ID is specified in the input XPath query. The following XPath query can be processed by this command:/Attachment/AttachmentIdentifier[(UniqueID=)]
- 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 FetchAttachmentByIdCmdImpl()
-
Method Summary
-
Methods inherited from class com.ibm.commerce.content.facade.server.commands.AbstractFetchAttachmentCmdImpl
getAttachments, getGetAttachment, getNouns, getPagingParameter, getShow, getShowAttachmentDataArea, isReadyToCallExecute, performExecute, reset, setGet, setGetAttachment, setPagingParameter
-
Methods inherited from class com.ibm.commerce.foundation.server.command.bod.AbstractFetchNounCmdImpl
setSearchExpression
-
Methods inherited from class com.ibm.websphere.command.CacheableCommandImpl
execute, executeFromCache, getCaller, getEntryInfo, getId, getObjectSize, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCache
-
Methods inherited from class com.ibm.websphere.command.TargetableCommandImpl
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
-
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.bod.AbstractFetchNounCmd
setSearchExpression
-
-
-
-
Field Detail
-
COPYRIGHT
public static final java.lang.String COPYRIGHT
IBM Copyright notice field.- See Also:
- Constant Field Values
-
-