com.ibm.commerce.content.facade.server.commands

Class AbstractComposeAttachmentCmdImpl

  • java.lang.Object
    • com.ibm.commerce.content.facade.server.commands.AbstractComposeAttachmentCmdImpl
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM Copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AbstractComposeAttachmentCmdImpl

        public AbstractComposeAttachmentCmdImpl()
        The constructor of AbstractComposeAttachmentCmdImpl
    • Method Detail

      • reset

        public void reset()
        This method resets this command.
        Specified by:
        reset in interface com.ibm.websphere.command.Command
        See Also:
        Command.reset()
      • setAttachments

        public void setAttachments(java.util.List attachments)
        This method sets the list of attachments. The list contains AttachmentTargeDataBean objects populated with all available data.
        Specified by:
        setAttachments in interface ComposeAttachmentCmd
        Parameters:
        attachments - The list of attachments
      • isReadyToCallExecute

        public boolean isReadyToCallExecute()
        This method returns if this command is ready to execute.
        Specified by:
        isReadyToCallExecute in interface com.ibm.websphere.command.Command
        Returns:
        boolean
        See Also:
        Command.isReadyToCallExecute()
      • setShowAttachment

        public void setShowAttachment(ShowAttachmentType aShowAttachment)
        This method sets the instance of ShowAttachmentType .
        Parameters:
        aShowAttachment - the instance value of ShowAttachmentType .
      • setPagingParameter

        public void setPagingParameter(ShowType aPagingParameter)
        This method set the paging parameters
        Specified by:
        setPagingParameter in interface ComposeAttachmentCmd
        Parameters:
        aPagingParameter - The paging parameter to set.
      • setSearchExpression

        public void setSearchExpression(SearchExpression searchExpression)
        This method sets the selection expression for the compose operation. This get expression can also include the paging information to base the results to show.
        Specified by:
        setSearchExpression in interface ComposeAttachmentCmd
        Parameters:
        searchExpression - The search expression.