com.ibm.commerce.orderquotation.commands
Interface OrderItemSelectCmd

All Superinterfaces:
AccCommand, ControllerCommand, ECCommand
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.


Nested Class Summary
static class OrderItemSelectCmd.EnumerationGroup
          The OrderItemSelect enumeration group.
 
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.
 
Method Summary
 void setEnumerationGroups( OrderItemSelectCmd.EnumerationGroup[] aEnumerationGroups)
          Sets the enumeration groups.
 void setOutSelectionOrderQuotationRelIdNames(java.lang.String[] astrOutSelectionOrderQuotationRelIdNames)
          Sets the names of name value pairs that should be added to the redirection URL.
 
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
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
Method Detail

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.