Uses of Interface
com.elasticpath.persistence.PersistenceEngine

Packages that use PersistenceEngine
com.elasticpath.cmweb.reportservice.impl   
com.elasticpath.persistence   
com.elasticpath.persistence.impl   
com.elasticpath.service   
com.elasticpath.service.impl   
com.elasticpath.sfweb.ajax.service.impl   
 

Uses of PersistenceEngine in com.elasticpath.cmweb.reportservice.impl
 

Methods in com.elasticpath.cmweb.reportservice.impl that return PersistenceEngine
 PersistenceEngine CustomerReportServiceImpl.getPersistenceEngine()
          Returns the persistence engine.
 PersistenceEngine ProductReportServiceImpl.getPersistenceEngine()
          Returns the persistence engine.
 PersistenceEngine OrderReportServiceImpl.getPersistenceEngine()
          Returns the persistence engine.
 PersistenceEngine PromotionReportServiceImpl.getPersistenceEngine()
          Returns the persistence engine.
 

Methods in com.elasticpath.cmweb.reportservice.impl with parameters of type PersistenceEngine
 void CustomerReportServiceImpl.setPersistenceEngine(PersistenceEngine persistenceEngine)
          Sets the persistence engine.
 void ProductReportServiceImpl.setPersistenceEngine(PersistenceEngine persistenceEngine)
          Sets the persistence engine.
 void OrderReportServiceImpl.setPersistenceEngine(PersistenceEngine persistenceEngine)
          Sets the persistence engine.
 void PromotionReportServiceImpl.setPersistenceEngine(PersistenceEngine persistenceEngine)
          Sets the persistence engine.
 

Uses of PersistenceEngine in com.elasticpath.persistence
 

Methods in com.elasticpath.persistence with parameters of type PersistenceEngine
 void SkuConfigurationDao.setPersistenceEngine(PersistenceEngine persistenceEngine)
          Sets the persistence engine.
 

Uses of PersistenceEngine in com.elasticpath.persistence.impl
 

Classes in com.elasticpath.persistence.impl that implement PersistenceEngine
 class HibernatePersistenceEngineImpl
          A wrapper of Hibernate to provide implementation of PersistenceEngine.
 

Methods in com.elasticpath.persistence.impl that return PersistenceEngine
 PersistenceEngine CmUserAuthenticationDaoImpl.getPersistenceEngine()
          Returns the persistence engine.
 PersistenceEngine CustomerAuthenticationDaoImpl.getPersistenceEngine()
          Returns the persistence engine.
 PersistenceEngine SkuConfigurationDaoImpl.getPersistenceEngine()
          Returns the persistence engine.
 

Methods in com.elasticpath.persistence.impl with parameters of type PersistenceEngine
 void CmUserAuthenticationDaoImpl.setPersistenceEngine(PersistenceEngine persistenceEngine)
          F Sets the persistence engine.
 void CustomerAuthenticationDaoImpl.setPersistenceEngine(PersistenceEngine persistenceEngine)
          Sets the persistence engine.
 void SkuConfigurationDaoImpl.setPersistenceEngine(PersistenceEngine persistenceEngine)
          Sets the persistence engine.
 

Uses of PersistenceEngine in com.elasticpath.service
 

Methods in com.elasticpath.service that return PersistenceEngine
 PersistenceEngine EpPersistenceService.getPersistenceEngine()
          Returns the persistence engine.
 

Methods in com.elasticpath.service with parameters of type PersistenceEngine
 void EpPersistenceService.setPersistenceEngine(PersistenceEngine persistenceEngine)
          Sets the persistence engine.
 

Uses of PersistenceEngine in com.elasticpath.service.impl
 

Methods in com.elasticpath.service.impl that return PersistenceEngine
 PersistenceEngine AbstractEpPersistenceServiceImpl.getPersistenceEngine()
          Returns the persistence engine.
 

Methods in com.elasticpath.service.impl with parameters of type PersistenceEngine
 void AbstractEpPersistenceServiceImpl.setPersistenceEngine(PersistenceEngine persistenceEngine)
          Sets the persistence engine.
 

Uses of PersistenceEngine in com.elasticpath.sfweb.ajax.service.impl
 

Methods in com.elasticpath.sfweb.ajax.service.impl with parameters of type PersistenceEngine
 void SkuConfigurationServiceImpl.setPersistenceEngine(PersistenceEngine persistenceEngine)
          Sets the persistence engine.