com.ibm.commerce.orderquotation.commands
Interface StoreRequestOrderQuotationCmd
-
- All Superinterfaces:
- com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
- All Known Implementing Classes:
- StoreRequestOrderQuotationCmdImpl
public interface StoreRequestOrderQuotationCmd extends TaskCommand
Interface for the command used to transmit requests for quotation Orders to one or more quote enabled referral stores.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
Copyright statement.static java.lang.String
defaultCommandClassName
The default implementation class name.static java.lang.String
NAME
The full class name for this interface file.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.util.List
getOrderQuotationRelIds()
Gets the list of ids of the order quotation relation objects created.void
setQuotationRequests(java.util.List theQuotationRequests)
Set the list of quotation requests that are to be transmitted.-
Methods inherited from interface com.ibm.websphere.command.CacheableCommand
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
-
Methods inherited from interface com.ibm.websphere.command.TargetableCommand
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
-
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
-
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
Copyright statement.- See Also:
- Constant Field Values
-
NAME
static final java.lang.String NAME
The full class name for this interface file.
-
defaultCommandClassName
static final java.lang.String defaultCommandClassName
The default implementation class name. This is used if there is no record found in the CMDREG table.
-
-
Method Detail
-
setQuotationRequests
void setQuotationRequests(java.util.List theQuotationRequests)
Set the list of quotation requests that are to be transmitted.- Parameters:
theQuotationRequests
- The quotation requests.
-
getOrderQuotationRelIds
java.util.List getOrderQuotationRelIds()
Gets the list of ids of the order quotation relation objects created.- Returns:
- The list of order quotation relation ids.
-
-