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

Interface ComposeAttachmentCmd

    • Field Detail

      • COPYRIGHT

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

      • setAttachments

        void setAttachments(java.util.List attachments)
        This method sets the list of attachments. The list contains AttachmentTargeDataBean objects populated with all available data.
        Parameters:
        attachments - The list of attachments
      • getShowAttachment

        ShowAttachmentType getShowAttachment()
        This method returns the ShowAttachmentType BOD .
        Returns:
        ShowAttachmentType the ShowAttachmentType BOD
      • getPagingParameter

        ShowType getPagingParameter()
        This method gets the paging parameters
        Returns:
        ShowType
      • setPagingParameter

        void setPagingParameter(ShowType aPagingParameter)
        This method sets the paging parameters
        Parameters:
        aPagingParameter - The paging parameter to set.
      • setSearchExpression

        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.
        Parameters:
        searchExpression - The search expression.
      • getSearchExpression

        SearchExpression getSearchExpression()
        This method returns the search expression associated with the compose operation.
        Returns:
        The search expression.