java.lang.Objectcom.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.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 |
Methods inherited from interface com.ibm.commerce.security.Protectable |
fulfills, getOwner |
Constructor Detail |
public RFQResponseBaseCmdImpl()
Method Detail |
public java.util.Vector getAttachmentsRFQLevelList()
public java.util.Vector getCommentsRFQLevelList()
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
public void setAttachmentsRFQLevelList(java.util.Vector newAttachmentsRFQLevelList)
public void setCommentsRFQLevelList(java.lang.String name, boolean isReq) throws ECApplicationException
public void setCommentsRFQLevelList(java.util.Vector newCommentsRFQLevelList)
public void setCreateTime(java.sql.Timestamp newCreateTime)
public void setErrorContent(java.util.Hashtable newErrorContent)
public void setErrorFlag(boolean newErrorFlag)
public void setFfmcenterObj(java.util.Hashtable newFfmcenterObj)
public void setFfmcenterObj(java.lang.String name, boolean isReq) throws ECApplicationException
public void setMajorVersion(java.lang.Integer newMajorVersion)
public void setMinorVersion(java.lang.Integer newMinorVersion)
public void setRequestId(java.lang.String name, boolean isReq) throws ECApplicationException
public void setRequestProperties(TypedProperty paramTable) throws ECApplicationException
public void setResponseAcceptaction(java.lang.Integer newResponseAcceptaction)
public void setResponseAcceptaction(java.lang.String name, boolean isReq) throws ECApplicationException
public void setResponseId(java.lang.Long newResponseId)
public void setResponseId(java.lang.String name, boolean isReq) throws ECApplicationException
public void setResponseName(java.lang.String name, boolean isReq) throws ECApplicationException
public void setResponseRemarks(java.lang.String name, boolean isReq) throws ECApplicationException
public void setResProductsList(java.lang.String name, boolean isReq) throws ECApplicationException
public void setResProductsList(java.util.Vector newResProductsList)
public void setToolXMLObject(java.util.Hashtable newToolXMLObject)
public void setUpdateTime(java.sql.Timestamp newUpdateTime)
public void setViewTaskName(java.lang.String newViewTaskName)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.