|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthorDao | |
---|---|
fr.ifremer.allegro.referential.taxon | |
fr.ifremer.allegro.referential.taxon.generic.service |
Uses of AuthorDao in fr.ifremer.allegro.referential.taxon |
---|
Classes in fr.ifremer.allegro.referential.taxon that implement AuthorDao | |
---|---|
class |
AuthorDaoBase
Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.referential.taxon.Author . |
class |
AuthorDaoImpl
|
Methods in fr.ifremer.allegro.referential.taxon that return AuthorDao | |
---|---|
protected AuthorDao |
ReferenceDocumentDaoBase.getAuthorDao()
Gets the reference to authorDao . |
Methods in fr.ifremer.allegro.referential.taxon with parameters of type AuthorDao | |
---|---|
void |
ReferenceDocumentDaoBase.setAuthorDao(AuthorDao authorDao)
Sets the reference to authorDao . |
Uses of AuthorDao in fr.ifremer.allegro.referential.taxon.generic.service |
---|
Methods in fr.ifremer.allegro.referential.taxon.generic.service that return AuthorDao | |
---|---|
protected AuthorDao |
RemoteAuthorFullServiceBase.getAuthorDao()
Gets the reference to author 's DAO. |
protected AuthorDao |
RemoteReferenceDocumentFullServiceBase.getAuthorDao()
Gets the reference to author 's DAO. |
Methods in fr.ifremer.allegro.referential.taxon.generic.service with parameters of type AuthorDao | |
---|---|
void |
RemoteAuthorFullServiceBase.setAuthorDao(AuthorDao authorDao)
Sets the reference to author 's DAO. |
void |
RemoteReferenceDocumentFullServiceBase.setAuthorDao(AuthorDao authorDao)
Sets the reference to author 's DAO. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |