com.ibm.commerce.order.calculation
Interface ResolveJurisdictionsCmd

All Superinterfaces:
ECCommand, TaskCommand
All Known Subinterfaces:
ResolveShippingJurisdictionsCmd, ResolveTaxJurisdictionsCmd
All Known Implementing Classes:
ResolveJurisdictionsCmdImpl

public interface ResolveJurisdictionsCmd
extends TaskCommand

This is the base interface of the following commands:

See Also:
ResolveShippingJurisdictionsCmd, ResolveTaxJurisdictionsCmd

Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String NAME
           
 
Fields inherited from interface com.ibm.commerce.command.ECCommand
defaultCommandClassName
 
Method Summary
 java.lang.Integer[] getJurisdictionIds()
           
 void setAddress(AddressAccessBean aabAddress)
           
 void setDefaultToStoreAddress(boolean abDefaultToStoreAddress)
           
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT

NAME

public static final java.lang.String NAME
Method Detail

getJurisdictionIds

public java.lang.Integer[] getJurisdictionIds()

setAddress

public void setAddress(AddressAccessBean aabAddress)

setDefaultToStoreAddress

public void setDefaultToStoreAddress(boolean abDefaultToStoreAddress)