Uses of Class
edu.uoc.tfc.dto.security.RoleVO

Packages that use RoleVO
edu.uoc.tfc.dbmodel.security   
edu.uoc.tfc.dto.security   
edu.uoc.tfc.service.security   
 

Uses of RoleVO in edu.uoc.tfc.dbmodel.security
 

Methods in edu.uoc.tfc.dbmodel.security that return RoleVO
 RoleVO RoleDao.toRoleVO(Role entity)
          Converts this DAO's entity to an object of type RoleVO.
 RoleVO RoleDaoBase.toRoleVO(Role entity)
           
 RoleVO RoleDaoImpl.toRoleVO(Role entity)
           
 RoleVO[] RoleDao.toRoleVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RoleVO.
 RoleVO[] RoleDaoBase.toRoleVOArray(java.util.Collection entities)
           
 

Methods in edu.uoc.tfc.dbmodel.security with parameters of type RoleVO
 Role RoleDao.roleVOToEntity(RoleVO roleVO)
          Converts an instance of type RoleVO to this DAO's entity.
 Role RoleDaoImpl.roleVOToEntity(RoleVO roleVO)
           
 void RoleDao.roleVOToEntity(RoleVO source, Role target, boolean copyIfNull)
          Copies the fields of RoleVO to the specified entity.
 void RoleDaoBase.roleVOToEntity(RoleVO source, Role target, boolean copyIfNull)
           
 void RoleDaoImpl.roleVOToEntity(RoleVO source, Role target, boolean copyIfNull)
           
 void RoleDao.toRoleVO(Role source, RoleVO target)
          Copies the fields of the specified entity to the target value object.
 void RoleDaoBase.toRoleVO(Role source, RoleVO target)
           
 void RoleDaoImpl.toRoleVO(Role source, RoleVO target)
           
 

Uses of RoleVO in edu.uoc.tfc.dto.security
 

Methods in edu.uoc.tfc.dto.security that return RoleVO
 RoleVO UserVO.getRolVO()
          Getter of rolVO.
 

Methods in edu.uoc.tfc.dto.security with parameters of type RoleVO
 void UserVO.setRolVO(RoleVO rolVO)
          Setter of rolVO
 

Constructors in edu.uoc.tfc.dto.security with parameters of type RoleVO
RoleVO(RoleVO otherBean)
          Copies constructor from other RoleVO
UserVO(java.lang.String userId, java.lang.String password, java.lang.String adress, java.lang.Boolean active, java.lang.String nom, java.lang.String primerCognom, java.lang.String segonCognom, java.lang.String rePassword, java.lang.Integer id, RoleVO rolVO)
          Constructor taking all properties.
 

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

Methods in edu.uoc.tfc.service.security that return RoleVO
 RoleVO[] SecurityServiceBase.carregaRols()
           
 RoleVO[] SecurityService.carregaRols()