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

Packages that use UnitDao
fr.ifremer.allegro.data.sample   
fr.ifremer.allegro.data.sample.generic.service   
fr.ifremer.allegro.referential.conversion   
fr.ifremer.allegro.referential.conversion.generic.service   
fr.ifremer.allegro.referential.pmfm   
fr.ifremer.allegro.referential.pmfm.generic.service   
fr.ifremer.allegro.referential.regulation   
fr.ifremer.allegro.referential.regulation.generic.service   
 

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

Methods in fr.ifremer.allegro.data.sample that return UnitDao
protected  UnitDao SampleDaoBase.getUnitDao()
          Gets the reference to unitDao.
 

Methods in fr.ifremer.allegro.data.sample with parameters of type UnitDao
 void SampleDaoBase.setUnitDao(UnitDao unitDao)
          Sets the reference to unitDao.
 

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

Methods in fr.ifremer.allegro.data.sample.generic.service that return UnitDao
protected  UnitDao RemoteSampleFullServiceBase.getUnitDao()
          Gets the reference to unit's DAO.
 

Methods in fr.ifremer.allegro.data.sample.generic.service with parameters of type UnitDao
 void RemoteSampleFullServiceBase.setUnitDao(UnitDao unitDao)
          Sets the reference to unit's DAO.
 

Uses of UnitDao in fr.ifremer.allegro.referential.conversion
 

Methods in fr.ifremer.allegro.referential.conversion that return UnitDao
protected  UnitDao UnitConversionDaoBase.getUnitDao()
          Gets the reference to unitDao.
 

Methods in fr.ifremer.allegro.referential.conversion with parameters of type UnitDao
 void UnitConversionDaoBase.setUnitDao(UnitDao unitDao)
          Sets the reference to unitDao.
 

Uses of UnitDao in fr.ifremer.allegro.referential.conversion.generic.service
 

Methods in fr.ifremer.allegro.referential.conversion.generic.service that return UnitDao
protected  UnitDao RemoteUnitConversionFullServiceBase.getUnitDao()
          Gets the reference to unit's DAO.
 

Methods in fr.ifremer.allegro.referential.conversion.generic.service with parameters of type UnitDao
 void RemoteUnitConversionFullServiceBase.setUnitDao(UnitDao unitDao)
          Sets the reference to unit's DAO.
 

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

Classes in fr.ifremer.allegro.referential.pmfm that implement UnitDao
 class UnitDaoBase
           Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.referential.pmfm.Unit.
 class UnitDaoImpl
           
 

Methods in fr.ifremer.allegro.referential.pmfm that return UnitDao
protected  UnitDao PmfmDaoBase.getUnitDao()
          Gets the reference to unitDao.
 

Methods in fr.ifremer.allegro.referential.pmfm with parameters of type UnitDao
 void PmfmDaoBase.setUnitDao(UnitDao unitDao)
          Sets the reference to unitDao.
 

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

Methods in fr.ifremer.allegro.referential.pmfm.generic.service that return UnitDao
protected  UnitDao RemotePmfmFullServiceBase.getUnitDao()
          Gets the reference to unit's DAO.
protected  UnitDao RemoteUnitFullServiceBase.getUnitDao()
          Gets the reference to unit's DAO.
 

Methods in fr.ifremer.allegro.referential.pmfm.generic.service with parameters of type UnitDao
 void RemotePmfmFullServiceBase.setUnitDao(UnitDao unitDao)
          Sets the reference to unit's DAO.
 void RemoteUnitFullServiceBase.setUnitDao(UnitDao unitDao)
          Sets the reference to unit's DAO.
 

Uses of UnitDao in fr.ifremer.allegro.referential.regulation
 

Methods in fr.ifremer.allegro.referential.regulation that return UnitDao
protected  UnitDao MinimumSizeAllowedDaoBase.getUnitDao()
          Gets the reference to unitDao.
 

Methods in fr.ifremer.allegro.referential.regulation with parameters of type UnitDao
 void MinimumSizeAllowedDaoBase.setUnitDao(UnitDao unitDao)
          Sets the reference to unitDao.
 

Uses of UnitDao in fr.ifremer.allegro.referential.regulation.generic.service
 

Methods in fr.ifremer.allegro.referential.regulation.generic.service that return UnitDao
protected  UnitDao RemoteMinimumSizeAllowedFullServiceBase.getUnitDao()
          Gets the reference to unit's DAO.
 

Methods in fr.ifremer.allegro.referential.regulation.generic.service with parameters of type UnitDao
 void RemoteMinimumSizeAllowedFullServiceBase.setUnitDao(UnitDao unitDao)
          Sets the reference to unit's DAO.
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.