com.ibm.commerce.orderquotation.commands

Interface OrderItemSelectCmd

  • All Superinterfaces:
    AccCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ControllerCommand, ECCommand, Protectable, java.io.Serializable, com.ibm.websphere.command.TargetableCommand
    All Known Implementing Classes:
    OrderItemSelectCmdImpl


    public interface OrderItemSelectCmd
    extends ControllerCommand
    This Order controller command is used to create or update OrderItems in a quotation selection Order according to specified quantities for specified parent or quotation OrderItems.

    The default implementation of this command is OrderItemSelectCmdImpl. The OrderItemSelect URL is mapped to this command by default.

    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The IBM copyright notice field.
        See Also:
        Constant Field Values
      • NAME

        static final java.lang.String NAME
        The full name of this command.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation of this command.
        See Also:
        Constant Field Values
    • Method Detail

      • setEnumerationGroups

        void setEnumerationGroups(OrderItemSelectCmd.EnumerationGroup[] aEnumerationGroups)
        Sets the enumeration groups.
        Parameters:
        aEnumerationGroups - the enumeration groups.
      • setOutSelectionOrderQuotationRelIdNames

        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. The objects are with relType "selection" whose quotation selection Orders were created or updated.
        Parameters:
        astrOutSelectionOrderQuotationRelIdNames - the names of the output selectionOrderQuotationRelId name-value pairs.