public interface RFQResponseBaseCmd extends ToolsControllerCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field
|
NAME
defaultCommandClassName
Modifier and Type | Method and Description |
---|---|
java.util.Vector |
getCommentsRFQLevelList()
Gets the comments list
|
void |
setFfmcenterObj(java.lang.String s,
boolean isReq)
Sets the fulfillment 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 list from the tools XML object and stores it in a member variable.
|
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
accessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwner
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
fulfills, getOwner
static final java.lang.String COPYRIGHT
java.util.Vector getCommentsRFQLevelList()
void setResponseAcceptaction(java.lang.String s, boolean isReq) throws ECException
s
- The parameter name to look for in the tools XML objects.isReq
- true if it is a mandatory parameter, false otherwise.ECException
void setFfmcenterObj(java.lang.String s, boolean isReq) throws ECException
s
- The parameter name to look for in the tools XML objects.isReq
- true if it is a mandatory parameter, false otherwise.ECException
void setRequestId(java.lang.String s, boolean isReq) throws ECException
s
- <>The parameter name to look for in the tools XML objects.isReq
- true if it is a mandatory parameter, false otherwise.ECException
void setResponseName(java.lang.String s, boolean isReq) throws ECException
s
- The parameter name to look for in the tools XML objects.isReq
- true if it is a mandatory parameter, false otherwise.ECException
void setResponseRemarks(java.lang.String s, boolean isReq) throws ECException
s
- The parameter name to look for in the tools XML objects.isReq
- true if it is a mandatory parameter, false otherwise.ECException
void setResProductsList(java.lang.String name, boolean isReq) throws ECException
name
- The parameter name to look for in the tools XML objects.isReq
- true if it is a mandatory parameter, false otherwise.ECException