com.elasticpath.service.index.impl
Class ProductIndexForSfUseBuildServiceImpl

java.lang.Object
  extended by com.elasticpath.service.impl.AbstractEpServiceImpl
      extended by com.elasticpath.service.impl.AbstractEpPersistenceServiceImpl
          extended by com.elasticpath.service.index.impl.AbstractIndexServiceImpl
              extended by com.elasticpath.service.index.impl.AbstractIndexBuildServiceImpl
                  extended by com.elasticpath.service.index.impl.ProductIndexForSfUseBuildServiceImpl
All Implemented Interfaces:
EpPersistenceService, EpService, IndexBuildService

public class ProductIndexForSfUseBuildServiceImpl
extends AbstractIndexBuildServiceImpl

An implementation of IndexBuildService to create index for products for SF use.


Constructor Summary
ProductIndexForSfUseBuildServiceImpl()
           
 
Method Summary
 void setProductService(ProductService productService)
          Sets the product service.
 
Methods inherited from class com.elasticpath.service.index.impl.AbstractIndexServiceImpl
buildIndex, buildIndex, buildIndexForDefaultLocale, getAnalyzer, getObject, getTimeService, setAnalyzer, setElasticPath, setPropertiesDao, setTimeService, setUtility
 
Methods inherited from class com.elasticpath.service.impl.AbstractEpPersistenceServiceImpl
getPersistenceEngine, setPersistenceEngine
 
Methods inherited from class com.elasticpath.service.impl.AbstractEpServiceImpl
getElasticPath
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.elasticpath.service.index.IndexBuildService
buildIndex, buildIndex, buildIndexForDefaultLocale
 
Methods inherited from interface com.elasticpath.service.EpService
getElasticPath
 

Constructor Detail

ProductIndexForSfUseBuildServiceImpl

public ProductIndexForSfUseBuildServiceImpl()
Method Detail

setProductService

public void setProductService(ProductService productService)
Sets the product service.

Parameters:
productService - the product service