Uses of Interface
com.elasticpath.domain.tax.TaxCategory

Packages that use TaxCategory
com.elasticpath.domain.tax   
com.elasticpath.domain.tax.impl   
com.elasticpath.service.tax   
com.elasticpath.service.tax.impl   
 

Uses of TaxCategory in com.elasticpath.domain.tax
 

Methods in com.elasticpath.domain.tax that return TaxCategory
 TaxCategory TaxJurisdictionCategoryX.getTaxCategory()
          Return the tax category.
 

Methods in com.elasticpath.domain.tax with parameters of type TaxCategory
 void TaxJurisdictionCategoryX.setTaxCategory(TaxCategory taxCategory)
          Set the tax category.
 

Uses of TaxCategory in com.elasticpath.domain.tax.impl
 

Classes in com.elasticpath.domain.tax.impl that implement TaxCategory
 class TaxCategoryImpl
          The default implementation of TaxCategory.
 

Methods in com.elasticpath.domain.tax.impl that return TaxCategory
 TaxCategory TaxJurisdictionCategoryXImpl.getTaxCategory()
          Return the tax category.
 

Methods in com.elasticpath.domain.tax.impl with parameters of type TaxCategory
 void TaxJurisdictionCategoryXImpl.setTaxCategory(TaxCategory taxCategory)
          Set the tax category.
 

Uses of TaxCategory in com.elasticpath.service.tax
 

Methods in com.elasticpath.service.tax that return TaxCategory
 TaxCategory TaxCategoryService.add(TaxCategory taxCategory)
          Adds the given taxCategory.
 TaxCategory TaxCategoryService.get(long taxCategoryUid)
          Get the taxCategory with the given UID.
 TaxCategory TaxCategoryService.load(long taxCategoryUid)
          Load the taxCategory with the given UID.
 

Methods in com.elasticpath.service.tax with parameters of type TaxCategory
 TaxCategory TaxCategoryService.add(TaxCategory taxCategory)
          Adds the given taxCategory.
 void TaxCategoryService.remove(TaxCategory taxCategory)
          Delete the current taxCategory and all its direct/indirect children.
 void TaxCategoryService.update(TaxCategory taxCategory)
          Updates the given taxCategory.
 

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

Methods in com.elasticpath.service.tax.impl that return TaxCategory
 TaxCategory TaxCategoryServiceImpl.add(TaxCategory taxCategory)
          Adds the given taxCategory.
 TaxCategory TaxCategoryServiceImpl.get(long taxCategoryUid)
          Get the taxCategory with the given UID.
 TaxCategory TaxCategoryServiceImpl.load(long taxCategoryUid)
          Load the taxCategory with the given UID.
 

Methods in com.elasticpath.service.tax.impl with parameters of type TaxCategory
 TaxCategory TaxCategoryServiceImpl.add(TaxCategory taxCategory)
          Adds the given taxCategory.
 void TaxCategoryServiceImpl.remove(TaxCategory taxCategory)
          Delete the taxCategory.
 void TaxCategoryServiceImpl.update(TaxCategory taxCategory)
          Updates the given taxCategory.