com.ibm.commerce.order.calculation
Class ResolveJurisdictionsCmdImpl

java.lang.Object
  |
  +--com.ibm.commerce.command.AbstractECCommand
        |
        +--com.ibm.commerce.command.TaskCommandImpl
              |
              +--com.ibm.commerce.order.calculation.ResolveJurisdictionsCmdImpl
All Implemented Interfaces:
ECCommand, 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

Field Summary
static java.lang.String COPYRIGHT
           
 
Fields inherited from class com.ibm.commerce.command.AbstractECCommand
commandContext
 
Fields inherited from interface com.ibm.commerce.order.calculation.ResolveJurisdictionsCmd
NAME
 
Fields inherited from interface com.ibm.commerce.command.ECCommand
defaultCommandClassName
 
Constructor Summary
ResolveJurisdictionsCmdImpl()
           
 
Method Summary
protected abstract  java.lang.String getGeoCode(AddressAccessBean aabAddress)
          This method is called by performExecute() to identify the geocode of an address.
protected abstract  java.lang.String getGeoCode(StoreAddressAccessBean aabStoreAddress)
          This method is called by performExecute() to identify the geocode of a store address.
 java.lang.Integer[] getJurisdictionIds()
           
protected  StoreAddressAccessBean getStoreAddress()
          This method is called by performExecute() to identify the store address.
protected abstract  java.lang.Integer getSubclass()
          This method is called by performExecute() to identify the subclass.
 void performExecute()
          Contains the actual business logic of the command It should be implemented by all the command writer.
 void reset()
          This method is called after a command has been executed to reset its states variables.
 void setAddress(AddressAccessBean aabAddress)
           
 void setDefaultToStoreAddress(boolean abDefaultToStoreAddress)
           
 
Methods inherited from class com.ibm.commerce.command.AbstractECCommand
accessControlCheck, checkIsAllowed, checkResourcePermission, execute, finalize, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, setAccCheck, setCommandContext, setCommandIfName, 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.command.ECCommand
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Constructor Detail

ResolveJurisdictionsCmdImpl

public ResolveJurisdictionsCmdImpl()
Method Detail

getGeoCode

protected abstract java.lang.String getGeoCode(AddressAccessBean aabAddress)
                                        throws ECException
This method is called by performExecute() to identify the geocode of an address.

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.

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.

getSubclass

protected abstract java.lang.Integer getSubclass()
                                          throws ECException
This method is called by performExecute() to identify the subclass.

performExecute

public void performExecute()
                    throws ECException
Description copied from interface: ECCommand
Contains the actual business logic of the command It should be implemented by all the command writer.
Specified by:
performExecute in interface ECCommand
Overrides:
performExecute in class AbstractECCommand
Following copied from interface: com.ibm.commerce.command.ECCommand
Throws:
com.ibm.commerce.command.CommandException - The superclass for all ECExceptions.

reset

public void reset()
Description copied from class: AbstractECCommand
This method is 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 AbstractECCommand

setAddress

public void setAddress(AddressAccessBean aabAddress)
Specified by:
setAddress in interface ResolveJurisdictionsCmd

setDefaultToStoreAddress

public void setDefaultToStoreAddress(boolean abDefaultToStoreAddress)
Specified by:
setDefaultToStoreAddress in interface ResolveJurisdictionsCmd