Uses of Interface
com.elasticpath.service.catalog.BrandService

Packages that use BrandService
com.elasticpath.domain.catalogview.impl   
com.elasticpath.service.catalog.impl   
com.elasticpath.sfweb.controller.impl   
 

Uses of BrandService in com.elasticpath.domain.catalogview.impl
 

Methods in com.elasticpath.domain.catalogview.impl with parameters of type BrandService
 void BrandFilterImpl.setBrandService(BrandService brandService)
          Sets the brand servcie.
 

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

Classes in com.elasticpath.service.catalog.impl that implement BrandService
 class BrandServiceImpl
          This is the default implementation of BrandService.
 

Uses of BrandService in com.elasticpath.sfweb.controller.impl
 

Methods in com.elasticpath.sfweb.controller.impl with parameters of type BrandService
 void SitemapControllerImpl.setBrandService(BrandService brandService)