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

Packages that use CustomerService
com.elasticpath.cmweb.ajaxservice.impl   
com.elasticpath.service.auth.impl   
com.elasticpath.service.customer.impl   
com.elasticpath.service.dataimport.impl   
com.elasticpath.service.index.impl   
com.elasticpath.service.shoppingcart   
com.elasticpath.service.shoppingcart.impl   
com.elasticpath.sfweb.ajax.service   
com.elasticpath.sfweb.ajax.service.impl   
com.elasticpath.sfweb.controller.impl   
 

Uses of CustomerService in com.elasticpath.cmweb.ajaxservice.impl
 

Methods in com.elasticpath.cmweb.ajaxservice.impl with parameters of type CustomerService
 void CsrAjaxServiceImpl.setCustomerService(CustomerService customerService)
          Set the customer service.
 

Uses of CustomerService in com.elasticpath.service.auth.impl
 

Methods in com.elasticpath.service.auth.impl with parameters of type CustomerService
 void CustomerAuthorityGranterImpl.setCustomerService(CustomerService customerService)
          Set the Customer service.
 

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

Classes in com.elasticpath.service.customer.impl that implement CustomerService
 class CustomerServiceImpl
          The default implementation of CustomerService.
 

Uses of CustomerService in com.elasticpath.service.dataimport.impl
 

Methods in com.elasticpath.service.dataimport.impl with parameters of type CustomerService
 void ImportJobRunnerCustomerImpl.setCustomerService(CustomerService service)
          Sets the CustomerService.
 

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

Methods in com.elasticpath.service.index.impl with parameters of type CustomerService
 void CustomerIndexBuildServiceImpl.setCustomerService(CustomerService customerService)
          Sets the customer service.
 

Uses of CustomerService in com.elasticpath.service.shoppingcart
 

Methods in com.elasticpath.service.shoppingcart with parameters of type CustomerService
 void CheckoutService.setCustomerService(CustomerService customerService)
          Set the customer service.
 

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

Methods in com.elasticpath.service.shoppingcart.impl with parameters of type CustomerService
 void CheckoutServiceImpl.setCustomerService(CustomerService customerService)
          Set the customer service.
 

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

Methods in com.elasticpath.sfweb.ajax.service with parameters of type CustomerService
 void CustomerAjaxController.setCustomerService(CustomerService customerService)
           
 void CheckoutAjaxController.setCustomerService(CustomerService customerService)
           
 

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

Methods in com.elasticpath.sfweb.ajax.service.impl with parameters of type CustomerService
 void CustomerAjaxControllerImpl.setCustomerService(CustomerService customerService)
           
 void CheckoutAjaxControllerImpl.setCustomerService(CustomerService customerService)
           
 

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

Methods in com.elasticpath.sfweb.controller.impl with parameters of type CustomerService
 void EditAccountFormControllerImpl.setCustomerService(CustomerService customerService)
          Sets the customer service.
 void ManageAccountControllerImpl.setCustomerService(CustomerService customerService)
          Sets the customer service.
 void AnonymousSignInFormControllerImpl.setCustomerService(CustomerService customerService)
          Set the customer service.
 void ShippingAddressFormControllerImpl.setCustomerService(CustomerService customerService)
          Set the customer service.
 void BillingAddressFormControllerImpl.setCustomerService(CustomerService customerService)
          Set the customer service.
 void AddressFormControllerImpl.setCustomerService(CustomerService customerService)
          Set the customer service used to associate the address with a customer.
 void ForgottenPasswordFormControllerImpl.setCustomerService(CustomerService customerService)
          Set the customer service.
 void CheckoutCreateAccountFormControllerImpl.setCustomerService(CustomerService customerService)
          Set the cusomer service.
 void CreditCardFormControllerImpl.setCustomerService(CustomerService customerService)
          Set the customer service used to associate the credit card with a customer.