Uses of Interface
fr.ifremer.allegro.referential.taxon.CitationDao

Packages that use CitationDao
fr.ifremer.allegro.referential.taxon   
fr.ifremer.allegro.referential.taxon.generic.service   
 

Uses of CitationDao in fr.ifremer.allegro.referential.taxon
 

Classes in fr.ifremer.allegro.referential.taxon that implement CitationDao
 class CitationDaoBase
           Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.referential.taxon.Citation.
 class CitationDaoImpl
           
 

Methods in fr.ifremer.allegro.referential.taxon that return CitationDao
protected  CitationDao TaxonNameDaoBase.getCitationDao()
          Gets the reference to citationDao.
protected  CitationDao TaxonNameHistoryDaoBase.getCitationDao()
          Gets the reference to citationDao.
 

Methods in fr.ifremer.allegro.referential.taxon with parameters of type CitationDao
 void TaxonNameDaoBase.setCitationDao(CitationDao citationDao)
          Sets the reference to citationDao.
 void TaxonNameHistoryDaoBase.setCitationDao(CitationDao citationDao)
          Sets the reference to citationDao.
 

Uses of CitationDao in fr.ifremer.allegro.referential.taxon.generic.service
 

Methods in fr.ifremer.allegro.referential.taxon.generic.service that return CitationDao
protected  CitationDao RemoteTaxonNameFullServiceBase.getCitationDao()
          Gets the reference to citation's DAO.
protected  CitationDao RemoteTaxonNameHistoryFullServiceBase.getCitationDao()
          Gets the reference to citation's DAO.
protected  CitationDao RemoteCitationFullServiceBase.getCitationDao()
          Gets the reference to citation's DAO.
 

Methods in fr.ifremer.allegro.referential.taxon.generic.service with parameters of type CitationDao
 void RemoteTaxonNameFullServiceBase.setCitationDao(CitationDao citationDao)
          Sets the reference to citation's DAO.
 void RemoteTaxonNameHistoryFullServiceBase.setCitationDao(CitationDao citationDao)
          Sets the reference to citation's DAO.
 void RemoteCitationFullServiceBase.setCitationDao(CitationDao citationDao)
          Sets the reference to citation's DAO.
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.