public class TaxIntegrationOrderCmdImpl extends TaskCommandImpl implements TaxIntegrationOrderCmd
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
Copyright statement.
|
NAME| Constructor and Description |
|---|
TaxIntegrationOrderCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
addOrderItem(TaxIntegrationOrderItemCmd aTaxOrderItem)
Adds an order item to an order.
|
TaxIntegrationOrderItemCmd |
getOrderItem(int aItemNo)
Retrieves an order item from an order.
|
java.math.BigDecimal |
getTotalRecyclingFee()
Obtains the total recycling fee for this order.
|
java.math.BigDecimal |
getTotalTax()
Obtains the total tax calculated for this order for all relevant taxing
authorities.
|
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, performExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameterspublic static final java.lang.String COPYRIGHT
public int addOrderItem(TaxIntegrationOrderItemCmd aTaxOrderItem)
TaxIntegrationOrderCmdaddOrderItem in interface TaxIntegrationOrderCmdaTaxOrderItem - an order item to be added to the order.TaxIntegrationOrderCmd.addOrderItem(TaxIntegrationOrderItemCmd)public TaxIntegrationOrderItemCmd getOrderItem(int aItemNo)
TaxIntegrationOrderCmdgetOrderItem in interface TaxIntegrationOrderCmdaItemNo - the id of order item to be retrieved from the order.
TaxIntegrationOrderCmd.getOrderItem(int)public java.math.BigDecimal getTotalTax()
TaxIntegrationOrderCmdgetTotalTax in interface TaxIntegrationOrderCmdTaxIntegrationOrderCmd.getTotalTax()public java.math.BigDecimal getTotalRecyclingFee()
TaxIntegrationOrderCmdgetTotalRecyclingFee in interface TaxIntegrationOrderCmdTaxIntegrationOrderCmd.getTotalRecyclingFee()