com.ibm.commerce.order.commands

Interface OrderCalculateCmd

    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The IBM copyright notice field.
        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

      • setOrders

        void setOrders(OrderAccessBean[] aabOrders)
        This method sets the orders to be calculated.
        Parameters:
        aabOrders - the array of OrderAccessBeans to be calculated.
      • setUsageIds

        void setUsageIds(java.lang.Integer[] anUsageIds)
        This method sets the calculation usages.
        Parameters:
        anUsageIds - the array of calculation usage identifiers.
      • getOutOfInventoryCatalogEntryIds

        java.lang.Long[] getOutOfInventoryCatalogEntryIds()
        This method returns the identifiers of CatalogEntries that do not have sufficient inventory, when ATP inventory is not enabled.
        Returns:
        the array of CatalogEntry identifiers.
      • setCustomProperties

        void setCustomProperties(java.util.HashMap newhshCustomProperties)
        This method sets the customer properties.
        Parameters:
        newhshCustomProperties - the customer properties
      • getCustomProperties

        java.util.HashMap getCustomProperties()
        This method returns the customer properties.
        Returns:
        customer properties