Uses of Class
org.chorem.pollen.business.dto.PersonListDTO

Packages that use PersonListDTO
org.chorem.pollen.business.converters Gestion de la conversion des DTO en entités et des entités en DTO. 
org.chorem.pollen.business.dto Data Transfert Objects. 
org.chorem.pollen.business.services Services proposés par le module Business. 
 

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

Methods in org.chorem.pollen.business.converters that return PersonListDTO
 PersonListDTO DataPersonListConverter.createPersonListDTO(PersonList ePersonList)
          Création d'un dto liste à partir d'une liste.
 

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

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

Uses of PersonListDTO in org.chorem.pollen.business.dto
 

Methods in org.chorem.pollen.business.dto that return types with arguments of type PersonListDTO
 List<PersonListDTO> UserDTO.getPersonListDTOs()
           
 

Method parameters in org.chorem.pollen.business.dto with type arguments of type PersonListDTO
 void UserDTO.setPersonListDTOs(List<PersonListDTO> personListDTOs)
           
 

Uses of PersonListDTO in org.chorem.pollen.business.services
 

Methods in org.chorem.pollen.business.services that return PersonListDTO
 PersonListDTO ServiceListImpl.findPersonListById(String personListId)
           
 PersonListDTO ServiceList.findPersonListById(String personListId)
          Recherche d'une liste par son identifiant
 

Methods in org.chorem.pollen.business.services that return types with arguments of type PersonListDTO
 List<PersonListDTO> ServiceListImpl.findPersonListByName(String name)
           
 List<PersonListDTO> ServiceList.findPersonListByName(String name)
          Recherche des listes de favoris à partir du nom
 List<PersonListDTO> ServiceListImpl.findPersonListByUser(String userId)
           
 List<PersonListDTO> ServiceList.findPersonListByUser(String userId)
          Recherche des listes de favoris d'un utilisateur.
 List<PersonListDTO> ServiceListImpl.selectPersonList(Map<String,Object> properties)
           
 List<PersonListDTO> ServiceList.selectPersonList(Map<String,Object> properties)
          Recherche des listes à partir d'un filtre
 

Methods in org.chorem.pollen.business.services with parameters of type PersonListDTO
 String ServiceListImpl.createPersonList(PersonListDTO personList)
           
 String ServiceList.createPersonList(PersonListDTO personList)
          Création d'une liste de favoris
 boolean ServiceListImpl.updatePersonList(PersonListDTO personList)
           
 boolean ServiceList.updatePersonList(PersonListDTO personlistDTO)
          Mise à jour d'une liste de favoris
 

Method parameters in org.chorem.pollen.business.services with type arguments of type PersonListDTO
 boolean ServiceListImpl.createPersonLists(List<PersonListDTO> personLists, String userId, org.nuiton.topia.TopiaContext transaction)
           
 boolean ServiceList.createPersonLists(List<PersonListDTO> lists, String userId, org.nuiton.topia.TopiaContext transaction)
          Création d'une liste de favoris pour un user
 



Copyright © 2009-2010 CodeLutin. All Rights Reserved.