com.ibm.commerce.order.calculation
Interface ResolveJurisdictionsCmd
- All Superinterfaces:
-
TaskCommand
- All Known Subinterfaces:
-
ResolveShippingJurisdictionsCmd,
ResolveTaxJurisdictionsCmd
- All Known Implementing Classes:
-
ResolveJurisdictionsCmdImpl,
ResolveShippingJurisdictionsCmdImpl,
ResolveTaxJurisdictionsCmdImpl
- 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
|
COPYRIGHT
public static final java.lang.String COPYRIGHT
-
- See Also:
-
Constant Field Values
NAME
public static final java.lang.String NAME
-
- See Also:
-
Constant Field Values
getJurisdictionIds
public java.lang.Integer[] getJurisdictionIds()
setAddress
public void setAddress(AddressAccessBean aabAddress)
setDefaultToStoreAddress
public void setDefaultToStoreAddress(boolean abDefaultToStoreAddress)