Uses of Interface
fr.ifremer.allegro.data.transshipment.TransshipmentDao

Packages that use TransshipmentDao
fr.ifremer.allegro.data.produce   
fr.ifremer.allegro.data.produce.generic.service   
fr.ifremer.allegro.data.survey.fishingTrip   
fr.ifremer.allegro.data.survey.fishingTrip.generic.service   
fr.ifremer.allegro.data.survey.sale.generic.service   
fr.ifremer.allegro.data.transshipment   
fr.ifremer.allegro.data.transshipment.generic.service   
 

Uses of TransshipmentDao in fr.ifremer.allegro.data.produce
 

Methods in fr.ifremer.allegro.data.produce that return TransshipmentDao
protected  TransshipmentDao ProduceDaoBase.getTransshipmentDao()
          Gets the reference to transshipmentDao.
 

Methods in fr.ifremer.allegro.data.produce with parameters of type TransshipmentDao
 void ProduceDaoBase.setTransshipmentDao(TransshipmentDao transshipmentDao)
          Sets the reference to transshipmentDao.
 

Uses of TransshipmentDao in fr.ifremer.allegro.data.produce.generic.service
 

Methods in fr.ifremer.allegro.data.produce.generic.service that return TransshipmentDao
protected  TransshipmentDao RemoteProduceFullServiceBase.getTransshipmentDao()
          Gets the reference to transshipment's DAO.
 

Methods in fr.ifremer.allegro.data.produce.generic.service with parameters of type TransshipmentDao
 void RemoteProduceFullServiceBase.setTransshipmentDao(TransshipmentDao transshipmentDao)
          Sets the reference to transshipment's DAO.
 

Uses of TransshipmentDao in fr.ifremer.allegro.data.survey.fishingTrip
 

Methods in fr.ifremer.allegro.data.survey.fishingTrip that return TransshipmentDao
protected  TransshipmentDao FishingTripDaoBase.getTransshipmentDao()
          Gets the reference to transshipmentDao.
 

Methods in fr.ifremer.allegro.data.survey.fishingTrip with parameters of type TransshipmentDao
 void FishingTripDaoBase.setTransshipmentDao(TransshipmentDao transshipmentDao)
          Sets the reference to transshipmentDao.
 

Uses of TransshipmentDao in fr.ifremer.allegro.data.survey.fishingTrip.generic.service
 

Methods in fr.ifremer.allegro.data.survey.fishingTrip.generic.service that return TransshipmentDao
protected  TransshipmentDao RemoteObservedFishingTripFullServiceBase.getTransshipmentDao()
          Gets the reference to transshipment's DAO.
protected  TransshipmentDao RemoteFishingTripFullServiceBase.getTransshipmentDao()
          Gets the reference to transshipment's DAO.
 

Methods in fr.ifremer.allegro.data.survey.fishingTrip.generic.service with parameters of type TransshipmentDao
 void RemoteObservedFishingTripFullServiceBase.setTransshipmentDao(TransshipmentDao transshipmentDao)
          Sets the reference to transshipment's DAO.
 void RemoteFishingTripFullServiceBase.setTransshipmentDao(TransshipmentDao transshipmentDao)
          Sets the reference to transshipment's DAO.
 

Uses of TransshipmentDao in fr.ifremer.allegro.data.survey.sale.generic.service
 

Methods in fr.ifremer.allegro.data.survey.sale.generic.service that return TransshipmentDao
protected  TransshipmentDao RemoteSaleProduceFullServiceBase.getTransshipmentDao()
          Gets the reference to transshipment's DAO.
 

Methods in fr.ifremer.allegro.data.survey.sale.generic.service with parameters of type TransshipmentDao
 void RemoteSaleProduceFullServiceBase.setTransshipmentDao(TransshipmentDao transshipmentDao)
          Sets the reference to transshipment's DAO.
 

Uses of TransshipmentDao in fr.ifremer.allegro.data.transshipment
 

Classes in fr.ifremer.allegro.data.transshipment that implement TransshipmentDao
 class TransshipmentDaoBase
           Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.data.transshipment.Transshipment.
 class TransshipmentDaoImpl
           
 

Uses of TransshipmentDao in fr.ifremer.allegro.data.transshipment.generic.service
 

Methods in fr.ifremer.allegro.data.transshipment.generic.service that return TransshipmentDao
protected  TransshipmentDao RemoteTransshipmentFullServiceBase.getTransshipmentDao()
          Gets the reference to transshipment's DAO.
 

Methods in fr.ifremer.allegro.data.transshipment.generic.service with parameters of type TransshipmentDao
 void RemoteTransshipmentFullServiceBase.setTransshipmentDao(TransshipmentDao transshipmentDao)
          Sets the reference to transshipment's DAO.
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.