com.ibm.commerce.taxation.commands

Interface GetReturnTaxesCmd

  • 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:
    GetReturnTaxesCmdImpl


    public interface GetReturnTaxesCmd
    extends TaskCommand
    Interface for the GetReturnTaxesCmd Task Command calculates the tax amounts of the original order items net those to be returned in a RMA.
    • Method Detail

      • getOrderItemABs

        OrderItemAccessBean[] getOrderItemABs()
        Returns the
        orderitem
        access beans.
        Returns:
        The access beans of the
        orderitems
        .
      • setRMAItemABs

        void setRMAItemABs(RMAItemAccessBean[] aRMAItemABs)
        Set the
        RMAItem
        for which the new tax amounts are to be calculated.
        Parameters:
        aRMAItemABs - the access beans of the
        orderItem
        to be returned.