com.ibm.commerce.rfq.commands
Interface ModifyResponsePAttributeCmd
-
- All Superinterfaces:
- com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
- All Known Implementing Classes:
- ModifyResponsePAttributeCmdImpl
public interface ModifyResponsePAttributeCmd extends TaskCommand
Modifies an RFQ response product personalization attribute.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
IBM copyright notice field.static java.lang.String
defaultCommandClassName
The default implementation class name.static java.lang.String
NAME
The full class name for this interface file.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
setProductVector(java.util.Vector productVector)
Sets RFQ response product list.void
setRequestId(java.lang.Long id)
Sets RFQ requestIdvoid
setResponseId(java.lang.Long id)
Sets RFQ response id-
Methods inherited from interface com.ibm.websphere.command.CacheableCommand
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
-
Methods inherited from interface com.ibm.websphere.command.TargetableCommand
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
-
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
-
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
IBM copyright notice field.- See Also:
- Constant Field Values
-
NAME
static final java.lang.String NAME
The full class name for this interface file.- See Also:
- Constant Field Values
-
defaultCommandClassName
static final java.lang.String defaultCommandClassName
The default implementation class name. This is used if there is no record found in the CMDREG table.- See Also:
- Constant Field Values
-
-
Method Detail
-
setProductVector
void setProductVector(java.util.Vector productVector)
Sets RFQ response product list.- Parameters:
productVector
- The RFQ Response product list.
-
setRequestId
void setRequestId(java.lang.Long id)
Sets RFQ requestId- Parameters:
id
- The RFQ request ID.
-
setResponseId
void setResponseId(java.lang.Long id)
Sets RFQ response id- Parameters:
id
- The RFQ response ID.
-
-