com.ibm.commerce.utf.commands
Interface DeleteOrderCommentsTCCmd
- All Superinterfaces:
- ECCommand, TaskCommand
- All Known Implementing Classes:
- DeleteOrderCommentsTCCmdImpl
- public interface DeleteOrderCommentsTCCmd
- extends TaskCommand
Task command interface to delete Terms and Conditions of type "OrderComments".
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 |
COPYRIGHT
public static final java.lang.String COPYRIGHT
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
NAME
public static final java.lang.String NAME
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.