com.ibm.commerce.content.facade.server.commands
Class ComposeAttachmentWithAssetsCmdImpl
- java.lang.Object
-
- com.ibm.commerce.content.facade.server.commands.AbstractComposeAttachmentCmdImpl
-
- com.ibm.commerce.content.facade.server.commands.ComposeAttachmentWithAssetsCmdImpl
-
- All Implemented Interfaces:
- ComposeAttachmentCmd, com.ibm.websphere.command.Command, java.io.Serializable
public class ComposeAttachmentWithAssetsCmdImpl extends AbstractComposeAttachmentCmdImpl
This command populates the AttachmentSDO
usingAttachmentTargetDataBean
. It is called fromGetAttachmentCmdImpl
when the access profileIBM_Admin_AttachmentWithAssets
is used. The following information of the AttachmentSDO
is populated:
- /Attachment/AttachmentIdentifier/UniqueID
- /Attachment/AttachmentIdentifier/ExternalIdentifier/Identifier
- /Attachment/AttachmentAsset/AttachmentAssetPath
- /Attachment/AttachmentAsset/DirectoryPath
- /Attachment/AttachmentAsset/MimeType
- /Attachment/AttachmentAsset/language
- /Attachment/AttachmentDescription/Name
- /Attachment/AttachmentDescription/ShortDescription
- /Attachment/AttachmentDescription/LongDescription
- /Attachment/AttachmentDescription/language
- 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 ComposeAttachmentWithAssetsCmdImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
execute()
This method performs the main logic.-
Methods inherited from class com.ibm.commerce.content.facade.server.commands.AbstractComposeAttachmentCmdImpl
getPagingParameter, getSearchExpression, getShowAttachment, isReadyToCallExecute, reset, setAttachments, setPagingParameter, setSearchExpression, setShowAttachment
-
-
-
-
Field Detail
-
COPYRIGHT
public static final java.lang.String COPYRIGHT
IBM Copyright notice field.- See Also:
- Constant Field Values
-
-