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

Packages that use SortingBatchDao
fr.ifremer.allegro.data.batch   
fr.ifremer.allegro.data.batch.generic.service   
fr.ifremer.allegro.data.measure   
fr.ifremer.allegro.data.measure.generic.service   
 

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

Classes in fr.ifremer.allegro.data.batch that implement SortingBatchDao
 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 SortingBatchDao
protected  SortingBatchDao CatchBatchDaoBase.getSortingBatchDao()
          Gets the reference to sortingBatchDao.
protected  SortingBatchDao SortingBatchDaoBase.getSortingBatchDao()
          Gets the reference to sortingBatchDao.
 

Methods in fr.ifremer.allegro.data.batch with parameters of type SortingBatchDao
 void CatchBatchDaoBase.setSortingBatchDao(SortingBatchDao sortingBatchDao)
          Sets the reference to sortingBatchDao.
 void SortingBatchDaoBase.setSortingBatchDao(SortingBatchDao sortingBatchDao)
          Sets the reference to sortingBatchDao.
 

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

Methods in fr.ifremer.allegro.data.batch.generic.service that return SortingBatchDao
protected  SortingBatchDao RemoteSortingBatchFullServiceBase.getSortingBatchDao()
          Gets the reference to sortingBatch's DAO.
 

Methods in fr.ifremer.allegro.data.batch.generic.service with parameters of type SortingBatchDao
 void RemoteSortingBatchFullServiceBase.setSortingBatchDao(SortingBatchDao sortingBatchDao)
          Sets the reference to sortingBatch's DAO.
 

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

Methods in fr.ifremer.allegro.data.measure that return SortingBatchDao
protected  SortingBatchDao SortingMeasurementDaoBase.getSortingBatchDao()
          Gets the reference to sortingBatchDao.
 

Methods in fr.ifremer.allegro.data.measure with parameters of type SortingBatchDao
 void SortingMeasurementDaoBase.setSortingBatchDao(SortingBatchDao sortingBatchDao)
          Sets the reference to sortingBatchDao.
 

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

Methods in fr.ifremer.allegro.data.measure.generic.service that return SortingBatchDao
protected  SortingBatchDao RemoteSortingMeasurementFullServiceBase.getSortingBatchDao()
          Gets the reference to sortingBatch's DAO.
 

Methods in fr.ifremer.allegro.data.measure.generic.service with parameters of type SortingBatchDao
 void RemoteSortingMeasurementFullServiceBase.setSortingBatchDao(SortingBatchDao sortingBatchDao)
          Sets the reference to sortingBatch's DAO.
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.