Uses of Interface
com.elasticpath.service.tax.TaxJurisdictionService

Packages that use TaxJurisdictionService
com.elasticpath.service.order.impl   
com.elasticpath.service.shoppingcart   
com.elasticpath.service.shoppingcart.impl   
com.elasticpath.service.tax.impl   
 

Uses of TaxJurisdictionService in com.elasticpath.service.order.impl
 

Methods in com.elasticpath.service.order.impl with parameters of type TaxJurisdictionService
 void OrderServiceImpl.setTaxJurisdictionService(TaxJurisdictionService taxJurisdictionService)
          Set the taxJurisdictionService.
 

Uses of TaxJurisdictionService in com.elasticpath.service.shoppingcart
 

Methods in com.elasticpath.service.shoppingcart with parameters of type TaxJurisdictionService
 void CheckoutService.setTaxJurisdictionService(TaxJurisdictionService taxJurisdictionService)
          Set the taxJurisdiction service.
 

Uses of TaxJurisdictionService in com.elasticpath.service.shoppingcart.impl
 

Methods in com.elasticpath.service.shoppingcart.impl with parameters of type TaxJurisdictionService
 void CheckoutServiceImpl.setTaxJurisdictionService(TaxJurisdictionService taxJurisdictionService)
          Set the taxJurisdiction service.
 

Uses of TaxJurisdictionService in com.elasticpath.service.tax.impl
 

Classes in com.elasticpath.service.tax.impl that implement TaxJurisdictionService
 class TaxJurisdictionServiceImpl
          The default implementation of TaxJurisdictionService.