com.ibm.commerce.price.commands

Interface ApplyOrderAdjustmentsCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    ApplyOrderAdjustmentsCmdImpl

    Deprecated. 

    public interface ApplyOrderAdjustmentsCmd
    extends TaskCommand
    Interface for the command that calculates all pre-tax and post-tax discounts for an order. replaced by ApplyCalculationUsageCmd

    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String NAME
        Deprecated. 
        The name of this command.
        See Also:
        Constant Field Values
    • Method Detail

      • setOrderCurrency

        void setOrderCurrency(java.lang.String orderCurrency)
        Deprecated. 
        Set the currency to be used in the calculation. It should be set to the order currency.
        Parameters:
        orderCurrency - The order currency.
      • setOrderItems

        void setOrderItems(java.util.Enumeration orderItems)
                    throws ECSystemException
        Deprecated. 
        Set the order items to calculate the discounts.
        Parameters:
        orderItems - The order items of an order.
        Throws:
        ECSystemException