com.ibm.commerce.order.calculation

Interface CalculationCodeApplyCmd

    • Field Detail

      • COPYRIGHT

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

      • setCode

        void setCode(CalculationCodeAccessBean aabCode)
        Sets the calculation code.
        Parameters:
        aabCode - the calculation code.
      • setItems

        void setItems(Item[] aItems)
        Sets the items.
        Parameters:
        aItems - the items.
      • setValues

        void setValues(java.math.BigDecimal[] adValues)
        Sets the values to apply.
        Parameters:
        adValues - the values.
      • setValues

        void setValues(java.lang.Integer anTaxCategoryId,
                       java.math.BigDecimal[] adValues)
        Sets values to apply for a tax category. For sales/shipping tax only.
        Parameters:
        anTaxCategoryId - the tax category ID.
        adValues - the values.