com.ibm.commerce.utf.commands
Interface DeleteRFQAttachmentCmd

All Superinterfaces:
ECCommand, TaskCommand
All Known Implementing Classes:
DeleteRFQAttachmentCmdImpl

public interface DeleteRFQAttachmentCmd
extends TaskCommand

Task command interface to delete one or more attachments associated with the RFQ.


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
Method Summary
 void setAttachArray(java.lang.Long[] newAttachArray)
          Stores the list of attachments to be deleted.
 void setTradingId(java.lang.Long newTradingId)
          Store the ID of the trading agreement for the RFQ.
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT

defaultCommandClassName

public static final java.lang.String defaultCommandClassName

NAME

public static final java.lang.String NAME
Method Detail

setAttachArray

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

setTradingId

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