|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserProfilDao | |
---|---|
fr.ifremer.allegro.administration.user | |
fr.ifremer.allegro.administration.user.generic.service | |
fr.ifremer.allegro.data.specific.service |
Uses of UserProfilDao in fr.ifremer.allegro.administration.user |
---|
Classes in fr.ifremer.allegro.administration.user that implement UserProfilDao | |
---|---|
class |
UserProfilDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.administration.user.UserProfil . |
class |
UserProfilDaoImpl
|
Methods in fr.ifremer.allegro.administration.user that return UserProfilDao | |
---|---|
protected UserProfilDao |
UserDaoBase.getUserProfilDao()
Gets the reference to userProfilDao . |
Methods in fr.ifremer.allegro.administration.user with parameters of type UserProfilDao | |
---|---|
void |
UserDaoBase.setUserProfilDao(UserProfilDao userProfilDao)
Sets the reference to userProfilDao . |
Uses of UserProfilDao in fr.ifremer.allegro.administration.user.generic.service |
---|
Methods in fr.ifremer.allegro.administration.user.generic.service that return UserProfilDao | |
---|---|
protected UserProfilDao |
RemoteUserFullServiceBase.getUserProfilDao()
Gets the reference to userProfil 's DAO. |
protected UserProfilDao |
RemoteUserProfilFullServiceBase.getUserProfilDao()
Gets the reference to userProfil 's DAO. |
Methods in fr.ifremer.allegro.administration.user.generic.service with parameters of type UserProfilDao | |
---|---|
void |
RemoteUserFullServiceBase.setUserProfilDao(UserProfilDao userProfilDao)
Sets the reference to userProfil 's DAO. |
void |
RemoteUserProfilFullServiceBase.setUserProfilDao(UserProfilDao userProfilDao)
Sets the reference to userProfil 's DAO. |
Uses of UserProfilDao in fr.ifremer.allegro.data.specific.service |
---|
Methods in fr.ifremer.allegro.data.specific.service that return UserProfilDao | |
---|---|
protected UserProfilDao |
RemoteConnectionFullServiceBase.getUserProfilDao()
Gets the reference to userProfil 's DAO. |
Methods in fr.ifremer.allegro.data.specific.service with parameters of type UserProfilDao | |
---|---|
void |
RemoteConnectionFullServiceBase.setUserProfilDao(UserProfilDao userProfilDao)
Sets the reference to userProfil 's DAO. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |