public class TaxCalculationRuleQualifyCmdImpl extends CalculationCmdImpl implements TaxCalculationRuleQualifyCmd
TaxCalculationRuleQualify command.TaxCalculationRuleQualifyCmd,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT |
defaultCommandClassName, NAME| Constructor and Description |
|---|
TaxCalculationRuleQualifyCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer[] |
getJurisdictionIds(java.lang.Long anAddressId)
This method is called by isQualified() to resolve an address into a list of
shipping jurisdictions.
|
Item[] |
getQualifiedItems()
getQualifiedItems method comment.
|
boolean |
isQualified(Item aItem) |
void |
performExecute()
This method performs the business logic for this command.
|
void |
reset()
Resets the command properties.
|
void |
setItems(Item[] aItems)
setItems method comment.
|
void |
setRule(CalculationRuleAccessBean aabRule)
setRule method comment.
|
getCurrency, getCustomProperties, getCustomProperty, getTimestamp, getUsageId, setCurrency, setCustomProperties, setCustomProperty, setTimestamp, setUsageIdgetPolicyId, getRequestProperties, setPolicyId, setRequestPropertiesaccessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, 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, waitgetCurrency, getCustomProperties, getCustomProperty, getTimestamp, getUsageId, setCurrency, setCustomProperties, setCustomProperty, setTimestamp, setUsageIdgetPolicyId, getRequestProperties, setPolicyId, setRequestPropertiesexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameterspublic static final java.lang.String COPYRIGHT
public void reset()
reset in interface com.ibm.websphere.command.Commandreset in class CalculationCmdImplCommand.reset()public java.lang.Integer[] getJurisdictionIds(java.lang.Long anAddressId)
throws ECException
ECExceptionpublic Item[] getQualifiedItems()
getQualifiedItems in interface CalculationRuleQualifyCmdpublic boolean isQualified(Item aItem) throws ECException
ECExceptionpublic void performExecute()
throws ECException
AbstractECTargetableCommandperformExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECExceptionpublic void setItems(Item[] aItems)
setItems in interface CalculationRuleQualifyCmdaItems - the items.public void setRule(CalculationRuleAccessBean aabRule)
setRule in interface CalculationRuleQualifyCmdaabRule - the calculation rule.