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

Packages that use IndexBuildService
com.elasticpath.service.index.impl   
 

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

Classes in com.elasticpath.service.index.impl that implement IndexBuildService
 class AbstractIndexBuildServiceImpl
          A skeleton implementation of IndexBuildService of the GoF template method pattern.
 class CategoryIndexBuildServiceImpl
          An implementation of IndexBuildService to create index for category.
 class CustomerIndexBuildServiceImpl
          An implementation of IndexBuildService to create index for customer.
 class OrderIndexBuildServiceImpl
          An implementation of IndexBuildService to create index for order.
 class ProductIndexForCmUseBuildServiceImpl
          An implementation of IndexBuildService to create index for products for CM use.
 class ProductIndexForSfUseBuildServiceImpl
          An implementation of IndexBuildService to create index for products for SF use.
 

Methods in com.elasticpath.service.index.impl with parameters of type IndexBuildService
 void IndexBuildModeratorForCmUseImpl.setCategoryIndexBuildService(IndexBuildService categoryIndexBuildService)
          Sets the category index build service.
 void IndexBuildModeratorForCmUseImpl.setCustomerIndexBuildService(IndexBuildService customerIndexBuildService)
          Sets the customer index build service.
 void IndexBuildModeratorForCmUseImpl.setOrderIndexBuildService(IndexBuildService orderIndexBuildService)
          Sets the order index build service.
 void IndexBuildModeratorForCmUseImpl.setProductIndexBuildService(IndexBuildService productIndexBuildService)
          Sets the product index build service.