com.ibm.commerce.returns.commands
Interface CalculateReturnTaxCmd
- All Superinterfaces:
- ECCommand, 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).
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. |
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 |
COPYRIGHT
public static final java.lang.String COPYRIGHT
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
NAME
public static final java.lang.String NAME
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 orderItem acccess bean vector.