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