|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of UserVO in edu.uoc.tfc.dbmodel.security |
---|
Methods in edu.uoc.tfc.dbmodel.security that return UserVO | |
---|---|
UserVO |
UserDao.toUserVO(User entity)
Converts this DAO's entity to an object of type UserVO . |
UserVO |
UserDaoImpl.toUserVO(User entity)
|
UserVO |
UserDaoBase.toUserVO(User entity)
|
UserVO[] |
UserDao.toUserVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type UserVO . |
UserVO[] |
UserDaoBase.toUserVOArray(java.util.Collection entities)
|
Methods in edu.uoc.tfc.dbmodel.security with parameters of type UserVO | |
---|---|
void |
UserDao.toUserVO(User source,
UserVO target)
Copies the fields of the specified entity to the target value object. |
void |
UserDaoImpl.toUserVO(User source,
UserVO target)
|
void |
UserDaoBase.toUserVO(User source,
UserVO target)
|
User |
UserDao.userVOToEntity(UserVO userVO)
Converts an instance of type UserVO to this DAO's entity. |
User |
UserDaoImpl.userVOToEntity(UserVO userVO)
|
void |
UserDao.userVOToEntity(UserVO source,
User target,
boolean copyIfNull)
Copies the fields of UserVO to the specified entity. |
void |
UserDaoImpl.userVOToEntity(UserVO source,
User target,
boolean copyIfNull)
|
void |
UserDaoBase.userVOToEntity(UserVO source,
User target,
boolean copyIfNull)
|
Uses of UserVO in edu.uoc.tfc.dto.security |
---|
Constructors in edu.uoc.tfc.dto.security with parameters of type UserVO | |
---|---|
UserVO(UserVO otherBean)
Copies constructor from other UserVO |
Uses of UserVO in edu.uoc.tfc.gui.security.gestioUsuaris.altaUsuari |
---|
Methods in edu.uoc.tfc.gui.security.gestioUsuaris.altaUsuari that return UserVO | |
---|---|
UserVO |
CUAltaUsuariFormImpl.getUsuari()
|
UserVO |
AltaUsuariForm.getUsuari()
Gets the usuari field. |
UserVO |
AltaUsuariDadesAltaFormImpl.getUsuari()
|
Methods in edu.uoc.tfc.gui.security.gestioUsuaris.altaUsuari with parameters of type UserVO | |
---|---|
void |
CUAltaUsuariFormImpl.setUsuari(UserVO usuari)
|
void |
AltaUsuariForm.setUsuari(UserVO usuari)
Sets the usuari field. |
void |
AltaUsuariDadesAltaFormImpl.setUsuari(UserVO usuari)
|
Uses of UserVO in edu.uoc.tfc.gui.security.gestioUsuaris.modificaUsuari |
---|
Methods in edu.uoc.tfc.gui.security.gestioUsuaris.modificaUsuari that return UserVO | |
---|---|
UserVO |
ObtenirUsuariForm.getUsuari()
Gets the usuari field. |
UserVO |
ModificaUsuariForm.getUsuari()
Gets the usuari field. |
UserVO |
ModificarUsuariDadesModificarUsuariFormImpl.getUsuari()
|
UserVO |
CUModificaUsuariFormImpl.getUsuari()
|
Methods in edu.uoc.tfc.gui.security.gestioUsuaris.modificaUsuari with parameters of type UserVO | |
---|---|
void |
ObtenirUsuariForm.setUsuari(UserVO usuari)
Sets the usuari field. |
void |
ModificaUsuariForm.setUsuari(UserVO usuari)
Sets the usuari field. |
void |
ModificarUsuariDadesModificarUsuariFormImpl.setUsuari(UserVO usuari)
|
void |
CUModificaUsuariFormImpl.setUsuari(UserVO usuari)
|
Uses of UserVO in edu.uoc.tfc.service.security |
---|
Methods in edu.uoc.tfc.service.security that return UserVO | |
---|---|
UserVO |
SecurityServiceBase.getUsuariDetall(java.lang.String userId)
|
UserVO |
SecurityService.getUsuariDetall(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 UserVO | |
---|---|
void |
SecurityServiceBase.altaUsuari(UserVO usuari,
java.lang.String roleId)
|
void |
SecurityService.altaUsuari(UserVO usuari,
java.lang.String roleId)
|
void |
SecurityServiceBase.modificaUsuari(UserVO usuari,
java.lang.String roleId)
|
void |
SecurityService.modificaUsuari(UserVO usuari,
java.lang.String roleId)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |