RFQ Response Base command interface. There are some methods that get attributes form XMLObject.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM copyright notice field |
Fields inherited from interface com.ibm.commerce.tools.command. ToolsControllerCommand |
NAME |
Fields inherited from interface com.ibm.commerce.command. ECCommand |
defaultCommandClassName |
Method Summary | |
---|---|
java.util.Vector |
getCommentsRFQLevelList() Gets the comments list |
void |
setFfmcenterObj(java.lang.String s, boolean isReq) Sets the fulfimment center information from the tools XML object and stores it in a member variable. |
void |
setRequestId(java.lang.String s, boolean isReq) Sets the request id from the tools XML object and stores it in a member variable. |
void |
setResponseAcceptaction(java.lang.String s, boolean isReq) Sets the accept action from the tools XML object and stores it in a member variable. |
void |
setResponseName(java.lang.String s, boolean isReq) Sets the response name from the tools XML object and stores it in a member variable. |
void |
setResponseRemarks(java.lang.String s, boolean isReq) Sets the response remarks from the tools XML object and stores it in a member variable. |
void |
setResProductsList(java.lang.String name, boolean isReq) Sets the response product listfrom the tools XML object and stores it in a member variable. |
Methods inherited from interface com.ibm.commerce.command. ControllerCommand |
checkPermission,
execute,
getGeneric,
getRequestProperties,
getResolvedRequestProperties,
getResponseProperties,
getRetriable,
getViewInputProperties,
isGeneric,
isRetriable,
mergeProperties,
setGeneric,
setRequestProperties,
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 |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Method Detail |
---|
public java.util.Vector getCommentsRFQLevelList()
public void setResponseAcceptaction(java.lang.String s, boolean isReq) throws ECException
s
- The parameter name to look for in the tools XML
object.isReq
- true if it is a mandatory parameter, false
otherwise.ECException
public void setFfmcenterObj(java.lang.String s, boolean isReq) throws ECException
s
- The parameter name to look for in the tools XML
object.isReq
- true if it is a mandatory parameter, false
otherwise.ECException
public void setRequestId(java.lang.String s, boolean isReq) throws ECException
s
- The parameter name to look for in the tools XML
object.isReq
- true if it is a mandatory parameter, false
otherwise.ECException
public void setResponseName(java.lang.String s, boolean isReq) throws ECException
s
- The parameter name to look for in the tools XML
object.isReq
- true if it is a mandatory parameter, false
otherwise.ECException
public void setResponseRemarks(java.lang.String s, boolean isReq) throws ECException
s
- The parameter name to look for in the tools XML
object.isReq
- true if it is a mandatory parameter, false
otherwise.ECException
public void setResProductsList(java.lang.String name, boolean isReq) throws ECException
name
- The parameter name to look for in the tools XML
object.isReq
- true if it is a mandatory parameter, false
otherwise.ECException