Uses of Interface
com.elasticpath.persistence.ElasticPathDao

Packages that use ElasticPathDao
com.elasticpath.persistence.impl   
com.elasticpath.service   
com.elasticpath.service.impl   
 

Uses of ElasticPathDao in com.elasticpath.persistence.impl
 

Classes in com.elasticpath.persistence.impl that implement ElasticPathDao
 class ElasticPathDaoXmlFileImpl
          Load elastic path configuration from an xml file.
 

Uses of ElasticPathDao in com.elasticpath.service
 

Methods in com.elasticpath.service with parameters of type ElasticPathDao
 void ElasticPathService.setElasticPathDao(ElasticPathDao elasticPathDao)
          Set the elastic path dao.
 

Uses of ElasticPathDao in com.elasticpath.service.impl
 

Methods in com.elasticpath.service.impl with parameters of type ElasticPathDao
 void ElasticPathServiceImpl.setElasticPathDao(ElasticPathDao elasticPathDao)
          Set the elastic path dao.