|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.rfq.commands.RFQResponseBaseCmdImpl
Implementation for response base command.
Field Summary | |
protected java.util.Vector |
commentsRFQLevelList
|
protected java.sql.Timestamp |
createTime
|
protected java.util.Hashtable |
errorContent
|
protected boolean |
errorFlag
|
protected java.lang.Integer |
majorVersion
|
protected java.lang.Integer |
minorVersion
|
protected java.lang.Long |
ownerId
|
protected java.lang.Long |
requestId
|
protected java.lang.Long |
responseId
|
protected java.lang.String |
responseName
|
protected java.lang.String |
responseRemarks
|
protected java.util.Vector |
resProductsList
|
protected java.sql.Timestamp |
updateTime
|
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 |
getCommentsRFQLevelList()
Gets commentsRFQLevelList |
java.sql.Timestamp |
getCreateTime()
Gets createTime |
java.util.Hashtable |
getErrorContent()
Get errorContent. |
boolean |
getErrorFlag()
Gets the errorFlag |
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.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 |
setCommentsRFQLevelList(java.lang.String name,
boolean isReq)
get the response comments from toolXMLObject and set 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 |
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)
get the request id from toolXMLObject, and set it. |
void |
setRequestProperties(TypedProperty paramTable)
Extracts the Hashtable of name-value pairs that have been sent up from the Tools UI. |
void |
setResponseId(java.lang.Long newResponseId)
Sets the field of responseId |
void |
setResponseId(java.lang.String name,
boolean isReq)
get the request id from toolXMLObject, and set it. |
void |
setResponseName(java.lang.String name,
boolean isReq)
get the response name from toolXMLObject, and set it. |
void |
setResponseRemarks(java.lang.String name,
boolean isReq)
get the response message from toolXMLObject, and set it. |
void |
setResProductsList(java.lang.String name,
boolean isReq)
get the response product from toolXMLObject, and set 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 interface com.ibm.commerce.command.ControllerCommand |
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, setAccCheck, setForUserId, setOwner |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
Methods inherited from interface com.ibm.commerce.security.Protectable |
fulfills, getOwner |
Field Detail |
protected java.util.Vector commentsRFQLevelList
protected java.sql.Timestamp createTime
protected java.util.Hashtable errorContent
protected boolean errorFlag
protected java.lang.Integer majorVersion
protected java.lang.Integer minorVersion
protected java.lang.Long ownerId
protected java.lang.Long requestId
protected java.lang.Long responseId
protected java.lang.String responseName
protected java.lang.String responseRemarks
protected java.util.Vector resProductsList
protected java.sql.Timestamp updateTime
Constructor Detail |
public RFQResponseBaseCmdImpl()
Method Detail |
public java.util.Vector getCommentsRFQLevelList()
getCommentsRFQLevelList
in interface RFQResponseBaseCmd
public java.sql.Timestamp getCreateTime()
public java.util.Hashtable getErrorContent()
public boolean getErrorFlag()
public java.lang.Integer getMajorVersion()
public java.lang.Integer getMinorVersion()
public java.lang.Long getOwnerId()
public java.lang.Long getRequestId()
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 setCommentsRFQLevelList(java.lang.String name, boolean isReq) throws 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 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
com.ibm.commerce.rfq.commands.RFQResponseBaseCmd
s
- The parameter name to look for in the tools XML object.isReq
- true if it is a mandatory parameter, false otherwise.public void setRequestProperties(TypedProperty paramTable) throws ECApplicationException
setRequestProperties
in interface ControllerCommand
paramTable
- com.ibm.commerce.datatype.TypedPropertypublic void setResponseId(java.lang.Long newResponseId)
newResponseId
- java.lang.Longpublic void setResponseId(java.lang.String name, boolean isReq) throws ECApplicationException
public void setResponseName(java.lang.String name, boolean isReq) throws ECApplicationException
setResponseName
in interface RFQResponseBaseCmd
com.ibm.commerce.rfq.commands.RFQResponseBaseCmd
s
- The parameter name to look for in the tools XML object.isReq
- true if it is a mandatory parameter, false otherwise.public void setResponseRemarks(java.lang.String name, boolean isReq) throws ECApplicationException
setResponseRemarks
in interface RFQResponseBaseCmd
com.ibm.commerce.rfq.commands.RFQResponseBaseCmd
s
- The parameter name to look for in the tools XML object.isReq
- true if it is a mandatory parameter, false otherwise.public void setResProductsList(java.lang.String name, boolean isReq) throws ECApplicationException
setResProductsList
in interface RFQResponseBaseCmd
com.ibm.commerce.rfq.commands.RFQResponseBaseCmd
name
- The parameter name to look for in the tools XML object.isReq
- true if it is a mandatory parameter, false otherwise.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
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |