com.ibm.commerce.rfq.commands
Interface RFQResponseBaseCmd

All Superinterfaces:
AccCommand, ControllerCommand, ECCommand, ToolsControllerCommand
All Known Subinterfaces:
RFQResponseCreateCmd, RFQResponseModifyCmd
All Known Implementing Classes:
RFQResponseBaseCmdImpl, RFQResponseCreateCmdImpl, RFQResponseModifyCmdImpl

public interface RFQResponseBaseCmd
extends ToolsControllerCommand

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
IBM copyright notice field
See Also:
Constant Field Values
Method Detail

getCommentsRFQLevelList

public java.util.Vector getCommentsRFQLevelList()
Gets the comments list

setResponseAcceptaction

public void setResponseAcceptaction(java.lang.String s,
                                    boolean isReq)
                             throws ECException
Sets the accept action from the tools XML object and stores it in a member variable.
Parameters:
s - The parameter name to look for in the tools XML object.
isReq - true if it is a mandatory parameter, false otherwise.
ECException

setFfmcenterObj

public void setFfmcenterObj(java.lang.String s,
                            boolean isReq)
                     throws ECException
Sets the fulfimment center information from the tools XML object and stores it in a member variable.
Parameters:
s - The parameter name to look for in the tools XML object.
isReq - true if it is a mandatory parameter, false otherwise.
ECException

setRequestId

public void setRequestId(java.lang.String s,
                         boolean isReq)
                  throws ECException
Sets the request id from the tools XML object and stores it in a member variable.
Parameters:
s - The parameter name to look for in the tools XML object.
isReq - true if it is a mandatory parameter, false otherwise.
ECException

setResponseName

public void setResponseName(java.lang.String s,
                            boolean isReq)
                     throws ECException
Sets the response name from the tools XML object and stores it in a member variable.
Parameters:
s - The parameter name to look for in the tools XML object.
isReq - true if it is a mandatory parameter, false otherwise.
ECException

setResponseRemarks

public void setResponseRemarks(java.lang.String s,
                               boolean isReq)
                        throws ECException
Sets the response remarks from the tools XML object and stores it in a member variable.
Parameters:
s - The parameter name to look for in the tools XML object.
isReq - true if it is a mandatory parameter, false otherwise.
ECException

setResProductsList

public void setResProductsList(java.lang.String name,
                               boolean isReq)
                        throws ECException
Sets the response product listfrom the tools XML object and stores it in a member variable.
Parameters:
name - The parameter name to look for in the tools XML object.
isReq - true if it is a mandatory parameter, false otherwise.
ECException