com.ibm.commerce.rfq.commands
Interface RFQResponseModifyOrderCommentsTCCmd
- All Superinterfaces:
- ECCommand, TaskCommand
- All Known Implementing Classes:
- RFQResponseModifyOrderCommentsTCCmdImpl
- public interface RFQResponseModifyOrderCommentsTCCmd
- extends TaskCommand
Interface to modify an RFQ Response level TCs
Method Summary |
void |
setCommentsVector(java.util.Vector CommenceVector)
Sets RFQ Response level comments |
void |
setRequestId(java.lang.Long id)
Sets RFQ Response requestId |
void |
setResponseId(java.lang.Long id)
Set RFQ Response 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 CommenceVector)
- Sets RFQ Response level comments
- Parameters:
CommenceVector
- java.util.Vector
setRequestId
public void setRequestId(java.lang.Long id)
- Sets RFQ Response requestId
- Parameters:
id
- java.lang.Long
setResponseId
public void setResponseId(java.lang.Long id)
- Set RFQ Response response id
- Parameters:
id
- java.lang.Long