com.ibm.commerce.attachment.commands

Interface AttachmentDeleteCmd

    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The internal copyright field.
        See Also:
        Constant Field Values
      • CLASSNAME

        static final java.lang.String CLASSNAME
        Define the CLASSNAME.
        See Also:
        Constant Field Values
    • Method Detail

      • getAttachmentTargetId

        java.lang.Long getAttachmentTargetId()
        Gets the attachment target ID.
        Returns:
        The attachment target ID
      • getStoreentId

        java.lang.Integer getStoreentId()
        Gets the store entity ID that owns the attachment target.
        Returns:
        The store entity ID
      • getMemberId

        java.lang.Long getMemberId()
        Gets the owner of the attachment target.
        Returns:
        The owner ID of the attachment target
      • getIdentifier

        java.lang.String getIdentifier()
        Gets the identifier of the attachment target.
        Returns:
        The identifier of the attachment target
      • setAttachmentTargetId

        void setAttachmentTargetId(java.lang.Long anAttachmentTargetId)
        Sets the attachment target ID.
        Parameters:
        anAttachmentTargetId - The attachment target ID
      • setStoreentId

        void setStoreentId(java.lang.Integer anStoreentId)
        Sets the store entity ID.
        Parameters:
        anStoreentId - The store entity ID
      • setMemberId

        void setMemberId(java.lang.Long anMemberId)
        Sets the owner ID of the attachment target.
        Parameters:
        anMemberId - The owner of the attachment target
      • setIdentifier

        void setIdentifier(java.lang.String astrIdentifier)
        Sets the identifier of the attachment target.
        Parameters:
        astrIdentifier - The identifier of the attachment target
      • setURL

        void setURL(java.lang.String astrURL)
        Sets the redirect URL.
        Parameters:
        astrURL - The redirect URL
      • setAttachmentAssetsForDelete

        void setAttachmentAssetsForDelete(java.util.Vector avAttachmentAssetDataBeansForDelete)
        Sets the vector of AttachmentAssetDataBean as the attachment assets to be deleted from the attachment target.
        Parameters:
        avAttachmentAssetDataBeansForDelete - The list of AttachmentAssetDataBean as the attachment assets for delete.
      • setDeleteAssetsOnly

        void setDeleteAssetsOnly(boolean abFlag)
        Sets the flag to indicate that it will only deletes the assets indicated but not the target.
        Parameters:
        abFlag - the value of the flag.