Uses of Interface
fr.ifremer.allegro.referential.gear.FishingGearDao

Packages that use FishingGearDao
fr.ifremer.allegro.referential.gear   
fr.ifremer.allegro.referential.gear.generic.service   
 

Uses of FishingGearDao in fr.ifremer.allegro.referential.gear
 

Classes in fr.ifremer.allegro.referential.gear that implement FishingGearDao
 class FishingGearDaoBase
           Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.referential.gear.FishingGear.
 class FishingGearDaoImpl
           
 

Methods in fr.ifremer.allegro.referential.gear that return FishingGearDao
protected  FishingGearDao FishingGearDaoBase.getFishingGearDao()
          Gets the reference to fishingGearDao.
 

Methods in fr.ifremer.allegro.referential.gear with parameters of type FishingGearDao
 void FishingGearDaoBase.setFishingGearDao(FishingGearDao fishingGearDao)
          Sets the reference to fishingGearDao.
 

Uses of FishingGearDao in fr.ifremer.allegro.referential.gear.generic.service
 

Methods in fr.ifremer.allegro.referential.gear.generic.service that return FishingGearDao
protected  FishingGearDao RemoteFishingGearFullServiceBase.getFishingGearDao()
          Gets the reference to fishingGear's DAO.
 

Methods in fr.ifremer.allegro.referential.gear.generic.service with parameters of type FishingGearDao
 void RemoteFishingGearFullServiceBase.setFishingGearDao(FishingGearDao fishingGearDao)
          Sets the reference to fishingGear's DAO.
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.