public class ModifyResponsePAttributeCmdImpl extends TaskCommandImpl implements ModifyResponsePAttributeCmd
This command calls the following TaskCommands:
This command uses the following AccessBeans:OperatorAccessBeanPAttrValueAccessBeanRFQResponsePAttributeRelAccessBeanRFQResponseProductAccessBean| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
static java.lang.Integer |
VALUE_CHANGE_FLAG
Change flag.
|
defaultCommandClassName, NAME| Constructor and Description |
|---|
ModifyResponsePAttributeCmdImpl()
ModifyResponsePAttributeCmdImpl constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
performExecute()
Processes the products and related personalization attributes of an RFQ response
This method does the following:
Gets all products Modifies the product price,quantity,currency and unit for each product Modifies the product level comments and specifications if they exist |
void |
setProductVector(java.util.Vector newProductVector)
Sets RFQ Response product list.
|
void |
setRequestId(java.lang.Long newRequestId)
Sets RFQ requestId
|
void |
setResponseId(java.lang.Long newResponseId)
Sets RFQ Response id
|
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameterspublic static final java.lang.String COPYRIGHT
public static java.lang.Integer VALUE_CHANGE_FLAG
public ModifyResponsePAttributeCmdImpl()
public void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECApplicationException - if using RFQResponseProductAccessBean fail.or modify item level pattribute failECSystemException - if System error happenECExceptionpublic void setProductVector(java.util.Vector newProductVector)
setProductVector in interface ModifyResponsePAttributeCmdnewProductVector - The RFQ Response product list.public void setRequestId(java.lang.Long newRequestId)
setRequestId in interface ModifyResponsePAttributeCmdnewRequestId - The RFQ request ID.public void setResponseId(java.lang.Long newResponseId)
setResponseId in interface ModifyResponsePAttributeCmdnewResponseId - The RFQ response ID.