Uses of Interface
fr.ifremer.allegro.referential.regulation.CorpusDao

Packages that use CorpusDao
fr.ifremer.allegro.referential.regulation   
fr.ifremer.allegro.referential.regulation.generic.service   
 

Uses of CorpusDao in fr.ifremer.allegro.referential.regulation
 

Classes in fr.ifremer.allegro.referential.regulation that implement CorpusDao
 class CorpusDaoBase
           Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.referential.regulation.Corpus.
 class CorpusDaoImpl
           
 

Methods in fr.ifremer.allegro.referential.regulation that return CorpusDao
protected  CorpusDao FisheryDaoBase.getCorpusDao()
          Gets the reference to corpusDao.
protected  CorpusDao RightToProduceDaoBase.getCorpusDao()
          Gets the reference to corpusDao.
protected  CorpusDao MinimumSizeAllowedDaoBase.getCorpusDao()
          Gets the reference to corpusDao.
 

Methods in fr.ifremer.allegro.referential.regulation with parameters of type CorpusDao
 void FisheryDaoBase.setCorpusDao(CorpusDao corpusDao)
          Sets the reference to corpusDao.
 void RightToProduceDaoBase.setCorpusDao(CorpusDao corpusDao)
          Sets the reference to corpusDao.
 void MinimumSizeAllowedDaoBase.setCorpusDao(CorpusDao corpusDao)
          Sets the reference to corpusDao.
 

Uses of CorpusDao in fr.ifremer.allegro.referential.regulation.generic.service
 

Methods in fr.ifremer.allegro.referential.regulation.generic.service that return CorpusDao
protected  CorpusDao RemoteCorpusFullServiceBase.getCorpusDao()
          Gets the reference to corpus's DAO.
protected  CorpusDao RemoteFisheryFullServiceBase.getCorpusDao()
          Gets the reference to corpus's DAO.
protected  CorpusDao RemoteRightToProduceFullServiceBase.getCorpusDao()
          Gets the reference to corpus's DAO.
protected  CorpusDao RemoteMinimumSizeAllowedFullServiceBase.getCorpusDao()
          Gets the reference to corpus's DAO.
 

Methods in fr.ifremer.allegro.referential.regulation.generic.service with parameters of type CorpusDao
 void RemoteCorpusFullServiceBase.setCorpusDao(CorpusDao corpusDao)
          Sets the reference to corpus's DAO.
 void RemoteFisheryFullServiceBase.setCorpusDao(CorpusDao corpusDao)
          Sets the reference to corpus's DAO.
 void RemoteRightToProduceFullServiceBase.setCorpusDao(CorpusDao corpusDao)
          Sets the reference to corpus's DAO.
 void RemoteMinimumSizeAllowedFullServiceBase.setCorpusDao(CorpusDao corpusDao)
          Sets the reference to corpus's DAO.
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.