com.ibm.commerce.order.calculation
Class ResolveTaxJurisdictionsCmdImpl
java.lang.Object
|
+--CacheableCommandImpl
|
+--com.ibm.commerce.command.AbstractECTargetableCommand
|
+--com.ibm.commerce.command.TaskCommandImpl
|
+--com.ibm.commerce.order.calculation.ResolveJurisdictionsCmdImpl
|
+--com.ibm.commerce.order.calculation.ResolveTaxJurisdictionsCmdImpl
- All Implemented Interfaces:
-
ECCommand,
ECTargetableCommand,
ResolveJurisdictionsCmd,
ResolveTaxJurisdictionsCmd,
TaskCommand
- public class ResolveTaxJurisdictionsCmdImpl
- extends
ResolveJurisdictionsCmdImpl
- implements
ResolveTaxJurisdictionsCmd
This is the default implementation of the
ResolveTaxJurisdictions
command.
- See Also:
-
ResolveTaxJurisdictionsCmd
,
Serialized
Form
Field Summary |
static java.lang.String |
COPYRIGHT
|
Method Summary |
protected
java.lang.String |
getGeoCode(
AddressAccessBean aabAddress)
This method is called by performExecute() to identify the geocode of
an address. |
protected
java.lang.String |
getGeoCode(
StoreAddressAccessBean aabStoreAddress)
This method is called by performExecute() to identify the geocode of
a store address. |
protected
java.lang.Integer |
getSubclass()
This method is called by performExecute() to identify the
subclass. |
Methods inherited from class
com.ibm.commerce.command.
AbstractECTargetableCommand |
accessControlCheck,
checkIsAllowed,
checkParameters,
checkResourcePermission,
createCommandExecutionEvent,
execute,
finalize,
getAccCheck,
getCommandContext,
getCommandIfName,
getCommandName,
getCommandStoreId,
getDefaultProperties,
getResources,
getStoreId,
getUser,
getUserId,
isReadyToCallExecute,
setAccCheck,
setCommandContext,
setCommandIfName,
setCommandStoreId,
setDefaultProperties,
validateParameters |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait,
wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
-
- See Also:
-
Constant Field Values
ResolveTaxJurisdictionsCmdImpl
public ResolveTaxJurisdictionsCmdImpl()
getGeoCode
protected java.lang.String getGeoCode(StoreAddressAccessBean aabStoreAddress)
throws ECException
- Description copied from class:
ResolveJurisdictionsCmdImpl
- This method is called by performExecute() to identify the geocode of a
store address.
-
- Specified by:
-
getGeoCode
in class
ResolveJurisdictionsCmdImpl
-
-
ECException
getGeoCode
protected java.lang.String getGeoCode(AddressAccessBean aabAddress)
throws ECException
- Description copied from class:
ResolveJurisdictionsCmdImpl
- This method is called by performExecute() to identify the geocode of an
address.
-
- Specified by:
-
getGeoCode
in class
ResolveJurisdictionsCmdImpl
-
-
ECException
getSubclass
protected java.lang.Integer getSubclass()
throws ECException
- Description copied from class:
ResolveJurisdictionsCmdImpl
- This method is called by performExecute() to identify the subclass.
-
- Specified by:
-
getSubclass
in class
ResolveJurisdictionsCmdImpl
-
-
ECException