Uses of Interface
org.chorem.pollen.business.persistence.PersonList

Packages that use PersonList
org.chorem.pollen.business.persistence   
org.chorem.pollen.entities   
 

Uses of PersonList in org.chorem.pollen.business.persistence
 

Classes in org.chorem.pollen.business.persistence with type parameters of type PersonList
 class PersonListDAOAbstract<E extends PersonList>
           
 class PersonListDAOImpl<E extends PersonList>
           
 

Classes in org.chorem.pollen.business.persistence that implement PersonList
 class PersonListAbstract
           
 class PersonListImpl
           
 

Fields in org.chorem.pollen.business.persistence declared as PersonList
protected  PersonList PollAccountAbstract.personList
          Nom de l'attribut en BD : personList
 

Fields in org.chorem.pollen.business.persistence with type parameters of type PersonList
protected  List<PersonList> UserAccountAbstract.favoriteList
          Nom de l'attribut en BD : favoriteList
 

Methods in org.chorem.pollen.business.persistence that return PersonList
 PersonList UserAccountAbstract.getFavoriteListByTopiaId(String topiaId)
           
 PersonList UserAccount.getFavoriteListByTopiaId(String topiaId)
           
 PersonList PollAccount.getPersonList()
           
 PersonList PollAccountAbstract.getPersonList()
           
 

Methods in org.chorem.pollen.business.persistence that return types with arguments of type PersonList
 List<PersonList> UserAccountAbstract.getFavoriteList()
           
 List<PersonList> UserAccount.getFavoriteList()
           
 

Methods in org.chorem.pollen.business.persistence with parameters of type PersonList
 void UserAccountAbstract.addFavoriteList(PersonList favoriteList)
           
 void UserAccount.addFavoriteList(PersonList favoriteList)
           
 List<E> PollAccountDAOAbstract.findAllByPersonList(PersonList v)
           
 List<E> UserAccountDAOAbstract.findAllContainsFavoriteList(PersonList v)
           
 E PollAccountDAOAbstract.findByPersonList(PersonList v)
           
 E UserAccountDAOAbstract.findContainsFavoriteList(PersonList v)
           
 List<E> PollAccountDAOImpl.getFavoriteListUsers(PersonList favoriteList, org.nuiton.topia.persistence.TopiaFilterPagerUtil.FilterPagerBean pager)
           
 boolean PollAccountDAOImpl.isPollAccountExists(PersonList personListToUpdate, PollAccount pollAccount)
           
 void UserAccountAbstract.removeFavoriteList(PersonList favoriteList)
           
 void UserAccount.removeFavoriteList(PersonList favoriteList)
           
 void PollAccount.setPersonList(PersonList personList)
           
 void PollAccountAbstract.setPersonList(PersonList personList)
           
 

Method parameters in org.chorem.pollen.business.persistence with type arguments of type PersonList
 void UserAccountAbstract.addAllFavoriteList(List<PersonList> favoriteList)
           
 void UserAccount.addAllFavoriteList(List<PersonList> favoriteList)
           
 void UserAccountAbstract.setFavoriteList(List<PersonList> favoriteList)
           
 void UserAccount.setFavoriteList(List<PersonList> favoriteList)
           
 

Uses of PersonList in org.chorem.pollen.entities
 

Methods in org.chorem.pollen.entities that return types with arguments of type PersonList
 Class<PersonList> PollenQueryHelper.PersonListProperty.getEntityClass()
           
 



Copyright © 2009-2012 CodeLutin. All Rights Reserved.