com.elasticpath.service.impl
Class AbstractEpPersistenceServiceImpl

java.lang.Object
  extended by com.elasticpath.service.impl.AbstractEpServiceImpl
      extended by com.elasticpath.service.impl.AbstractEpPersistenceServiceImpl
All Implemented Interfaces:
EpPersistenceService, EpService
Direct Known Subclasses:
AbstractIndexServiceImpl, AttributeServiceImpl, BrandServiceImpl, BrowsingServiceImpl, CategoryServiceImpl, CategoryTypeServiceImpl, CmUserServiceImpl, CustomerGroupServiceImpl, CustomerServiceImpl, CustomerSessionServiceImpl, DatabaseServerTimeServiceImpl, DigitalAssetAuditServiceImpl, ImportGuidHelperImpl, ImportJobRunnerCategoryImpl, ImportJobRunnerCustomerImpl, ImportJobRunnerProductImpl, ImportJobRunnerProductSkuImpl, ImportServiceImpl, InventoryAuditServiceImpl, InventoryServiceImpl, LazyLoadHelperImpl, OrderServiceImpl, ProductAssociationServiceImpl, ProductRecommendationServiceImpl, ProductServiceImpl, ProductSkuServiceImpl, ProductTypeServiceImpl, RuleActionServiceImpl, RuleConditionServiceImpl, RuleElementServiceImpl, RuleParameterServiceImpl, RuleServiceImpl, RuleSetServiceImpl, SfSearchLogServiceImpl, ShippingRegionServiceImpl, ShippingServiceLevelServiceImpl, ShoppingCartServiceImpl, SkuOptionServiceImpl, TaxCategoryServiceImpl, TaxCodeServiceImpl, TaxJurisdictionServiceImpl, TopSellerServiceImpl, UserRoleServiceImpl

public abstract class AbstractEpPersistenceServiceImpl
extends AbstractEpServiceImpl
implements EpPersistenceService

AbstractEpPersistenceServiceImpl is abstract implementation of the base interface for other services of the persistable domain models.


Constructor Summary
AbstractEpPersistenceServiceImpl()
           
 
Method Summary
 PersistenceEngine getPersistenceEngine()
          Returns the persistence engine.
 void setPersistenceEngine(PersistenceEngine persistenceEngine)
          Sets the persistence engine.
 
Methods inherited from class com.elasticpath.service.impl.AbstractEpServiceImpl
getElasticPath, setElasticPath
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.elasticpath.service.EpPersistenceService
getObject
 
Methods inherited from interface com.elasticpath.service.EpService
getElasticPath, setElasticPath
 

Constructor Detail

AbstractEpPersistenceServiceImpl

public AbstractEpPersistenceServiceImpl()
Method Detail

getPersistenceEngine

public PersistenceEngine getPersistenceEngine()
Returns the persistence engine.

Specified by:
getPersistenceEngine in interface EpPersistenceService
Returns:
the persistence engine.

setPersistenceEngine

public void setPersistenceEngine(PersistenceEngine persistenceEngine)
Sets the persistence engine.

Specified by:
setPersistenceEngine in interface EpPersistenceService
Parameters:
persistenceEngine - the persistence engine to set.