Uses of Interface
com.elasticpath.service.customer.CustomerSessionService

Packages that use CustomerSessionService
com.elasticpath.service.customer   
com.elasticpath.service.customer.impl   
com.elasticpath.service.shoppingcart.impl   
com.elasticpath.sfweb.ajax.service   
com.elasticpath.sfweb.ajax.service.impl   
com.elasticpath.sfweb.controller.impl   
com.elasticpath.sfweb.service   
 

Uses of CustomerSessionService in com.elasticpath.service.customer
 

Methods in com.elasticpath.service.customer with parameters of type CustomerSessionService
 void CustomerService.setCustomerSessionService(CustomerSessionService customerSessionService)
          Set the customerSessionService instance.
 

Uses of CustomerSessionService in com.elasticpath.service.customer.impl
 

Classes in com.elasticpath.service.customer.impl that implement CustomerSessionService
 class CustomerSessionServiceImpl
          Service for retrieving and saving CustomerSessions.
 

Methods in com.elasticpath.service.customer.impl with parameters of type CustomerSessionService
 void CustomerServiceImpl.setCustomerSessionService(CustomerSessionService customerSessionService)
          Set the customerSessionService instance.
 

Uses of CustomerSessionService in com.elasticpath.service.shoppingcart.impl
 

Methods in com.elasticpath.service.shoppingcart.impl with parameters of type CustomerSessionService
 void CheckoutServiceImpl.setCustomerSessionService(CustomerSessionService customerSessionService)
          Set the customer session service.
 void ShoppingCartServiceImpl.setCustomerSessionService(CustomerSessionService customerSessionService)
          Sets the customer session service.
 

Uses of CustomerSessionService in com.elasticpath.sfweb.ajax.service
 

Methods in com.elasticpath.sfweb.ajax.service with parameters of type CustomerSessionService
 void CustomerAjaxController.setCustomerSessionService(CustomerSessionService customerSessionService)
           
 

Uses of CustomerSessionService in com.elasticpath.sfweb.ajax.service.impl
 

Methods in com.elasticpath.sfweb.ajax.service.impl with parameters of type CustomerSessionService
 void CustomerAjaxControllerImpl.setCustomerSessionService(CustomerSessionService customerSessionService)
           
 

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

Methods in com.elasticpath.sfweb.controller.impl with parameters of type CustomerSessionService
 void EditAccountFormControllerImpl.setCustomerSessionService(CustomerSessionService customerSessionService)
          Sets the customer session service.
 void LocaleControllerImpl.setCustomerSessionService(CustomerSessionService customerSessionService)
          Sets the customer session service.
 void AnonymousSignInFormControllerImpl.setCustomerSessionService(CustomerSessionService customerSessionService)
          Set the customer session service.
 

Uses of CustomerSessionService in com.elasticpath.sfweb.service
 

Methods in com.elasticpath.sfweb.service with parameters of type CustomerSessionService
 void WebCustomerSessionServiceImpl.setCustomerSessionService(CustomerSessionService customerSessionService)
          Set the customer session service.