com.elasticpath.service.index.impl
Class OrderIndexBuildServiceImpl

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.OrderIndexBuildServiceImpl
All Implemented Interfaces:
EpPersistenceService, EpService, IndexBuildService

public class OrderIndexBuildServiceImpl
extends AbstractIndexBuildServiceImpl

An implementation of IndexBuildService to create index for order.


Constructor Summary
OrderIndexBuildServiceImpl()
           
 
Method Summary
 void setOrderService(OrderService orderService)
          Sets the order 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

OrderIndexBuildServiceImpl

public OrderIndexBuildServiceImpl()
Method Detail

setOrderService

public void setOrderService(OrderService orderService)
Sets the order service.

Parameters:
orderService - the order service