Uses of Interface
com.elasticpath.service.shoppingcart.WishListService

Packages that use WishListService
com.elasticpath.service.shoppingcart.impl   
com.elasticpath.sfweb.controller.impl   
 

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

Classes in com.elasticpath.service.shoppingcart.impl that implement WishListService
 class WishListServiceImpl
          Service for sending customer wishlists.
 

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

Methods in com.elasticpath.sfweb.controller.impl with parameters of type WishListService
 void WishListControllerImpl.setWishListService(WishListService wishListService)
          Set the wish list service.