Uses of Interface
fr.ifremer.allegro.data.batch.BatchDao

Packages that use BatchDao
fr.ifremer.allegro.data.batch   
fr.ifremer.allegro.data.batch.generic.service   
fr.ifremer.allegro.data.measure   
fr.ifremer.allegro.data.measure.generic.service   
fr.ifremer.allegro.data.produce   
fr.ifremer.allegro.data.produce.generic.service   
fr.ifremer.allegro.data.sample   
fr.ifremer.allegro.data.sample.generic.service   
fr.ifremer.allegro.data.survey.sale.generic.service   
 

Uses of BatchDao in fr.ifremer.allegro.data.batch
 

Subinterfaces of BatchDao in fr.ifremer.allegro.data.batch
 interface CatchBatchDao
           
 interface SortingBatchDao
           
 

Classes in fr.ifremer.allegro.data.batch that implement BatchDao
 class BatchDaoBase
           Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.data.batch.Batch.
 class BatchDaoImpl
           
 class CatchBatchDaoBase
           Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.data.batch.CatchBatch.
 class CatchBatchDaoImpl
           
 class SortingBatchDaoBase
           Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.data.batch.SortingBatch.
 class SortingBatchDaoImpl
           
 

Methods in fr.ifremer.allegro.data.batch that return BatchDao
protected  BatchDao BatchDaoBase.getBatchDao()
          Gets the reference to batchDao.
 

Methods in fr.ifremer.allegro.data.batch with parameters of type BatchDao
 void BatchDaoBase.setBatchDao(BatchDao batchDao)
          Sets the reference to batchDao.
 

Uses of BatchDao in fr.ifremer.allegro.data.batch.generic.service
 

Methods in fr.ifremer.allegro.data.batch.generic.service that return BatchDao
protected  BatchDao RemoteBatchFullServiceBase.getBatchDao()
          Gets the reference to batch's DAO.
protected  BatchDao RemoteCatchBatchFullServiceBase.getBatchDao()
          Gets the reference to batch's DAO.
protected  BatchDao RemoteSortingBatchFullServiceBase.getBatchDao()
          Gets the reference to batch's DAO.
 

Methods in fr.ifremer.allegro.data.batch.generic.service with parameters of type BatchDao
 void RemoteBatchFullServiceBase.setBatchDao(BatchDao batchDao)
          Sets the reference to batch's DAO.
 void RemoteCatchBatchFullServiceBase.setBatchDao(BatchDao batchDao)
          Sets the reference to batch's DAO.
 void RemoteSortingBatchFullServiceBase.setBatchDao(BatchDao batchDao)
          Sets the reference to batch's DAO.
 

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

Methods in fr.ifremer.allegro.data.measure that return BatchDao
protected  BatchDao QuantificationMeasurementDaoBase.getBatchDao()
          Gets the reference to batchDao.
 

Methods in fr.ifremer.allegro.data.measure with parameters of type BatchDao
 void QuantificationMeasurementDaoBase.setBatchDao(BatchDao batchDao)
          Sets the reference to batchDao.
 

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

Methods in fr.ifremer.allegro.data.measure.generic.service that return BatchDao
protected  BatchDao RemoteQuantificationMeasurementFullServiceBase.getBatchDao()
          Gets the reference to batch's DAO.
 

Methods in fr.ifremer.allegro.data.measure.generic.service with parameters of type BatchDao
 void RemoteQuantificationMeasurementFullServiceBase.setBatchDao(BatchDao batchDao)
          Sets the reference to batch's DAO.
 

Uses of BatchDao in fr.ifremer.allegro.data.produce
 

Methods in fr.ifremer.allegro.data.produce that return BatchDao
protected  BatchDao ProduceDaoBase.getBatchDao()
          Gets the reference to batchDao.
 

Methods in fr.ifremer.allegro.data.produce with parameters of type BatchDao
 void ProduceDaoBase.setBatchDao(BatchDao batchDao)
          Sets the reference to batchDao.
 

Uses of BatchDao in fr.ifremer.allegro.data.produce.generic.service
 

Methods in fr.ifremer.allegro.data.produce.generic.service that return BatchDao
protected  BatchDao RemoteProduceFullServiceBase.getBatchDao()
          Gets the reference to batch's DAO.
 

Methods in fr.ifremer.allegro.data.produce.generic.service with parameters of type BatchDao
 void RemoteProduceFullServiceBase.setBatchDao(BatchDao batchDao)
          Sets the reference to batch's DAO.
 

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

Methods in fr.ifremer.allegro.data.sample that return BatchDao
protected  BatchDao SampleDaoBase.getBatchDao()
          Gets the reference to batchDao.
 

Methods in fr.ifremer.allegro.data.sample with parameters of type BatchDao
 void SampleDaoBase.setBatchDao(BatchDao batchDao)
          Sets the reference to batchDao.
 

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

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

Methods in fr.ifremer.allegro.data.sample.generic.service with parameters of type BatchDao
 void RemoteSampleFullServiceBase.setBatchDao(BatchDao batchDao)
          Sets the reference to batch's DAO.
 

Uses of BatchDao in fr.ifremer.allegro.data.survey.sale.generic.service
 

Methods in fr.ifremer.allegro.data.survey.sale.generic.service that return BatchDao
protected  BatchDao RemoteSaleProduceFullServiceBase.getBatchDao()
          Gets the reference to batch's DAO.
 

Methods in fr.ifremer.allegro.data.survey.sale.generic.service with parameters of type BatchDao
 void RemoteSaleProduceFullServiceBase.setBatchDao(BatchDao batchDao)
          Sets the reference to batch's DAO.
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.