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
|
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 |
COPYRIGHT
public static final java.lang.String COPYRIGHT
NAME
public static final java.lang.String NAME
getJurisdictionIds
public java.lang.Integer[] getJurisdictionIds()
setAddress
public void setAddress(AddressAccessBean aabAddress)
setDefaultToStoreAddress
public void setDefaultToStoreAddress(boolean abDefaultToStoreAddress)