Uses of Interface
fr.ifremer.allegro.data.vessel.feature.use.GearUseFeaturesDao

Packages that use GearUseFeaturesDao
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.survey.fishingEffort   
fr.ifremer.allegro.data.survey.fishingEffort.generic.service   
fr.ifremer.allegro.data.vessel.feature.use   
fr.ifremer.allegro.data.vessel.feature.use.generic.service   
 

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

Methods in fr.ifremer.allegro.data.fishingArea that return GearUseFeaturesDao
protected  GearUseFeaturesDao FishingAreaDaoBase.getGearUseFeaturesDao()
          Gets the reference to gearUseFeaturesDao.
 

Methods in fr.ifremer.allegro.data.fishingArea with parameters of type GearUseFeaturesDao
 void FishingAreaDaoBase.setGearUseFeaturesDao(GearUseFeaturesDao gearUseFeaturesDao)
          Sets the reference to gearUseFeaturesDao.
 

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

Methods in fr.ifremer.allegro.data.fishingArea.generic.service that return GearUseFeaturesDao
protected  GearUseFeaturesDao RemoteFishingAreaFullServiceBase.getGearUseFeaturesDao()
          Gets the reference to gearUseFeatures's DAO.
 

Methods in fr.ifremer.allegro.data.fishingArea.generic.service with parameters of type GearUseFeaturesDao
 void RemoteFishingAreaFullServiceBase.setGearUseFeaturesDao(GearUseFeaturesDao gearUseFeaturesDao)
          Sets the reference to gearUseFeatures's DAO.
 

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

Methods in fr.ifremer.allegro.data.measure that return GearUseFeaturesDao
protected  GearUseFeaturesDao GearUseMeasurementDaoBase.getGearUseFeaturesDao()
          Gets the reference to gearUseFeaturesDao.
 

Methods in fr.ifremer.allegro.data.measure with parameters of type GearUseFeaturesDao
 void GearUseMeasurementDaoBase.setGearUseFeaturesDao(GearUseFeaturesDao gearUseFeaturesDao)
          Sets the reference to gearUseFeaturesDao.
 

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

Methods in fr.ifremer.allegro.data.measure.generic.service that return GearUseFeaturesDao
protected  GearUseFeaturesDao RemoteGearUseMeasurementFullServiceBase.getGearUseFeaturesDao()
          Gets the reference to gearUseFeatures's DAO.
 

Methods in fr.ifremer.allegro.data.measure.generic.service with parameters of type GearUseFeaturesDao
 void RemoteGearUseMeasurementFullServiceBase.setGearUseFeaturesDao(GearUseFeaturesDao gearUseFeaturesDao)
          Sets the reference to gearUseFeatures's DAO.
 

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

Methods in fr.ifremer.allegro.data.operation that return GearUseFeaturesDao
protected  GearUseFeaturesDao OperationDaoBase.getGearUseFeaturesDao()
          Gets the reference to gearUseFeaturesDao.
 

Methods in fr.ifremer.allegro.data.operation with parameters of type GearUseFeaturesDao
 void OperationDaoBase.setGearUseFeaturesDao(GearUseFeaturesDao gearUseFeaturesDao)
          Sets the reference to gearUseFeaturesDao.
 

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

Methods in fr.ifremer.allegro.data.operation.generic.service that return GearUseFeaturesDao
protected  GearUseFeaturesDao RemoteOperationFullServiceBase.getGearUseFeaturesDao()
          Gets the reference to gearUseFeatures's DAO.
protected  GearUseFeaturesDao RemoteFishingOperationFullServiceBase.getGearUseFeaturesDao()
          Gets the reference to gearUseFeatures's DAO.
 

Methods in fr.ifremer.allegro.data.operation.generic.service with parameters of type GearUseFeaturesDao
 void RemoteOperationFullServiceBase.setGearUseFeaturesDao(GearUseFeaturesDao gearUseFeaturesDao)
          Sets the reference to gearUseFeatures's DAO.
 void RemoteFishingOperationFullServiceBase.setGearUseFeaturesDao(GearUseFeaturesDao gearUseFeaturesDao)
          Sets the reference to gearUseFeatures's DAO.
 

Uses of GearUseFeaturesDao in fr.ifremer.allegro.data.survey.fishingEffort
 

Methods in fr.ifremer.allegro.data.survey.fishingEffort that return GearUseFeaturesDao
protected  GearUseFeaturesDao FishingEffortCalendarDaoBase.getGearUseFeaturesDao()
          Gets the reference to gearUseFeaturesDao.
 

Methods in fr.ifremer.allegro.data.survey.fishingEffort with parameters of type GearUseFeaturesDao
 void FishingEffortCalendarDaoBase.setGearUseFeaturesDao(GearUseFeaturesDao gearUseFeaturesDao)
          Sets the reference to gearUseFeaturesDao.
 

Uses of GearUseFeaturesDao in fr.ifremer.allegro.data.survey.fishingEffort.generic.service
 

Methods in fr.ifremer.allegro.data.survey.fishingEffort.generic.service that return GearUseFeaturesDao
protected  GearUseFeaturesDao RemoteFishingEffortCalendarFullServiceBase.getGearUseFeaturesDao()
          Gets the reference to gearUseFeatures's DAO.
 

Methods in fr.ifremer.allegro.data.survey.fishingEffort.generic.service with parameters of type GearUseFeaturesDao
 void RemoteFishingEffortCalendarFullServiceBase.setGearUseFeaturesDao(GearUseFeaturesDao gearUseFeaturesDao)
          Sets the reference to gearUseFeatures's DAO.
 

Uses of GearUseFeaturesDao in fr.ifremer.allegro.data.vessel.feature.use
 

Subinterfaces of GearUseFeaturesDao in fr.ifremer.allegro.data.vessel.feature.use
 interface MetierUseFeaturesDao
           
 

Classes in fr.ifremer.allegro.data.vessel.feature.use that implement GearUseFeaturesDao
 class GearUseFeaturesDaoBase
           Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.data.vessel.feature.use.GearUseFeatures.
 class GearUseFeaturesDaoImpl
           
 class MetierUseFeaturesDaoBase
           Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.data.vessel.feature.use.MetierUseFeatures.
 class MetierUseFeaturesDaoImpl
           
 

Methods in fr.ifremer.allegro.data.vessel.feature.use that return GearUseFeaturesDao
protected  GearUseFeaturesDao GearUseFeaturesOriginDaoBase.getGearUseFeaturesDao()
          Gets the reference to gearUseFeaturesDao.
 

Methods in fr.ifremer.allegro.data.vessel.feature.use with parameters of type GearUseFeaturesDao
 void GearUseFeaturesOriginDaoBase.setGearUseFeaturesDao(GearUseFeaturesDao gearUseFeaturesDao)
          Sets the reference to gearUseFeaturesDao.
 

Uses of GearUseFeaturesDao in fr.ifremer.allegro.data.vessel.feature.use.generic.service
 

Methods in fr.ifremer.allegro.data.vessel.feature.use.generic.service that return GearUseFeaturesDao
protected  GearUseFeaturesDao RemoteGearUseFeaturesFullServiceBase.getGearUseFeaturesDao()
          Gets the reference to gearUseFeatures's DAO.
protected  GearUseFeaturesDao RemoteGearUseFeaturesOriginFullServiceBase.getGearUseFeaturesDao()
          Gets the reference to gearUseFeatures's DAO.
 

Methods in fr.ifremer.allegro.data.vessel.feature.use.generic.service with parameters of type GearUseFeaturesDao
 void RemoteGearUseFeaturesFullServiceBase.setGearUseFeaturesDao(GearUseFeaturesDao gearUseFeaturesDao)
          Sets the reference to gearUseFeatures's DAO.
 void RemoteGearUseFeaturesOriginFullServiceBase.setGearUseFeaturesDao(GearUseFeaturesDao gearUseFeaturesDao)
          Sets the reference to gearUseFeatures's DAO.
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.