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
Fields inherited from class com.ibm.commerce.command.AbstractECTargetableCommand
commandContext
Fields inherited from interface com.ibm.commerce.order.calculation.ResolveTaxJurisdictionsCmd
defaultCommandClassName, NAME
Fields inherited from interface com.ibm.commerce.command.ECCommand
defaultCommandClassName
Constructor Summary
ResolveTaxJurisdictionsCmdImpl()
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.order.calculation.ResolveJurisdictionsCmdImpl
getJurisdictionIds, getStoreAddress, performExecute, reset, setAddress, setDefaultToStoreAddress
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
Methods inherited from interface com.ibm.commerce.order.calculation.ResolveJurisdictionsCmd
getJurisdictionIds, setAddress, setDefaultToStoreAddress
Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Constructor Detail

ResolveTaxJurisdictionsCmdImpl

public ResolveTaxJurisdictionsCmdImpl()
Method Detail

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
Throws:
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
Throws:
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
Throws:
ECException

Feedback