Uses of Interface
fr.ifremer.allegro.referential.VesselTypeDao

Packages that use VesselTypeDao
fr.ifremer.allegro.referential   
fr.ifremer.allegro.referential.generic.service   
fr.ifremer.allegro.referential.vessel   
fr.ifremer.allegro.referential.vessel.generic.service   
 

Uses of VesselTypeDao in fr.ifremer.allegro.referential
 

Classes in fr.ifremer.allegro.referential that implement VesselTypeDao
 class VesselTypeDaoBase
           Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.referential.VesselType.
 class VesselTypeDaoImpl
           
 

Uses of VesselTypeDao in fr.ifremer.allegro.referential.generic.service
 

Methods in fr.ifremer.allegro.referential.generic.service that return VesselTypeDao
protected  VesselTypeDao RemoteVesselTypeFullServiceBase.getVesselTypeDao()
          Gets the reference to vesselType's DAO.
 

Methods in fr.ifremer.allegro.referential.generic.service with parameters of type VesselTypeDao
 void RemoteVesselTypeFullServiceBase.setVesselTypeDao(VesselTypeDao vesselTypeDao)
          Sets the reference to vesselType's DAO.
 

Uses of VesselTypeDao in fr.ifremer.allegro.referential.vessel
 

Methods in fr.ifremer.allegro.referential.vessel that return VesselTypeDao
protected  VesselTypeDao VesselDaoBase.getVesselTypeDao()
          Gets the reference to vesselTypeDao.
 

Methods in fr.ifremer.allegro.referential.vessel with parameters of type VesselTypeDao
 void VesselDaoBase.setVesselTypeDao(VesselTypeDao vesselTypeDao)
          Sets the reference to vesselTypeDao.
 

Uses of VesselTypeDao in fr.ifremer.allegro.referential.vessel.generic.service
 

Methods in fr.ifremer.allegro.referential.vessel.generic.service that return VesselTypeDao
protected  VesselTypeDao RemoteFishingVesselFullServiceBase.getVesselTypeDao()
          Gets the reference to vesselType's DAO.
protected  VesselTypeDao RemoteVesselFullServiceBase.getVesselTypeDao()
          Gets the reference to vesselType's DAO.
protected  VesselTypeDao RemoteShellfishGathererFullServiceBase.getVesselTypeDao()
          Gets the reference to vesselType's DAO.
protected  VesselTypeDao RemoteScientificResearchVesselFullServiceBase.getVesselTypeDao()
          Gets the reference to vesselType's DAO.
protected  VesselTypeDao RemotePleasureBoatFullServiceBase.getVesselTypeDao()
          Gets the reference to vesselType's DAO.
protected  VesselTypeDao RemoteVesselGroupFullServiceBase.getVesselTypeDao()
          Gets the reference to vesselType's DAO.
 

Methods in fr.ifremer.allegro.referential.vessel.generic.service with parameters of type VesselTypeDao
 void RemoteFishingVesselFullServiceBase.setVesselTypeDao(VesselTypeDao vesselTypeDao)
          Sets the reference to vesselType's DAO.
 void RemoteVesselFullServiceBase.setVesselTypeDao(VesselTypeDao vesselTypeDao)
          Sets the reference to vesselType's DAO.
 void RemoteShellfishGathererFullServiceBase.setVesselTypeDao(VesselTypeDao vesselTypeDao)
          Sets the reference to vesselType's DAO.
 void RemoteScientificResearchVesselFullServiceBase.setVesselTypeDao(VesselTypeDao vesselTypeDao)
          Sets the reference to vesselType's DAO.
 void RemotePleasureBoatFullServiceBase.setVesselTypeDao(VesselTypeDao vesselTypeDao)
          Sets the reference to vesselType's DAO.
 void RemoteVesselGroupFullServiceBase.setVesselTypeDao(VesselTypeDao vesselTypeDao)
          Sets the reference to vesselType's DAO.
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.