Uses of Interface
com.elasticpath.domain.ElasticPath

Packages that use ElasticPath
com.elasticpath.cmweb.controller   
com.elasticpath.cmweb.controller.impl   
com.elasticpath.cmweb.reportservice.impl   
com.elasticpath.cmweb.util   
com.elasticpath.cmweb.util.impl   
com.elasticpath.commons.util.impl   
com.elasticpath.domain   
com.elasticpath.domain.attribute.impl   
com.elasticpath.domain.catalog.impl   
com.elasticpath.domain.customer   
com.elasticpath.domain.customer.impl   
com.elasticpath.domain.impl Tests for the default Elastic Path implementation of the Domain Model. 
com.elasticpath.domain.misc.impl   
com.elasticpath.persistence   
com.elasticpath.persistence.impl   
com.elasticpath.service   
com.elasticpath.service.impl   
com.elasticpath.service.index.impl   
com.elasticpath.service.misc.impl   
com.elasticpath.sfweb.ajax.bean.impl   
com.elasticpath.sfweb.ajax.util   
com.elasticpath.sfweb.ajax.util.impl   
com.elasticpath.sfweb.controller   
com.elasticpath.sfweb.controller.impl   
com.elasticpath.sfweb.formbean   
com.elasticpath.sfweb.formbean.impl   
com.elasticpath.sfweb.service   
com.elasticpath.sfweb.util   
com.elasticpath.sfweb.util.impl   
com.elasticpath.sfweb.viewbean   
com.elasticpath.sfweb.viewbean.impl   
 

Uses of ElasticPath in com.elasticpath.cmweb.controller
 

Methods in com.elasticpath.cmweb.controller that return ElasticPath
 ElasticPath EpController.getElasticPath()
          Return the elastic path context.
 

Methods in com.elasticpath.cmweb.controller with parameters of type ElasticPath
 void EpController.setElasticPath(ElasticPath elasticPath)
          Sets the elastic path context.
 

Uses of ElasticPath in com.elasticpath.cmweb.controller.impl
 

Methods in com.elasticpath.cmweb.controller.impl that return ElasticPath
 ElasticPath AbstractEpFormController.getElasticPath()
          Return the elastic path context.
 ElasticPath AbstractEpControllerImpl.getElasticPath()
          Return the elastic path context.
 

Methods in com.elasticpath.cmweb.controller.impl with parameters of type ElasticPath
 void AbstractEpFormController.setElasticPath(ElasticPath elasticPath)
          Sets the elastic path context.
 void AbstractEpControllerImpl.setElasticPath(ElasticPath elasticPath)
          Sets the elastic path context.
 

Uses of ElasticPath in com.elasticpath.cmweb.reportservice.impl
 

Methods in com.elasticpath.cmweb.reportservice.impl that return ElasticPath
 ElasticPath BirtReportServiceImpl.getElasticPath()
          Returns ElasticPath instance.
 

Methods in com.elasticpath.cmweb.reportservice.impl with parameters of type ElasticPath
 void BirtReportServiceImpl.setElasticPath(ElasticPath elasticPath)
          Sets ElasticPath instance.
 

Uses of ElasticPath in com.elasticpath.cmweb.util
 

Methods in com.elasticpath.cmweb.util that return ElasticPath
 ElasticPath RequestHelper.getElasticPath()
          Get the ElasticPath singleton.
 

Methods in com.elasticpath.cmweb.util with parameters of type ElasticPath
 void RequestHelper.setElasticPath(ElasticPath elasticpath)
          Inject the ElasticPath singleton.
 

Uses of ElasticPath in com.elasticpath.cmweb.util.impl
 

Methods in com.elasticpath.cmweb.util.impl that return ElasticPath
 ElasticPath RequestHelperImpl.getElasticPath()
          Get the ElasticPath singleton.
 

Methods in com.elasticpath.cmweb.util.impl with parameters of type ElasticPath
 void RequestHelperImpl.setElasticPath(ElasticPath elasticpath)
          Inject the ElasticPath singleton.
 

Uses of ElasticPath in com.elasticpath.commons.util.impl
 

Methods in com.elasticpath.commons.util.impl that return ElasticPath
 ElasticPath UtilityImpl.getElasticPath()
          Returns the elastic path context.
 

Methods in com.elasticpath.commons.util.impl with parameters of type ElasticPath
 void UtilityImpl.setElasticPath(ElasticPath elasticPath)
          Sets the elastic path context.
 void MailerImpl.setElasticPath(ElasticPath elasticPath)
          Sets the context instance ElasticPath.
 

Uses of ElasticPath in com.elasticpath.domain
 

Methods in com.elasticpath.domain that return ElasticPath
 ElasticPath EpDomain.getElasticPath()
          Get the ElasticPath singleton.
 

Methods in com.elasticpath.domain with parameters of type ElasticPath
 void EpDomain.setElasticPath(ElasticPath elasticpath)
          Inject the ElasticPath singleton.
 

Uses of ElasticPath in com.elasticpath.domain.attribute.impl
 

Methods in com.elasticpath.domain.attribute.impl that return ElasticPath
 ElasticPath AttributeValueGroupImpl.getElasticPath()
          Get the ElasticPath singleton.
 ElasticPath AbstractAttributeTypeImpl.getElasticPath()
          Returns the ElasticPath singleton.
 

Uses of ElasticPath in com.elasticpath.domain.catalog.impl
 

Methods in com.elasticpath.domain.catalog.impl that return ElasticPath
 ElasticPath PriceTierImpl.getElasticPath()
          This is a work around for the Elastic Path not being set by Spring (because this is a component class?).
 

Uses of ElasticPath in com.elasticpath.domain.customer
 

Methods in com.elasticpath.domain.customer with parameters of type ElasticPath
 void CustomerRole.setElasticPath(ElasticPath elasticpath)
          Inject the ElasticPath singleton.
 

Uses of ElasticPath in com.elasticpath.domain.customer.impl
 

Methods in com.elasticpath.domain.customer.impl that return ElasticPath
 ElasticPath CustomerProfileImpl.getElasticPath()
          Get the ElasticPath singleton.
 

Uses of ElasticPath in com.elasticpath.domain.impl
 

Classes in com.elasticpath.domain.impl that implement ElasticPath
 class ElasticPathImpl
          This class provides elastic path configurations and context to others.
 

Methods in com.elasticpath.domain.impl that return ElasticPath
 ElasticPath AbstractEpDomainImpl.getElasticPath()
          Get the ElasticPath singleton.
static ElasticPath ElasticPathImpl.getInstance()
          Return the singleton ElasticPath.
 

Methods in com.elasticpath.domain.impl with parameters of type ElasticPath
 void AbstractEpDomainImpl.setElasticPath(ElasticPath elasticpath)
          Inject the ElasticPath singleton.
 

Uses of ElasticPath in com.elasticpath.domain.misc.impl
 

Methods in com.elasticpath.domain.misc.impl that return ElasticPath
 ElasticPath LocalizedPropertiesImpl.getElasticPath()
          Get the ElasticPath singleton.
 

Uses of ElasticPath in com.elasticpath.persistence
 

Methods in com.elasticpath.persistence that return ElasticPath
 ElasticPath PropertiesDao.getElasticPath()
          Get the ElasticPath instance.
 

Methods in com.elasticpath.persistence with parameters of type ElasticPath
 void ElasticPathDao.loadElasticPath(ElasticPath elasticPath)
          Load the elastic path configuration.
 void ElasticPathDao.loadGuidedNavigationConfig(ElasticPath elasticPath)
          Load the guided navigation config.
 void PropertiesDao.setElasticPath(ElasticPath elasticPath)
          Set the ElasticPath instance.
 

Uses of ElasticPath in com.elasticpath.persistence.impl
 

Methods in com.elasticpath.persistence.impl that return ElasticPath
 ElasticPath PropertiesDaoImpl.getElasticPath()
          Get the ElasticPath instance.
 ElasticPath CustomerAuthenticationDaoImpl.getElasticPath()
          Get the ElasticPath singleton.
 ElasticPath SpellIndexSearcherImpl.getElasticPath()
          Gets the ElasticPath instance.
 

Methods in com.elasticpath.persistence.impl with parameters of type ElasticPath
 void ElasticPathDaoXmlFileImpl.loadElasticPath(ElasticPath elasticPath)
          Load the elastic path configuration.
 void ElasticPathDaoXmlFileImpl.loadGuidedNavigationConfig(ElasticPath elasticPath)
          Load the guided navigation config.
 void IndexSearcherImpl.setElasticPath(ElasticPath elasticPath)
          Set the ElasticPath instance.
 void SpellIndexWriterImpl.setElasticPath(ElasticPath elasticPath)
          Set the ElasticPath instance.
 void CsvFileReaderImpl.setElasticPath(ElasticPath elasticPath)
          Sets the context instance ElasticPath.
 void PropertiesDaoImpl.setElasticPath(ElasticPath elasticPath)
          Set the ElasticPath instance.
 void CustomerAuthenticationDaoImpl.setElasticPath(ElasticPath elasticpath)
          Inject the ElasticPath singleton.
 void IndexWriterImpl.setElasticPath(ElasticPath elasticPath)
          Set the ElasticPath instance.
 void SpellIndexSearcherImpl.setElasticPath(ElasticPath elasticPath)
          Set the ElasticPath instance.
 

Uses of ElasticPath in com.elasticpath.service
 

Methods in com.elasticpath.service that return ElasticPath
 ElasticPath EpService.getElasticPath()
          Get the ElasticPath singleton.
 ElasticPath ElasticPathService.getElasticPath()
          Return the elastic path context.
 

Methods in com.elasticpath.service with parameters of type ElasticPath
 void EpService.setElasticPath(ElasticPath elasticpath)
          Inject the ElasticPath singleton.
 

Uses of ElasticPath in com.elasticpath.service.impl
 

Methods in com.elasticpath.service.impl that return ElasticPath
 ElasticPath AbstractEpServiceImpl.getElasticPath()
          Get the ElasticPath singleton.
 ElasticPath ElasticPathServiceImpl.getElasticPath()
          Return the elastic path context.
 

Methods in com.elasticpath.service.impl with parameters of type ElasticPath
 void AbstractEpServiceImpl.setElasticPath(ElasticPath elasticpath)
          Inject the ElasticPath singleton.
 void ElasticPathServiceImpl.setElasticPath(ElasticPath elasticPath)
          Set the elastic path context.
 

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

Methods in com.elasticpath.service.index.impl that return ElasticPath
 ElasticPath AbstractQueryComposerImpl.getElasticPath()
          Returns the elastic path context.
 

Methods in com.elasticpath.service.index.impl with parameters of type ElasticPath
 void AbstractIndexServiceImpl.setElasticPath(ElasticPath elasticPath)
          Set the ElasticPath instance.
 void AbstractQueryComposerImpl.setElasticPath(ElasticPath elasticPath)
          Sets the elastic path context.
 

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

Methods in com.elasticpath.service.misc.impl that return ElasticPath
 ElasticPath DatabaseServerTimeServiceImpl.getElasticPath()
          Returns the elastic path context.
 

Methods in com.elasticpath.service.misc.impl with parameters of type ElasticPath
 void DatabaseServerTimeServiceImpl.setElasticPath(ElasticPath elasticpath)
          Sets the elastic path context.
 

Uses of ElasticPath in com.elasticpath.sfweb.ajax.bean.impl
 

Methods in com.elasticpath.sfweb.ajax.bean.impl that return ElasticPath
 ElasticPath ShippingServiceLevelBeanImpl.getElasticPath()
          Get the ElasticPath singleton.
 ElasticPath CartItemBeanImpl.getElasticPath()
          Get the ElasticPath singleton.
 

Methods in com.elasticpath.sfweb.ajax.bean.impl with parameters of type ElasticPath
 void ShippingServiceLevelBeanImpl.setElasticPath(ElasticPath elasticPath)
          Inject the ElasticPath singleton.
 void CartItemBeanImpl.setElasticPath(ElasticPath elasticpath)
          Inject the ElasticPath singleton.
 

Uses of ElasticPath in com.elasticpath.sfweb.ajax.util
 

Methods in com.elasticpath.sfweb.ajax.util with parameters of type ElasticPath
 void OnePageHelper.setElasticPath(ElasticPath elasticPath)
           
 

Uses of ElasticPath in com.elasticpath.sfweb.ajax.util.impl
 

Methods in com.elasticpath.sfweb.ajax.util.impl with parameters of type ElasticPath
 void OnePageHelperImpl.setElasticPath(ElasticPath elasticPath)
           
 

Uses of ElasticPath in com.elasticpath.sfweb.controller
 

Methods in com.elasticpath.sfweb.controller that return ElasticPath
 ElasticPath EpController.getElasticPath()
          Return the elastic path context.
 

Methods in com.elasticpath.sfweb.controller with parameters of type ElasticPath
 void EpController.setElasticPath(ElasticPath elasticPath)
          Sets the elastic path context.
 

Uses of ElasticPath in com.elasticpath.sfweb.controller.impl
 

Methods in com.elasticpath.sfweb.controller.impl that return ElasticPath
 ElasticPath AbstractEpFormController.getElasticPath()
          Return the elastic path context.
 ElasticPath AbstractEpControllerImpl.getElasticPath()
          Return the elastic path context.
 

Methods in com.elasticpath.sfweb.controller.impl with parameters of type ElasticPath
 void AbstractEpFormController.setElasticPath(ElasticPath elasticPath)
          Sets the elastic path context.
 void AbstractEpControllerImpl.setElasticPath(ElasticPath elasticPath)
          Sets the elastic path context.
 

Uses of ElasticPath in com.elasticpath.sfweb.formbean
 

Methods in com.elasticpath.sfweb.formbean that return ElasticPath
 ElasticPath EpFormBean.getElasticPath()
          Returns the elastic path context.
 

Uses of ElasticPath in com.elasticpath.sfweb.formbean.impl
 

Methods in com.elasticpath.sfweb.formbean.impl that return ElasticPath
 ElasticPath EpFormBeanImpl.getElasticPath()
          Returns the elastic path context.
 

Uses of ElasticPath in com.elasticpath.sfweb.service
 

Methods in com.elasticpath.sfweb.service with parameters of type ElasticPath
 void WebCustomerSessionServiceImpl.setElasticPath(ElasticPath elasticPath)
          Sets the elastic path context.
 

Uses of ElasticPath in com.elasticpath.sfweb.util
 

Methods in com.elasticpath.sfweb.util that return ElasticPath
 ElasticPath RequestHelper.getElasticPath()
          Get the ElasticPath singleton.
 

Methods in com.elasticpath.sfweb.util with parameters of type ElasticPath
 void RequestHelper.setElasticPath(ElasticPath elasticpath)
          Inject the ElasticPath singleton.
 

Uses of ElasticPath in com.elasticpath.sfweb.util.impl
 

Methods in com.elasticpath.sfweb.util.impl that return ElasticPath
 ElasticPath RequestHelperImpl.getElasticPath()
          Get the ElasticPath singleton.
 

Methods in com.elasticpath.sfweb.util.impl with parameters of type ElasticPath
 void RequestHelperImpl.setElasticPath(ElasticPath elasticpath)
          Inject the ElasticPath singleton.
 

Uses of ElasticPath in com.elasticpath.sfweb.viewbean
 

Methods in com.elasticpath.sfweb.viewbean that return ElasticPath
 ElasticPath EpViewBean.getElasticPath()
          Returns the elastic path context.
 

Uses of ElasticPath in com.elasticpath.sfweb.viewbean.impl
 

Methods in com.elasticpath.sfweb.viewbean.impl that return ElasticPath
 ElasticPath EpViewBeanImpl.getElasticPath()
          Returns the elastic path context.