Uses of Class
org.chorem.pollen.services.exceptions.FavoriteListNotFoundException

Packages that use FavoriteListNotFoundException
org.chorem.pollen.services.impl   
 

Uses of FavoriteListNotFoundException in org.chorem.pollen.services.impl
 

Methods in org.chorem.pollen.services.impl that throw FavoriteListNotFoundException
 void FavoriteService.addPollAccountToFavoriteList(PersonList favoriteList, PollAccount pollAccount)
           
 PersonList FavoriteService.deleteFavoriteList(UserAccount user, PersonList favoriteList)
           
 void FavoriteService.editPollAccountToFavoriteList(PersonList favoriteList, PollAccount pollAccount)
           
 PersonList FavoriteService.getFavoriteList(UserAccount user, String favoriteListId)
           
 void FavoriteService.removePollAccountToFavoriteList(PersonList favoriteList, PollAccount pollAccount)
           
 



Copyright © 2009-2012 CodeLutin. All Rights Reserved.