com.ibm.commerce.utf.commands
Interface DeleteOrderItemPAttributeTCCmd

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

public interface DeleteOrderItemPAttributeTCCmd
extends TaskCommand

Deletes Terms and Conditions of type "OrderItemPAttribute".


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
Method Summary
 void setTcVector(java.util.Vector newTcVector)
          Stores the list of IDs corresponding to the term and conditions to be deleted.
 void setTradingId(java.lang.Long newTradingid)
          Stores the trading 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
 

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

setTcVector

public void setTcVector(java.util.Vector newTcVector)
Stores the list of IDs corresponding to the term and conditions to be deleted.
Parameters:
newTcVector - The list of term and condition IDs.

setTradingId

public void setTradingId(java.lang.Long newTradingid)
Stores the trading ID.
Parameters:
newTradingid - The trading ID.