Uses of Interface
fr.ifremer.allegro.referential.pmfm.AggregationLevelDao

Packages that use AggregationLevelDao
fr.ifremer.allegro.data.measure   
fr.ifremer.allegro.data.measure.generic.service   
fr.ifremer.allegro.referential.pmfm   
fr.ifremer.allegro.referential.pmfm.generic.service   
 

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

Methods in fr.ifremer.allegro.data.measure that return AggregationLevelDao
protected  AggregationLevelDao MeasurementDaoBase.getAggregationLevelDao()
          Gets the reference to aggregationLevelDao.
 

Methods in fr.ifremer.allegro.data.measure with parameters of type AggregationLevelDao
 void MeasurementDaoBase.setAggregationLevelDao(AggregationLevelDao aggregationLevelDao)
          Sets the reference to aggregationLevelDao.
 

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

Methods in fr.ifremer.allegro.data.measure.generic.service that return AggregationLevelDao
protected  AggregationLevelDao RemoteMeasurementFullServiceBase.getAggregationLevelDao()
          Gets the reference to aggregationLevel's DAO.
protected  AggregationLevelDao RemoteSortingMeasurementFullServiceBase.getAggregationLevelDao()
          Gets the reference to aggregationLevel's DAO.
protected  AggregationLevelDao RemoteQuantificationMeasurementFullServiceBase.getAggregationLevelDao()
          Gets the reference to aggregationLevel's DAO.
protected  AggregationLevelDao RemoteSampleMeasurementFullServiceBase.getAggregationLevelDao()
          Gets the reference to aggregationLevel's DAO.
protected  AggregationLevelDao RemoteVesselPhysicalMeasurementFullServiceBase.getAggregationLevelDao()
          Gets the reference to aggregationLevel's DAO.
protected  AggregationLevelDao RemoteVesselUseMeasurementFullServiceBase.getAggregationLevelDao()
          Gets the reference to aggregationLevel's DAO.
protected  AggregationLevelDao RemoteGearPhysicalMeasurementFullServiceBase.getAggregationLevelDao()
          Gets the reference to aggregationLevel's DAO.
protected  AggregationLevelDao RemoteGearUseMeasurementFullServiceBase.getAggregationLevelDao()
          Gets the reference to aggregationLevel's DAO.
protected  AggregationLevelDao RemoteSaleMeasurementFullServiceBase.getAggregationLevelDao()
          Gets the reference to aggregationLevel's DAO.
protected  AggregationLevelDao RemoteLandingMeasurementFullServiceBase.getAggregationLevelDao()
          Gets the reference to aggregationLevel's DAO.
protected  AggregationLevelDao RemoteVesselPositionMeasurementFullServiceBase.getAggregationLevelDao()
          Gets the reference to aggregationLevel's DAO.
protected  AggregationLevelDao RemoteSurveyMeasurementFullServiceBase.getAggregationLevelDao()
          Gets the reference to aggregationLevel's DAO.
 

Methods in fr.ifremer.allegro.data.measure.generic.service with parameters of type AggregationLevelDao
 void RemoteMeasurementFullServiceBase.setAggregationLevelDao(AggregationLevelDao aggregationLevelDao)
          Sets the reference to aggregationLevel's DAO.
 void RemoteSortingMeasurementFullServiceBase.setAggregationLevelDao(AggregationLevelDao aggregationLevelDao)
          Sets the reference to aggregationLevel's DAO.
 void RemoteQuantificationMeasurementFullServiceBase.setAggregationLevelDao(AggregationLevelDao aggregationLevelDao)
          Sets the reference to aggregationLevel's DAO.
 void RemoteSampleMeasurementFullServiceBase.setAggregationLevelDao(AggregationLevelDao aggregationLevelDao)
          Sets the reference to aggregationLevel's DAO.
 void RemoteVesselPhysicalMeasurementFullServiceBase.setAggregationLevelDao(AggregationLevelDao aggregationLevelDao)
          Sets the reference to aggregationLevel's DAO.
 void RemoteVesselUseMeasurementFullServiceBase.setAggregationLevelDao(AggregationLevelDao aggregationLevelDao)
          Sets the reference to aggregationLevel's DAO.
 void RemoteGearPhysicalMeasurementFullServiceBase.setAggregationLevelDao(AggregationLevelDao aggregationLevelDao)
          Sets the reference to aggregationLevel's DAO.
 void RemoteGearUseMeasurementFullServiceBase.setAggregationLevelDao(AggregationLevelDao aggregationLevelDao)
          Sets the reference to aggregationLevel's DAO.
 void RemoteSaleMeasurementFullServiceBase.setAggregationLevelDao(AggregationLevelDao aggregationLevelDao)
          Sets the reference to aggregationLevel's DAO.
 void RemoteLandingMeasurementFullServiceBase.setAggregationLevelDao(AggregationLevelDao aggregationLevelDao)
          Sets the reference to aggregationLevel's DAO.
 void RemoteVesselPositionMeasurementFullServiceBase.setAggregationLevelDao(AggregationLevelDao aggregationLevelDao)
          Sets the reference to aggregationLevel's DAO.
 void RemoteSurveyMeasurementFullServiceBase.setAggregationLevelDao(AggregationLevelDao aggregationLevelDao)
          Sets the reference to aggregationLevel's DAO.
 

Uses of AggregationLevelDao in fr.ifremer.allegro.referential.pmfm
 

Classes in fr.ifremer.allegro.referential.pmfm that implement AggregationLevelDao
 class AggregationLevelDaoBase
           Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.referential.pmfm.AggregationLevel.
 class AggregationLevelDaoImpl
           
 

Methods in fr.ifremer.allegro.referential.pmfm that return AggregationLevelDao
protected  AggregationLevelDao PmfmDaoBase.getAggregationLevelDao()
          Gets the reference to aggregationLevelDao.
 

Methods in fr.ifremer.allegro.referential.pmfm with parameters of type AggregationLevelDao
 void PmfmDaoBase.setAggregationLevelDao(AggregationLevelDao aggregationLevelDao)
          Sets the reference to aggregationLevelDao.
 

Uses of AggregationLevelDao in fr.ifremer.allegro.referential.pmfm.generic.service
 

Methods in fr.ifremer.allegro.referential.pmfm.generic.service that return AggregationLevelDao
protected  AggregationLevelDao RemotePmfmFullServiceBase.getAggregationLevelDao()
          Gets the reference to aggregationLevel's DAO.
protected  AggregationLevelDao RemoteAggregationLevelFullServiceBase.getAggregationLevelDao()
          Gets the reference to aggregationLevel's DAO.
 

Methods in fr.ifremer.allegro.referential.pmfm.generic.service with parameters of type AggregationLevelDao
 void RemotePmfmFullServiceBase.setAggregationLevelDao(AggregationLevelDao aggregationLevelDao)
          Sets the reference to aggregationLevel's DAO.
 void RemoteAggregationLevelFullServiceBase.setAggregationLevelDao(AggregationLevelDao aggregationLevelDao)
          Sets the reference to aggregationLevel's DAO.
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.