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

Packages that use PersonList
org.chorem.pollen.business.converters Gestion de la conversion des DTO en entités et des entités en DTO. 
org.chorem.pollen.business.persistence   
 

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

Methods in org.chorem.pollen.business.converters with parameters of type PersonList
 PersonListDTO DataPersonListConverter.createPersonListDTO(PersonList ePersonList)
          Création d'un dto liste à partir d'une liste.
 void DataPersonListConverter.populatePersonListEntity(PersonListDTO personListDTO, PersonList ePersonList)
          Création d'une liste à partir d'un dto liste.
 

Method parameters in org.chorem.pollen.business.converters with type arguments of type PersonList
 java.util.List<PersonListDTO> DataPersonListConverter.createPersonListDTOs(java.util.List<PersonList> lPersonLists)
          Création d'une liste de dtos personList à partir d'une liste d'entité personList.
 

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>
          Implantation DAO pour l'entité PersonList.
 class PersonListDAOImpl<E extends PersonList>
          Implantation du DAO pour l'entité PersonList.
 

Classes in org.chorem.pollen.business.persistence that implement PersonList
 class PersonListAbstract
          Implantation POJO pour l'entité PersonList.
 class PersonListImpl
          Implantation des operations pour l'entité PersonList.
 

Fields in org.chorem.pollen.business.persistence declared as PersonList
 PersonList PollAccountAbstract.personList
           
 

Fields in org.chorem.pollen.business.persistence with type parameters of type PersonList
 java.util.List<PersonList> UserAccountAbstract.favoriteList
           
 

Methods in org.chorem.pollen.business.persistence that return PersonList
 PersonList UserAccountAbstract.getFavoriteListByTopiaId(java.lang.String topiaId)
           
 PersonList UserAccount.getFavoriteListByTopiaId(java.lang.String topiaId)
          Recupère l'attribut favoriteList à partir de son topiaId.
 PersonList PollAccount.getPersonList()
           
 PersonList PollAccountAbstract.getPersonList()
           
 

Methods in org.chorem.pollen.business.persistence that return types with arguments of type PersonList
 java.util.List<PersonList> UserAccountAbstract.getFavoriteList()
           
 java.util.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)
           
 java.util.List<E> PollAccountDAOAbstract.findAllByPersonList(PersonList v)
          Retourne les éléments ayant comme valeur pour l'attribut personList le paramètre
 java.util.List<E> UserAccountDAOAbstract.findAllContainsFavoriteList(PersonList... v)
          Retourne les éléments trouvé dont l'attribut favoriteList contient le paramètre
 E PollAccountDAOAbstract.findByPersonList(PersonList v)
          Retourne le premier élément trouvé ayant comme valeur pour l'attribut personList le paramètre
 E UserAccountDAOAbstract.findContainsFavoriteList(PersonList... v)
          Retourne le premier élément trouvé dont l'attribut favoriteList contient le paramètre
 void UserAccountAbstract.removeFavoriteList(PersonList value)
           
 void UserAccount.removeFavoriteList(PersonList favoriteList)
           
 void PollAccount.setPersonList(PersonList personList)
           
 void PollAccountAbstract.setPersonList(PersonList value)
           
 

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



Copyright © 2009 CodeLutin. All Rights Reserved.