com.ibm.commerce.rfq.commands
Interface RFQResponseModifyOrderitemPAttributeTCCmd
- All Superinterfaces:
- ECCommand, TaskCommand
- All Known Implementing Classes:
- RFQResponseModifyOrderitemPAttributeTCCmdImpl
- public interface RFQResponseModifyOrderitemPAttributeTCCmd
- extends TaskCommand
Interface to modify an RFQ Response product and related TCs
Method Summary |
void |
setProductVector(java.util.Vector ProductVector)
Sets RFQ Response product list |
void |
setRequestId(java.lang.Long id)
Sets RFQ requestId |
void |
setResponseId(java.lang.Long id)
Sets RFQ 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
setProductVector
public void setProductVector(java.util.Vector ProductVector)
- Sets RFQ Response product list
- Parameters:
ProductVector
- java.util.Vector
setRequestId
public void setRequestId(java.lang.Long id)
- Sets RFQ requestId
- Parameters:
id
- java.lang.Long
setResponseId
public void setResponseId(java.lang.Long id)
- Sets RFQ Response id
- Parameters:
id
- java.lang.Long