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
           
 
Method Summary
 java.lang.Integer[] getJurisdictionIds()
           
 void setAddress( AddressAccessBean aabAddress)
           
 void setDefaultToStoreAddress(boolean abDefaultToStoreAddress)            
 

Field Detail
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
Method Detail

getJurisdictionIds

public java.lang.Integer[] getJurisdictionIds()

setAddress

public void setAddress(AddressAccessBean aabAddress)

setDefaultToStoreAddress

public void setDefaultToStoreAddress(boolean abDefaultToStoreAddress)