com.elasticpath.service.impl
Class AbstractEpServiceImpl

java.lang.Object
  extended by com.elasticpath.service.impl.AbstractEpServiceImpl
All Implemented Interfaces:
EpService
Direct Known Subclasses:
AbstractCheckoutEventHandlerImpl, AbstractEpPersistenceServiceImpl, AbstractProductRetrieveStrategyImpl, CatalogAjaxServiceImpl, CheckoutServiceImpl, CsrAjaxServiceImpl, CustomerReportServiceImpl, DashboardAjaxServiceImpl, EmailServiceImpl, EpRuleEngineImpl, FileServiceImpl, FilterFactoryImpl, ImageServiceImpl, IndexSearchServiceImpl, InventoryAjaxServiceImpl, OrderAjaxServiceImpl, OrderPaymentStatusFactoryImpl, OrderReportServiceImpl, OrderReturnReasonFactoryImpl, OrderShipmentStatusFactoryImpl, OrderStatusFactoryImpl, ProductCacheLoaderImpl, ProductCacheUpdateServiceImpl, ProductReportServiceImpl, ProductViewServiceImpl, ProductXmlServiceImpl, PromotionReportServiceImpl, PropertyServiceImpl, SearchServiceImpl, SkuConfigurationServiceImpl, SkuConfigurationServiceImpl, SorterFactoryImpl, WishListServiceImpl

public class AbstractEpServiceImpl
extends java.lang.Object
implements EpService

EpServiceImpl is implementation of the base interface for other services.


Constructor Summary
AbstractEpServiceImpl()
           
 
Method Summary
 ElasticPath getElasticPath()
          Get the ElasticPath singleton.
 void setElasticPath(ElasticPath elasticpath)
          Inject the ElasticPath singleton.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractEpServiceImpl

public AbstractEpServiceImpl()
Method Detail

getElasticPath

public ElasticPath getElasticPath()
Get the ElasticPath singleton.

Specified by:
getElasticPath in interface EpService
Returns:
elasticpath the ElasticPath singleton.

setElasticPath

public void setElasticPath(ElasticPath elasticpath)
Inject the ElasticPath singleton.

Specified by:
setElasticPath in interface EpService
Parameters:
elasticpath - the ElasticPath singleton.