com.elasticpath.service.shoppingcart
Interface WishListService

All Superinterfaces:
EpService
All Known Implementing Classes:
WishListServiceImpl

public interface WishListService
extends EpService

Provide wish list related business service.


Method Summary
 void sendWishList(WishListMessage wishListMessage, ShoppingCart shoppingCart)
          Sends the customers wishlist via e-mail to a list of recipients.
 
Methods inherited from interface com.elasticpath.service.EpService
getElasticPath, setElasticPath
 

Method Detail

sendWishList

void sendWishList(WishListMessage wishListMessage,
                  ShoppingCart shoppingCart)
                  throws EpServiceException
Sends the customers wishlist via e-mail to a list of recipients.

Parameters:
wishListMessage - the wishListMessage to send, includes the list of recipients
shoppingCart - contains the details of the wish list items
Throws:
EpServiceException - - in case of any errors