Uses of Interface
com.elasticpath.persistence.PropertiesDao

Packages that use PropertiesDao
com.elasticpath.persistence.impl   
com.elasticpath.service.catalog   
com.elasticpath.service.catalog.impl   
com.elasticpath.service.index.impl   
com.elasticpath.service.misc   
com.elasticpath.service.misc.impl   
com.elasticpath.service.rules.impl   
 

Uses of PropertiesDao in com.elasticpath.persistence.impl
 

Classes in com.elasticpath.persistence.impl that implement PropertiesDao
 class PropertiesDaoImpl
          Reads properties files from the property file folder (Currently Resources) Adapted from EP4 PropertiesDaoImpl.
 

Uses of PropertiesDao in com.elasticpath.service.catalog
 

Methods in com.elasticpath.service.catalog with parameters of type PropertiesDao
 void TopSellerService.setPropertiesDao(PropertiesDao propertiesDao)
          Sets the DAO used to load properties.
 

Uses of PropertiesDao in com.elasticpath.service.catalog.impl
 

Methods in com.elasticpath.service.catalog.impl with parameters of type PropertiesDao
 void TopSellerServiceImpl.setPropertiesDao(PropertiesDao propertiesDao)
          Sets the DAO used to load properties.
 void ProductCacheUpdateServiceImpl.setPropertiesDao(PropertiesDao propertiesDao)
          Set the DAO used to load properties.
 

Uses of PropertiesDao in com.elasticpath.service.index.impl
 

Methods in com.elasticpath.service.index.impl with parameters of type PropertiesDao
 void AbstractIndexServiceImpl.setPropertiesDao(PropertiesDao propertiesDao)
          Set the DAO used to load properties.
 

Uses of PropertiesDao in com.elasticpath.service.misc
 

Methods in com.elasticpath.service.misc with parameters of type PropertiesDao
 void PropertyService.setPropertiesDao(PropertiesDao propertiesDao)
          Set the DAO used to load properties.
 

Uses of PropertiesDao in com.elasticpath.service.misc.impl
 

Methods in com.elasticpath.service.misc.impl with parameters of type PropertiesDao
 void PropertyServiceImpl.setPropertiesDao(PropertiesDao propertiesDao)
          Set the DAO used to load properties.
 

Uses of PropertiesDao in com.elasticpath.service.rules.impl
 

Methods in com.elasticpath.service.rules.impl with parameters of type PropertiesDao
 void EpRuleEngineImpl.setPropertiesDao(PropertiesDao propertiesDao)
          Set the DAO used to load properties.