Uses of Interface
fr.ifremer.allegro.data.sample.SampleDao

Packages that use SampleDao
fr.ifremer.allegro.data.fishingArea   
fr.ifremer.allegro.data.fishingArea.generic.service   
fr.ifremer.allegro.data.measure   
fr.ifremer.allegro.data.measure.generic.service   
fr.ifremer.allegro.data.operation   
fr.ifremer.allegro.data.operation.generic.service   
fr.ifremer.allegro.data.sample   
fr.ifremer.allegro.data.sample.generic.service   
 

Uses of SampleDao in fr.ifremer.allegro.data.fishingArea
 

Methods in fr.ifremer.allegro.data.fishingArea that return SampleDao
protected  SampleDao FishingAreaDaoBase.getSampleDao()
          Gets the reference to sampleDao.
 

Methods in fr.ifremer.allegro.data.fishingArea with parameters of type SampleDao
 void FishingAreaDaoBase.setSampleDao(SampleDao sampleDao)
          Sets the reference to sampleDao.
 

Uses of SampleDao in fr.ifremer.allegro.data.fishingArea.generic.service
 

Methods in fr.ifremer.allegro.data.fishingArea.generic.service that return SampleDao
protected  SampleDao RemoteFishingAreaFullServiceBase.getSampleDao()
          Gets the reference to sample's DAO.
 

Methods in fr.ifremer.allegro.data.fishingArea.generic.service with parameters of type SampleDao
 void RemoteFishingAreaFullServiceBase.setSampleDao(SampleDao sampleDao)
          Sets the reference to sample's DAO.
 

Uses of SampleDao in fr.ifremer.allegro.data.measure
 

Methods in fr.ifremer.allegro.data.measure that return SampleDao
protected  SampleDao SampleMeasurementDaoBase.getSampleDao()
          Gets the reference to sampleDao.
 

Methods in fr.ifremer.allegro.data.measure with parameters of type SampleDao
 void SampleMeasurementDaoBase.setSampleDao(SampleDao sampleDao)
          Sets the reference to sampleDao.
 

Uses of SampleDao in fr.ifremer.allegro.data.measure.generic.service
 

Methods in fr.ifremer.allegro.data.measure.generic.service that return SampleDao
protected  SampleDao RemoteSampleMeasurementFullServiceBase.getSampleDao()
          Gets the reference to sample's DAO.
 

Methods in fr.ifremer.allegro.data.measure.generic.service with parameters of type SampleDao
 void RemoteSampleMeasurementFullServiceBase.setSampleDao(SampleDao sampleDao)
          Sets the reference to sample's DAO.
 

Uses of SampleDao in fr.ifremer.allegro.data.operation
 

Methods in fr.ifremer.allegro.data.operation that return SampleDao
protected  SampleDao FishingOperationDaoBase.getSampleDao()
          Gets the reference to sampleDao.
 

Methods in fr.ifremer.allegro.data.operation with parameters of type SampleDao
 void FishingOperationDaoBase.setSampleDao(SampleDao sampleDao)
          Sets the reference to sampleDao.
 

Uses of SampleDao in fr.ifremer.allegro.data.operation.generic.service
 

Methods in fr.ifremer.allegro.data.operation.generic.service that return SampleDao
protected  SampleDao RemoteFishingOperationFullServiceBase.getSampleDao()
          Gets the reference to sample's DAO.
 

Methods in fr.ifremer.allegro.data.operation.generic.service with parameters of type SampleDao
 void RemoteFishingOperationFullServiceBase.setSampleDao(SampleDao sampleDao)
          Sets the reference to sample's DAO.
 

Uses of SampleDao in fr.ifremer.allegro.data.sample
 

Classes in fr.ifremer.allegro.data.sample that implement SampleDao
 class SampleDaoBase
           Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.data.sample.Sample.
 class SampleDaoImpl
           
 

Methods in fr.ifremer.allegro.data.sample that return SampleDao
protected  SampleDao SampleDaoBase.getSampleDao()
          Gets the reference to sampleDao.
 

Methods in fr.ifremer.allegro.data.sample with parameters of type SampleDao
 void SampleDaoBase.setSampleDao(SampleDao sampleDao)
          Sets the reference to sampleDao.
 

Uses of SampleDao in fr.ifremer.allegro.data.sample.generic.service
 

Methods in fr.ifremer.allegro.data.sample.generic.service that return SampleDao
protected  SampleDao RemoteSampleFullServiceBase.getSampleDao()
          Gets the reference to sample's DAO.
 

Methods in fr.ifremer.allegro.data.sample.generic.service with parameters of type SampleDao
 void RemoteSampleFullServiceBase.setSampleDao(SampleDao sampleDao)
          Sets the reference to sample's DAO.
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.