com.ibm.commerce.taxation.commands
Interface GetReturnTaxesCmd

All Superinterfaces:
ECCommand, 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.
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT

defaultCommandClassName

public static final java.lang.String defaultCommandClassName

NAME

public static final java.lang.String NAME
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.