com.elasticpath.service
Interface ElasticPathService

All Known Implementing Classes:
ElasticPathServiceImpl

public interface ElasticPathService

Provides the ability to access elastic path context.


Method Summary
 ElasticPath getElasticPath()
          Return the elastic path context.
 void init()
          Initialize the elastic path context.
 void initForSf()
          Initialize the elastic path context for StoreFront extra stuff.
 void setElasticPathDao(ElasticPathDao elasticPathDao)
          Set the elastic path dao.
 

Method Detail

getElasticPath

ElasticPath getElasticPath()
Return the elastic path context.

Returns:
the elastic path context

init

void init()
Initialize the elastic path context.


initForSf

void initForSf()
Initialize the elastic path context for StoreFront extra stuff. This will then load the guided navigation config.


setElasticPathDao

void setElasticPathDao(ElasticPathDao elasticPathDao)
Set the elastic path dao.

Parameters:
elasticPathDao - the ElasticPathDao