com.ibm.commerce.utf.commands
Interface ModifyOrderCommentsTCCmd
- All Superinterfaces:
- ECCommand, TaskCommand
- All Known Implementing Classes:
- ModifyOrderCommentsTCCmdImpl
- public interface ModifyOrderCommentsTCCmd
- extends TaskCommand
Interface to modify terms and conditions of type "OrderComments".
Method Summary |
void |
setCommentsVector(java.util.Vector newComments)
Stores the incoming list of freeform comments. |
void |
setTradingId(java.lang.Long newTradingid)
Stores the trading agreement 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
setCommentsVector
public void setCommentsVector(java.util.Vector newComments)
- Stores the incoming list of freeform comments.
- Parameters:
newComments
- The vector of freeform comments.
setTradingId
public void setTradingId(java.lang.Long newTradingid)
- Stores the trading agreement ID.
- Parameters:
newTradingid
- The trading agreement ID.