Uses of Class
edu.uoc.tfc.dto.PerfilVO

Packages that use PerfilVO
edu.uoc.tfc.dto   
edu.uoc.tfc.gui.home.meuPerfil   
edu.uoc.tfc.service.security   
 

Uses of PerfilVO in edu.uoc.tfc.dto
 

Constructors in edu.uoc.tfc.dto with parameters of type PerfilVO
PerfilVO(PerfilVO otherBean)
          Copies constructor from other PerfilVO
 

Uses of PerfilVO in edu.uoc.tfc.gui.home.meuPerfil
 

Methods in edu.uoc.tfc.gui.home.meuPerfil that return PerfilVO
 PerfilVO PerfilDadesModificarLesMevesDadesFormImpl.getPerfil()
           
 PerfilVO ObtenirUsuariForm.getPerfil()
          Gets the perfil field.
 PerfilVO ModificaUsuariForm.getPerfil()
          Gets the perfil field.
 PerfilVO CUPerfilFormImpl.getPerfil()
           
 

Methods in edu.uoc.tfc.gui.home.meuPerfil with parameters of type PerfilVO
 void PerfilDadesModificarLesMevesDadesFormImpl.setPerfil(PerfilVO perfil)
           
 void ObtenirUsuariForm.setPerfil(PerfilVO perfil)
          Sets the perfil field.
 void ModificaUsuariForm.setPerfil(PerfilVO perfil)
          Sets the perfil field.
 void CUPerfilFormImpl.setPerfil(PerfilVO perfil)
           
 

Uses of PerfilVO in edu.uoc.tfc.service.security
 

Methods in edu.uoc.tfc.service.security that return PerfilVO
 PerfilVO SecurityServiceBase.getUsuariPerfil(java.lang.String userId)
           
 PerfilVO SecurityService.getUsuariPerfil(java.lang.String userId)
           Obtenir el DTO de detalls d'un usuari a partir del seu identificador
 

Methods in edu.uoc.tfc.service.security with parameters of type PerfilVO
 void SecurityServiceBase.modificarUsuariPerfil(PerfilVO perfil)
           
 void SecurityService.modificarUsuariPerfil(PerfilVO perfil)