Uses of Interface
com.elasticpath.domain.shoppingcart.WishListMessage

Packages that use WishListMessage
com.elasticpath.domain.shoppingcart.impl   
com.elasticpath.service.shoppingcart   
com.elasticpath.service.shoppingcart.impl   
 

Uses of WishListMessage in com.elasticpath.domain.shoppingcart.impl
 

Classes in com.elasticpath.domain.shoppingcart.impl that implement WishListMessage
 class WishListMessageImpl
          The default implementation of ForgottenPasswordFormBean.
 

Uses of WishListMessage in com.elasticpath.service.shoppingcart
 

Methods in com.elasticpath.service.shoppingcart with parameters of type WishListMessage
 void WishListService.sendWishList(WishListMessage wishListMessage, ShoppingCart shoppingCart)
          Sends the customers wishlist via e-mail to a list of recipients.
 

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

Methods in com.elasticpath.service.shoppingcart.impl with parameters of type WishListMessage
 void WishListServiceImpl.sendWishList(WishListMessage wishListMessage, ShoppingCart shoppingCart)
          Sends the customers wishlist via e-mail to a list of recipients.