java.lang.Object | +--com.ibm.commerce.ubf.commands.ToolsBusinessFlowCmdImpl | +--com.ibm.commerce.rfq.commands.RFQResponseBaseCmdImpl
Implementation for response base command.
Field Summary |
---|
Fields inherited from interface com.ibm.commerce.rfq.commands. RFQResponseBaseCmd |
COPYRIGHT |
Fields inherited from interface com.ibm.commerce.tools.command. ToolsControllerCommand |
NAME |
Fields inherited from interface com.ibm.commerce.command. ECCommand |
defaultCommandClassName |
Constructor Summary | |
---|---|
RFQResponseBaseCmdImpl() Constructs an instance of RFQResponseBaseCmdImpl. |
Method Summary | |
---|---|
java.util.Vector |
getAttachmentsRFQLevelList() Gets attachmentsRFQLevelList |
java.util.Vector |
getCommentsRFQLevelList() Gets commentsRFQLevelList |
java.sql.Timestamp |
getCreateTime() Gets createTime |
java.util.Hashtable |
getErrorContent() Get errorContent. |
boolean |
getErrorFlag() Gets the errorFlag |
java.util.Hashtable |
getFfmcenterObj() Gets ffmcenterObj |
java.lang.Integer |
getMajorVersion() Gets majorVersion |
java.lang.Integer |
getMinorVersion() Gets minorVersion |
java.lang.Long |
getOwnerId() Gets ownerId |
java.lang.Long |
getRequestId() Gets requestId |
java.lang.Integer |
getResponseAcceptaction() Gets responseAcceptaction |
java.lang.Long |
getResponseId() Gets responseId |
java.lang.String |
getResponseName() Gets responseName |
java.lang.String |
getResponseRemarks() Gets responseRemarks |
java.util.Vector |
getResProductsList() Gets resProductsList |
java.util.Hashtable |
getToolXMLObject() Gets toolXMLObject |
java.sql.Timestamp |
getUpdateTime() Gets updateTime |
java.lang.String |
getViewTaskName() Gets viewTaskName |
java.lang.String |
getWizardNavagationFile() Gets XMLFile from toolXMLObject |
void |
setAttachmentsRFQLevelList(java.lang.String name,
boolean isReq) Gets the response attachments from toolXMLObject and sets it. |
void |
setAttachmentsRFQLevelList(java.util.Vector newAttachmentsRFQLevelList) Sets the field of attachmentsRFQLevelList |
void |
setCommentsRFQLevelList(java.lang.String name,
boolean isReq) Gets the response comments from toolXMLObject and sets it. |
void |
setCommentsRFQLevelList(java.util.Vector newCommentsRFQLevelList) Sets the field of commentsRFQLevelList |
void |
setCreateTime(java.sql.Timestamp newCreateTime) Sets the field of createTime |
void |
setErrorContent(java.util.Hashtable newErrorContent) Sets errorContent. |
void |
setErrorFlag(boolean newErrorFlag) Sets errorFlag. |
void |
setFfmcenterObj(java.util.Hashtable newFfmcenterObj) Sets the field of ffmcenterObj |
void |
setFfmcenterObj(java.lang.String name, boolean isReq) Gets the response fulfillment center from toolXMLObject and sets it. |
void |
setMajorVersion(java.lang.Integer newMajorVersion) Sets the field of majorVersion |
void |
setMinorVersion(java.lang.Integer newMinorVersion) Sets the field of minorVersion |
void |
setRequestId(java.lang.String name, boolean isReq) Gets the request id from toolXMLObject, and sets it. |
void |
setRequestProperties(
TypedProperty paramTable) Extracts the Hashtable of name-value pairs that have been sent up from the Tools UI. |
void |
setResponseAcceptaction(java.lang.Integer newResponseAcceptaction) Sets the field of responseAcceptaction |
void |
setResponseAcceptaction(java.lang.String name,
boolean isReq) Gets the accept action from toolXMLObject, and sets it. |
void |
setResponseId(java.lang.Long newResponseId) Sets the field of responseId |
void |
setResponseId(java.lang.String name, boolean isReq) Gets the request id from toolXMLObject, and sets it. |
void |
setResponseName(java.lang.String name, boolean isReq) Gets the response name from toolXMLObject, and sets it. |
void |
setResponseRemarks(java.lang.String name, boolean isReq) Gets the response remark from toolXMLObject, and sets it. |
void |
setResProductsList(java.lang.String name, boolean isReq) Gets the response product from toolXMLObject, and sets it. |
void |
setResProductsList(java.util.Vector newResProductsList) Sets the field of resProductsList |
void |
setToolXMLObject(java.util.Hashtable newToolXMLObject) Sets the field of toolXMLObject |
void |
setUpdateTime(java.sql.Timestamp newUpdateTime) Sets the field of updateTime |
void |
setViewTaskName(java.lang.String newViewTaskName) Sets the field of viewTaskName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Methods inherited from interface com.ibm.commerce.command. ControllerCommand |
checkPermission,
execute,
getGeneric,
getRequestProperties,
getResolvedRequestProperties,
getResponseProperties,
getRetriable,
getViewInputProperties,
isGeneric,
isRetriable,
mergeProperties,
setGeneric,
setRetriable,
setViewInputProperties |
Methods inherited from interface com.ibm.commerce.command. AccCommand |
accessControlCheck,
getAccCheck,
getForUserId,
getResourceOwners,
setAccCheck,
setForUserId,
setOwner |
Methods inherited from interface com.ibm.commerce.command. ECCommand |
checkIsAllowed,
checkResourcePermission,
createCommandExecutionEvent,
getCommandContext,
getCommandIfName,
getCommandName,
getCommandStoreId,
getDefaultProperties,
getResources,
getStoreId,
getUser,
getUserId,
performExecute,
setCommandContext,
setCommandIfName,
setCommandStoreId,
setDefaultProperties,
validateParameters |
Constructor Detail |
---|
public RFQResponseBaseCmdImpl()
Method Detail |
---|
public java.util.Vector getAttachmentsRFQLevelList()
public java.util.Vector getCommentsRFQLevelList()
getCommentsRFQLevelList
in interface
RFQResponseBaseCmd
public java.sql.Timestamp getCreateTime()
public java.util.Hashtable getErrorContent()
public boolean getErrorFlag()
public java.util.Hashtable getFfmcenterObj()
public java.lang.Integer getMajorVersion()
public java.lang.Integer getMinorVersion()
public java.lang.Long getOwnerId()
public java.lang.Long getRequestId()
public java.lang.Integer getResponseAcceptaction()
public java.lang.Long getResponseId()
public java.lang.String getResponseName()
public java.lang.String getResponseRemarks()
public java.util.Vector getResProductsList()
public java.util.Hashtable getToolXMLObject()
public java.sql.Timestamp getUpdateTime()
public java.lang.String getViewTaskName()
public java.lang.String getWizardNavagationFile()
public void setAttachmentsRFQLevelList(java.lang.String name, boolean isReq) throws ECApplicationException
name
- The response attachment object.isReq
- True if this object is required. False if this object
is not required.com.ibm.commerce.exception.ECApplicationException.
ECApplicationException
public void setAttachmentsRFQLevelList(java.util.Vector newAttachmentsRFQLevelList)
newAttachmentsRFQLevelList
-
java.util.Vectorpublic void setCommentsRFQLevelList(java.lang.String name, boolean isReq) throws ECApplicationException
name
- the response comment object.isReq
- true if this object is required. False if this object
is not required.com.ibm.commerce.exception.ECApplicationException.
ECApplicationException
public void setCommentsRFQLevelList(java.util.Vector newCommentsRFQLevelList)
newCommentsRFQLevelList
- java.util.Vectorpublic void setCreateTime(java.sql.Timestamp newCreateTime)
newCreateTime
- java.sql.Timestamppublic void setErrorContent(java.util.Hashtable newErrorContent)
newErrorContent
- java.util.Hashtablepublic void setErrorFlag(boolean newErrorFlag)
newErrorFlag
- booleanpublic void setFfmcenterObj(java.util.Hashtable newFfmcenterObj)
newFfmcenterObj
- The new fulfillment center
object.public void setFfmcenterObj(java.lang.String name, boolean isReq) throws ECApplicationException
setFfmcenterObj
in interface
RFQResponseBaseCmd
name
- The new fulfillment center object.isReq
- True if this object is required. False if this object
is not required.com.ibm.commerce.exception.ECApplicationException.
ECApplicationException
public void setMajorVersion(java.lang.Integer newMajorVersion)
newMajorVersion
- java.lang.Integerpublic void setMinorVersion(java.lang.Integer newMinorVersion)
newMinorVersion
- java.lang.Integerpublic void setRequestId(java.lang.String name, boolean isReq) throws ECApplicationException
setRequestId
in interface
RFQResponseBaseCmd
name
- The request id object.isReq
- True if this object is required. False if this object
is not required.com.ibm.commerce.exception.ECApplicationException.
ECApplicationException
public void setRequestProperties(TypedProperty paramTable) throws ECApplicationException
setRequestProperties
in interface
ControllerCommand
paramTable
- com.ibm.commerce.datatype.TypedPropertycom.ibm.commerce.exception.ECApplicationException.
ECApplicationException
public void setResponseAcceptaction(java.lang.Integer newResponseAcceptaction)
newResponseAcceptaction
-
java.lang.Integerpublic void setResponseAcceptaction(java.lang.String name, boolean isReq) throws ECApplicationException
setResponseAcceptaction
in interface
RFQResponseBaseCmd
name
- The accept action object.isReq
- True if this object is required. False if this object
is not required.com.ibm.commerce.exception.ECApplicationException.
ECApplicationException
public void setResponseId(java.lang.Long newResponseId)
newResponseId
- java.lang.Longpublic void setResponseId(java.lang.String name, boolean isReq) throws ECApplicationException
name
- The response id object.isReq
- True if this object is required. False if this object
is not required.com.ibm.commerce.exception.ECApplicationException.
ECApplicationException
public void setResponseName(java.lang.String name, boolean isReq) throws ECApplicationException
setResponseName
in interface
RFQResponseBaseCmd
name
- The response name object.isReq
- True if this object is required. False if this object
is not required.com.ibm.commerce.exception.ECApplicationException.
ECApplicationException
public void setResponseRemarks(java.lang.String name, boolean isReq) throws ECApplicationException
setResponseRemarks
in interface
RFQResponseBaseCmd
name
- The response remark object.isReq
- True if this object is required. False if this object
is not required.com.ibm.commerce.exception.ECApplicationException.
ECApplicationException
public void setResProductsList(java.lang.String name, boolean isReq) throws ECApplicationException
setResProductsList
in interface
RFQResponseBaseCmd
name
- The response product object.isReq
- True if this object is required. False if this object
is not required.com.ibm.commerce.exception.ECApplicationException.
ECApplicationException
public void setResProductsList(java.util.Vector newResProductsList)
newResProductsList
- java.util.Vectorpublic void setToolXMLObject(java.util.Hashtable newToolXMLObject)
newToolXMLObject
- java.util.Hashtablepublic void setUpdateTime(java.sql.Timestamp newUpdateTime)
newUpdateTime
- java.sql.Timestamppublic void setViewTaskName(java.lang.String newViewTaskName)
newViewTaskName
- java.lang.String