|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoteUserProfilFullVO | |
---|---|
fr.ifremer.allegro.administration.user | |
fr.ifremer.allegro.administration.user.generic.service | |
fr.ifremer.allegro.administration.user.generic.vo |
Uses of RemoteUserProfilFullVO in fr.ifremer.allegro.administration.user |
---|
Methods in fr.ifremer.allegro.administration.user that return RemoteUserProfilFullVO | |
---|---|
protected RemoteUserProfilFullVO |
UserProfilDaoBase.toRemoteUserProfilFullVO(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteUserProfilFullVO |
UserProfilDaoImpl.toRemoteUserProfilFullVO(UserProfil entity)
|
RemoteUserProfilFullVO |
UserProfilDao.toRemoteUserProfilFullVO(UserProfil entity)
Converts this DAO's entity to an object of type RemoteUserProfilFullVO . |
RemoteUserProfilFullVO |
UserProfilDaoBase.toRemoteUserProfilFullVO(UserProfil entity)
|
RemoteUserProfilFullVO[] |
UserProfilDao.toRemoteUserProfilFullVOArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteUserProfilFullVO . |
RemoteUserProfilFullVO[] |
UserProfilDaoBase.toRemoteUserProfilFullVOArray(java.util.Collection entities)
|
Methods in fr.ifremer.allegro.administration.user with parameters of type RemoteUserProfilFullVO | |
---|---|
UserProfil |
UserProfilDaoImpl.remoteUserProfilFullVOToEntity(RemoteUserProfilFullVO remoteUserProfilFullVO)
|
UserProfil |
UserProfilDao.remoteUserProfilFullVOToEntity(RemoteUserProfilFullVO remoteUserProfilFullVO)
Converts an instance of type RemoteUserProfilFullVO to this DAO's entity. |
void |
UserProfilDaoImpl.remoteUserProfilFullVOToEntity(RemoteUserProfilFullVO source,
UserProfil target,
boolean copyIfNull)
|
void |
UserProfilDao.remoteUserProfilFullVOToEntity(RemoteUserProfilFullVO source,
UserProfil target,
boolean copyIfNull)
Copies the fields of RemoteUserProfilFullVO to the specified entity. |
void |
UserProfilDaoBase.remoteUserProfilFullVOToEntity(RemoteUserProfilFullVO source,
UserProfil target,
boolean copyIfNull)
|
void |
UserProfilDaoImpl.toRemoteUserProfilFullVO(UserProfil source,
RemoteUserProfilFullVO target)
|
void |
UserProfilDao.toRemoteUserProfilFullVO(UserProfil source,
RemoteUserProfilFullVO target)
Copies the fields of the specified entity to the target value object. |
void |
UserProfilDaoBase.toRemoteUserProfilFullVO(UserProfil source,
RemoteUserProfilFullVO target)
|
Uses of RemoteUserProfilFullVO in fr.ifremer.allegro.administration.user.generic.service |
---|
Uses of RemoteUserProfilFullVO in fr.ifremer.allegro.administration.user.generic.vo |
---|
Methods in fr.ifremer.allegro.administration.user.generic.vo with parameters of type RemoteUserProfilFullVO | |
---|---|
void |
RemoteUserProfilFullVO.copy(RemoteUserProfilFullVO otherBean)
Copies all properties from the argument value object into this value object. |
Constructors in fr.ifremer.allegro.administration.user.generic.vo with parameters of type RemoteUserProfilFullVO | |
---|---|
RemoteUserProfilFullVO(RemoteUserProfilFullVO otherBean)
Copies constructor from other RemoteUserProfilFullVO |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |