com.ibm.commerce.utf.commands
Interface DeleteRFQCatentryRelCmd
- All Superinterfaces:
- ECCommand, TaskCommand
- All Known Implementing Classes:
- DeleteRFQCatentryRelCmdImpl
- public interface DeleteRFQCatentryRelCmd
- extends TaskCommand
This command deletes the relationship between an RFQ and one or more catalog entries.
Method Summary |
void |
setCatalogEntries(java.lang.Long[] newCatalogEntries)
Stores a list of catalog entry IDs. |
void |
setOfferingId(java.lang.Long newOfferingid)
Stores the RFQ ID. |
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
setCatalogEntries
public void setCatalogEntries(java.lang.Long[] newCatalogEntries)
- Stores a list of catalog entry IDs.
- Parameters:
newCatalogEntries
- The catalog entry ID list
setOfferingId
public void setOfferingId(java.lang.Long newOfferingid)
- Stores the RFQ ID.
- Parameters:
newTradingid
- The RFQ ID.