com.ibm.commerce.utf.commands

Interface DeleteRFQAttachmentCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    DeleteRFQAttachmentCmdImpl


    public interface DeleteRFQAttachmentCmd
    extends TaskCommand
    Removes one or more attachments from the RFQ.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation of this command.
        See Also:
        Constant Field Values
    • Method Detail

      • setAttachArray

        void setAttachArray(java.lang.Long[] newAttachArray)
        Stores the list of attachments to be deleted.
        Parameters:
        newAttachArray - The array of attachment IDs.
      • setTradingId

        void setTradingId(java.lang.Long newTradingId)
        Store the ID of the trading agreement for the RFQ.
        Parameters:
        newTradingId - The trading agreement ID.