Uses of Interface
com.elasticpath.domain.catalog.ProductCategory

Packages that use ProductCategory
com.elasticpath.domain.catalog   
com.elasticpath.domain.catalog.impl   
com.elasticpath.service.catalog   
com.elasticpath.service.catalog.impl   
 

Uses of ProductCategory in com.elasticpath.domain.catalog
 

Methods in com.elasticpath.domain.catalog that return ProductCategory
 ProductCategory Product.getProductCategoryByUid(java.lang.Long categoryUid)
          Get the product category by category uid.
 

Uses of ProductCategory in com.elasticpath.domain.catalog.impl
 

Classes in com.elasticpath.domain.catalog.impl that implement ProductCategory
 class ProductCategoryImpl
          The default implementation of Product.
 

Methods in com.elasticpath.domain.catalog.impl that return ProductCategory
 ProductCategory ProductImpl.getProductCategoryByUid(java.lang.Long categoryUid)
          Get the product category by category uid.
 

Methods in com.elasticpath.domain.catalog.impl with parameters of type ProductCategory
 boolean ProductCategoryImpl.equals(ProductCategory productCategory)
          Returns true if this product category and the given one both refers to the same category.
 

Uses of ProductCategory in com.elasticpath.service.catalog
 

Methods in com.elasticpath.service.catalog that return ProductCategory
 ProductCategory ProductService.getProductCategoryByProCatUid(long productUid, long categoryUid)
          Get a ProductCategory by the product uidPk and category uidPk.
 

Uses of ProductCategory in com.elasticpath.service.catalog.impl
 

Methods in com.elasticpath.service.catalog.impl that return ProductCategory
 ProductCategory ProductServiceImpl.getProductCategoryByProCatUid(long productUid, long categoryUid)
          Get a ProductCategory by the product uidPk and category uidPk.