com.elasticpath.persistence
Interface ElasticPathDao

All Known Implementing Classes:
ElasticPathDaoXmlFileImpl

public interface ElasticPathDao

Loader of elastic path configuration.


Method Summary
 void loadElasticPath(ElasticPath elasticPath)
          Load the elastic path configuration.
 void loadGuidedNavigationConfig(ElasticPath elasticPath)
          Load the guided navigation config.
 

Method Detail

loadElasticPath

void loadElasticPath(ElasticPath elasticPath)
                     throws EpPersistenceException
Load the elastic path configuration.

Parameters:
elasticPath - the ElasticPath instance to load configuration into.
Throws:
EpPersistenceException - if something goes wrong.

loadGuidedNavigationConfig

void loadGuidedNavigationConfig(ElasticPath elasticPath)
                                throws EpPersistenceException
Load the guided navigation config.

Parameters:
elasticPath - the given elasticPath
Throws:
EpPersistenceException - if something goes wrong.