com.ibm.commerce.taxation.commands
Interface GetReturnTaxesCmd

All Superinterfaces:
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.


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
Method Summary
  OrderItemAccessBean[] getOrderItemABs()
          Returns the orderitem access beans.
 void setRMAItemABs( RMAItemAccessBean[] aRMAItemABs)           Set the RMAItem for which the new tax amounts are to be calculated.
 

Field Detail
public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
See Also:
Constant Field Values
Method Detail

getOrderItemABs

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

setRMAItemABs

public 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.