com.ibm.commerce.rfq.commands
Interface RFQResponseBaseCmd

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

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
           
 
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 setRequestId(java.lang.String s, boolean isReq)
          Sets the request id 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
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, 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

COPYRIGHT

public static final java.lang.String COPYRIGHT
Method Detail

getCommentsRFQLevelList

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

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.

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.

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.

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.