com.ibm.commerce.orderitems.commands

Interface OrderConfigurationAddCmd

    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String NAME
        The name of the Command Interface class.
        See Also:
        Constant Field Values
      • defaultCommandClassName

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

      • setCatEntryId

        void setCatEntryId(java.util.Hashtable catEntryId)
        This method sets the Catalog Entry IDs of the dynamic kits.
        Parameters:
        catEntryId - A Hashtable that specifies the IDs of the dynamic kits.
      • setConfiguration

        void setConfiguration(java.util.Hashtable configuration)
        This method sets the configurations of the dynamic kits.
        Parameters:
        configuration - A Hashtable that specifies the configurations of the dynamic kits.
      • setQuantity

        void setQuantity(java.util.Hashtable quantity)
        This method sets the quantities of the dynamic kits.
        Parameters:
        quantity - A Hashtable that specifies the quantities of dynamic kits.
      • getOrderIds

        java.lang.String[] getOrderIds()
        This method returns a list of order ids which are touched or created by the command.
        Returns:
        an array of order IDs
      • getOrderItemIds

        java.lang.String[] getOrderItemIds()
        This method returns a list of orderitem ids which are touched or created by the command.
        Returns:
        an array of orderitem IDs
      • getNonBuyableCatentryIds

        java.util.Vector getNonBuyableCatentryIds()
        This method returns a vector contains the identifiers of CatalogEntries that are not buyable.
        Returns:
        a vector of non-buyable CatalogEntries