Uses of Interface
com.elasticpath.service.index.IndexSearchService

Packages that use IndexSearchService
com.elasticpath.cmweb.reportservice.impl   
com.elasticpath.service.catalog.impl   
com.elasticpath.service.catalogview.impl   
com.elasticpath.service.customer.impl   
com.elasticpath.service.index.impl   
com.elasticpath.service.order.impl   
 

Uses of IndexSearchService in com.elasticpath.cmweb.reportservice.impl
 

Methods in com.elasticpath.cmweb.reportservice.impl with parameters of type IndexSearchService
 void OrderReportServiceImpl.setIndexSearchService(IndexSearchService indexSearchService)
          Set the indexSearchService instance.
 

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

Methods in com.elasticpath.service.catalog.impl with parameters of type IndexSearchService
 void ProductServiceImpl.setIndexSearchService(IndexSearchService indexSearchService)
          Set the indexSearchService instance.
 void CategoryServiceImpl.setIndexSearchService(IndexSearchService indexSearchService)
          Sets the index search service.
 

Uses of IndexSearchService in com.elasticpath.service.catalogview.impl
 

Methods in com.elasticpath.service.catalogview.impl with parameters of type IndexSearchService
 void SearchServiceImpl.setIndexSearchService(IndexSearchService indexSearchService)
          Sets the index search service.
 

Uses of IndexSearchService in com.elasticpath.service.customer.impl
 

Methods in com.elasticpath.service.customer.impl with parameters of type IndexSearchService
 void CustomerServiceImpl.setIndexSearchService(IndexSearchService indexSearchService)
          Set the indexSearchService instance.
 

Uses of IndexSearchService in com.elasticpath.service.index.impl
 

Classes in com.elasticpath.service.index.impl that implement IndexSearchService
 class IndexSearchServiceImpl
          This is a mediator(see GoF mediator pattern), which distribute search request to appropriate concrete search service.
 

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

Methods in com.elasticpath.service.order.impl with parameters of type IndexSearchService
 void OrderServiceImpl.setIndexSearchService(IndexSearchService indexSearchService)
          Set the indexSearchService instance.