java.lang.Object | +--CacheableCommandImpl | +--com.ibm.commerce.command.AbstractECTargetableCommand | +--com.ibm.commerce.command.TaskCommandImpl | +--com.ibm.commerce.rfq.commands.RespondPAttributeTCCmdImpl
Implementation class for responding OrderItemPAttributeTC.
This command uses the following AccessBeans:
OperatorAccessBean
RFQResponseTCRLAccessBean
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT Copyright. |
Fields inherited from class com.ibm.commerce.command. AbstractECTargetableCommand |
commandContext |
Fields inherited from interface com.ibm.commerce.rfq.commands. RespondPAttributeTCCmd |
defaultCommandClassName,
NAME |
Fields inherited from interface com.ibm.commerce.command. ECCommand |
defaultCommandClassName |
Constructor Summary | |
---|---|
RespondPAttributeTCCmdImpl() Constructs a instance of CreateOrderItemPAttrTCCmdImpl. |
Method Summary | |
---|---|
java.util.Vector |
getAttributeInfo() Gets attributeInfo |
java.lang.Long |
getCatentryId() Gets catentryId |
java.lang.Long |
getRequestId() Gets requestId |
java.lang.Long |
getResponseId() Gets responseId |
void |
performExecute() Responds OrderItemPAttributeTC Step1: Create the TCs responses Step2: Create the relationships between the request TCs and the requestTCs. |
void |
setAttributeInfo(java.util.Vector newAttributeInfo) Sets the field of attributeInfo |
void |
setCatentryId(java.lang.Long newCatentryId) Sets the field of catentryId |
void |
setRequestId(java.lang.Long newRequestId) Sets the field of requestId |
void |
setResponseId(java.lang.Long newResponseId) Sets the field of responseId |
void |
validateParameters() Validate response paramters. |
Methods inherited from class com.ibm.commerce.command. AbstractECTargetableCommand |
accessControlCheck,
checkIsAllowed,
checkParameters,
checkResourcePermission,
createCommandExecutionEvent,
execute,
finalize,
getAccCheck,
getCommandContext,
getCommandIfName,
getCommandName,
getCommandStoreId,
getDefaultProperties,
getResources,
getStoreId,
getUser,
getUserId,
isReadyToCallExecute,
reset,
setAccCheck,
setCommandContext,
setCommandIfName,
setCommandStoreId,
setDefaultProperties |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait,
wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public RespondPAttributeTCCmdImpl()
Method Detail |
---|
public java.util.Vector getAttributeInfo()
public java.lang.Long getCatentryId()
public java.lang.Long getRequestId()
public java.lang.Long getResponseId()
public void performExecute() throws ECApplicationException, ECException
performExecute
in interface
ECCommand
performExecute
in class
AbstractECTargetableCommand
ECApplicationException
- The exception description.ECException
- The exception description.public void setAttributeInfo(java.util.Vector newAttributeInfo)
setAttributeInfo
in interface
RespondPAttributeTCCmd
newAttributeInfo
- java.util.Vectorpublic void setCatentryId(java.lang.Long newCatentryId)
setCatentryId
in interface
RespondPAttributeTCCmd
newCatentryId
- java.lang.Longpublic void setRequestId(java.lang.Long newRequestId)
setRequestId
in interface
RespondPAttributeTCCmd
newRequestId
- java.lang.Longpublic void setResponseId(java.lang.Long newResponseId)
setResponseId
in interface
RespondPAttributeTCCmd
newResponseId
- java.lang.Longpublic void validateParameters() throws ECApplicationException
validateParameters
in interface
ECCommand
validateParameters
in class
AbstractECTargetableCommand
ECApplicationException
- The exception
description.