com.ibm.commerce.rfq.commands
Interface RespondRFQLevelCommentsTCCmd
- All Superinterfaces:
- ECCommand, TaskCommand
- All Known Implementing Classes:
- RespondRFQLevelCommentsTCCmdImpl
- public interface RespondRFQLevelCommentsTCCmd
- extends TaskCommand
Interface to respond to Order Comments TCs.
Method Summary |
void |
setCommentsVector(java.util.Vector newComments)
Sets Response comments |
void |
setRequestId(java.lang.Long newTradingid)
Sets Request Id |
void |
setResponseId(java.lang.Long newTradingid)
Sets Response 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)
- Sets Response comments
- Parameters:
newComments
- java.util.Vector
setRequestId
public void setRequestId(java.lang.Long newTradingid)
- Sets Request Id
- Parameters:
newTradingid
- java.lang.Long
setResponseId
public void setResponseId(java.lang.Long newTradingid)
- Sets Response Id
- Parameters:
newTradingid
- java.lang.Long