com.ibm.commerce.order.calculation
Class ResolveJurisdictionsCmdImpl
java.lang.Object
|
+--CacheableCommandImpl
|
+--com.ibm.commerce.command.AbstractECTargetableCommand
|
+--com.ibm.commerce.command.TaskCommandImpl
|
+--com.ibm.commerce.order.calculation.ResolveJurisdictionsCmdImpl
- All Implemented Interfaces:
-
ECCommand,
ECTargetableCommand,
ResolveJurisdictionsCmd,
TaskCommand
- Direct Known Subclasses:
-
ResolveShippingJurisdictionsCmdImpl,
ResolveTaxJurisdictionsCmdImpl
- public abstract class ResolveJurisdictionsCmdImpl
- extends
TaskCommandImpl
- implements
ResolveJurisdictionsCmd
This is the base implementation of the following commands:
- See Also:
-
ResolveShippingJurisdictionsCmd
,
ResolveTaxJurisdictionsCmd
,
Serialized
Form
Field Summary |
static java.lang.String |
COPYRIGHT
|
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
ResolveJurisdictionsCmdImpl
public ResolveJurisdictionsCmdImpl()
getGeoCode
protected abstract java.lang.String getGeoCode(StoreAddressAccessBean aabStoreAddress)
throws ECException
- This method is called by performExecute() to identify the geocode of a
store address.
-
-
ECException
getGeoCode
protected abstract java.lang.String getGeoCode(AddressAccessBean aabAddress)
throws ECException
- This method is called by performExecute() to identify the geocode of an
address.
-
-
ECException
getJurisdictionIds
public java.lang.Integer[] getJurisdictionIds()
-
- Specified by:
-
getJurisdictionIds
in interface
ResolveJurisdictionsCmd
getStoreAddress
protected StoreAddressAccessBean getStoreAddress()
throws ECException
- This method is called by performExecute() to identify the store address.
-
-
ECException
getSubclass
protected abstract java.lang.Integer getSubclass()
throws ECException
- This method is called by performExecute() to identify the subclass.
-
-
ECException
public void performExecute()
throws ECException
- Description copied from class:
AbstractECTargetableCommand
- The business logic for this command. This method should be overwritten by
all command writers. Command writers should call super.performExecute() as the
first line in their method.
-
- Specified by:
-
performExecute
in interface
ECCommand
- Overrides:
-
performExecute
in class
AbstractECTargetableCommand
-
-
ECException
reset
public void reset()
- Description copied from class:
AbstractECTargetableCommand
- This method should be called after a command has been executed to reset its
states variables. After the call to reset, we should be able to execute the
command again.
-
- Overrides:
-
reset
in class
AbstractECTargetableCommand
setAddress
public void setAddress(AddressAccessBean aabAddress)
-
- Specified by:
-
setAddress
in interface
ResolveJurisdictionsCmd
setDefaultToStoreAddress
public void setDefaultToStoreAddress(boolean abDefaultToStoreAddress)
-
- Specified by:
-
setDefaultToStoreAddress
in interface
ResolveJurisdictionsCmd