com.ibm.commerce.utf.commands
Interface AcceptRFQResponsesCmd
- All Superinterfaces:
- ECCommand, TaskCommand
- All Known Implementing Classes:
- AcceptRFQResponsesCmdImpl
- public interface AcceptRFQResponsesCmd
- extends TaskCommand
TaskCommand interface for accepting responses to a specific RFQ.
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
COPYRIGHT
public static final java.lang.String COPYRIGHT
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
NAME
public static final java.lang.String NAME
getRfqId
public java.lang.Long getRfqId()
- Returns:
- The Long RFQ Id value of the responses.
getRfqResponses
public java.lang.Long[] getRfqResponses()
- Returns:
- A Long array of response ids in which
to accept.
setRfqId
public void setRfqId(java.lang.Long rfqId)
- Parameters:
rfqId
- The Long RFQ id for the reponses.
setRfqResponses
public void setRfqResponses(java.lang.Long[] responseIds)
- Parameters:
responseIds
- A Long array of response ids in which
to accept.