com.elasticpath.service.impl
Class ElasticPathServiceImpl

java.lang.Object
  extended by com.elasticpath.service.impl.ElasticPathServiceImpl
All Implemented Interfaces:
ElasticPathService

public class ElasticPathServiceImpl
extends java.lang.Object
implements ElasticPathService

Provides the ability to access elastic path context.


Constructor Summary
ElasticPathServiceImpl()
           
 
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 setElasticPath(ElasticPath elasticPath)
          Set the elastic path context.
 void setElasticPathDao(ElasticPathDao elasticPathDao)
          Set the elastic path dao.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElasticPathServiceImpl

public ElasticPathServiceImpl()
Method Detail

getElasticPath

public ElasticPath getElasticPath()
Return the elastic path context.

Specified by:
getElasticPath in interface ElasticPathService
Returns:
the elastic path context

init

public void init()
Initialize the elastic path context.

Specified by:
init in interface ElasticPathService

initForSf

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

Specified by:
initForSf in interface ElasticPathService

setElasticPath

public void setElasticPath(ElasticPath elasticPath)
Set the elastic path context.

Parameters:
elasticPath - the elastic path context

setElasticPathDao

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

Specified by:
setElasticPathDao in interface ElasticPathService
Parameters:
elasticPathDao - the elastic path dao.