com.ibm.commerce.orderquotation.commands
Interface OrderItemSelectCmd
- All Superinterfaces:
- AccCommand, ControllerCommand, ECCommand, Protectable
- All Known Implementing Classes:
- OrderItemSelectCmdImpl
- public interface OrderItemSelectCmd
- extends ControllerCommand
Create or update OrderItems in a quotation selection Order according to specified quantities for specified parent or quotation OrderItems.
Field Summary |
static java.lang.String |
COPYRIGHT
The IBM copyright string. |
static java.lang.String |
defaultCommandClassName
The default implementation of this command. |
static java.lang.String |
NAME
The name of this command. |
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.ECCommand |
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- The IBM copyright string.
- See Also:
- Constant Field Values
NAME
public static final java.lang.String NAME
- The name of this command.
- See Also:
- Constant Field Values
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
- The default implementation of this command.
- See Also:
- Constant Field Values
setEnumerationGroups
public void setEnumerationGroups(OrderItemSelectCmd.EnumerationGroup[] aEnumerationGroups)
- Sets the enumeration groups.
setOutSelectionOrderQuotationRelIdNames
public void setOutSelectionOrderQuotationRelIdNames(java.lang.String[] astrOutSelectionOrderQuotationRelIdNames)
- Sets the names of name value pairs that should be added to the redirection URL. The values of the added name value pairs are the identifiers of the OrderQuotationRel objects with relType "selection" whose quotation selection Orders were created or updated.
-
- Parameters:
- astrOutSelectionOrderQuotationRelIdNames - the names of the output selectionOrderQuotationRelId name-value pairs.
Feedback
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.