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
 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.
 

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
 java.util.List<PersonListDTO> UserDTO.getPersonListDTOs()
           
 

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

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

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

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

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

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



Copyright © 2009-2010 CodeLutin. All Rights Reserved.