public interface GetReturnTaxesCmd extends TaskCommand
GetReturnTaxesCmd
Task Command calculates the tax amounts
of the original order items net those to be returned in a RMA.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
defaultCommandClassName |
static java.lang.String |
NAME |
Modifier and Type | Method and Description |
---|---|
OrderItemAccessBean[] |
getOrderItemABs()
Returns the
|
void |
setRMAItemABs(RMAItemAccessBean[] aRMAItemABs)
Set the
|
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
OrderItemAccessBean[] getOrderItemABs()
orderitemaccess beans.
orderitems.
void setRMAItemABs(RMAItemAccessBean[] aRMAItemABs)
RMAItemfor which the new tax amounts are to be calculated.
aRMAItemABs
- the access beans of the orderItemto be returned.