com.ibm.commerce.returns.commands
Interface CalculateReturnTaxCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
CalculateReturnTaxCmdImpl

public interface CalculateReturnTaxCmd
extends TaskCommand

Interface for the command used for calculating the tax credits for the return mechandise authorization (RMA). A StoreAccessBean must be passed in the command context

Outputs


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
          The default implementation class name is "com.ibm.commerce.returns.commands.CalculateReturnTaxCmdImpl" .
static java.lang.String NAME
          The name of this interface is "com.ibm.commerce.returns.commands.CalculateReturnTaxCmd".
 
Method Summary
 java.util.Vector getTaxCredits()
          Get the calculated tax credits for the returned/refunded item.
 void setRMAItemABs(java.util.Vector aRMAItemABs)           Obtain the tax credits that have been calculated for the RMAItem.
 

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

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default implementation class name is "com.ibm.commerce.returns.commands.CalculateReturnTaxCmdImpl" .
See Also:
Constant Field Values

NAME

public static final java.lang.String NAME
The name of this interface is "com.ibm.commerce.returns.commands.CalculateReturnTaxCmd".
See Also:
Constant Field Values
Method Detail

getTaxCredits

public java.util.Vector getTaxCredits()
Get the calculated tax credits for the returned/refunded item.
Returns:
the amount of the tax credits (in the same currency of the orderItem).

setRMAItemABs

public void setRMAItemABs(java.util.Vector aRMAItemABs)
Obtain the tax credits that have been calculated for the RMAItem.
Parameters:
aRMAItemABs - the RMAItem acccess bean vector.