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.
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 |
COPYRIGHT
public static final java.lang.String COPYRIGHT
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
NAME
public static final java.lang.String NAME
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.