Uses of Interface
fr.ifremer.allegro.data.vessel.position.VesselPositionDao

Packages that use VesselPositionDao
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.vessel.position   
fr.ifremer.allegro.data.vessel.position.generic.service   
 

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

Methods in fr.ifremer.allegro.data.measure that return VesselPositionDao
protected  VesselPositionDao VesselPositionMeasurementDaoBase.getVesselPositionDao()
          Gets the reference to vesselPositionDao.
 

Methods in fr.ifremer.allegro.data.measure with parameters of type VesselPositionDao
 void VesselPositionMeasurementDaoBase.setVesselPositionDao(VesselPositionDao vesselPositionDao)
          Sets the reference to vesselPositionDao.
 

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

Methods in fr.ifremer.allegro.data.measure.generic.service that return VesselPositionDao
protected  VesselPositionDao RemoteVesselPositionMeasurementFullServiceBase.getVesselPositionDao()
          Gets the reference to vesselPosition's DAO.
 

Methods in fr.ifremer.allegro.data.measure.generic.service with parameters of type VesselPositionDao
 void RemoteVesselPositionMeasurementFullServiceBase.setVesselPositionDao(VesselPositionDao vesselPositionDao)
          Sets the reference to vesselPosition's DAO.
 

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

Methods in fr.ifremer.allegro.data.operation that return VesselPositionDao
protected  VesselPositionDao OperationDaoBase.getVesselPositionDao()
          Gets the reference to vesselPositionDao.
 

Methods in fr.ifremer.allegro.data.operation with parameters of type VesselPositionDao
 void OperationDaoBase.setVesselPositionDao(VesselPositionDao vesselPositionDao)
          Sets the reference to vesselPositionDao.
 

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

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

Methods in fr.ifremer.allegro.data.operation.generic.service with parameters of type VesselPositionDao
 void RemoteOperationFullServiceBase.setVesselPositionDao(VesselPositionDao vesselPositionDao)
          Sets the reference to vesselPosition's DAO.
 void RemoteFishingOperationFullServiceBase.setVesselPositionDao(VesselPositionDao vesselPositionDao)
          Sets the reference to vesselPosition's DAO.
 

Uses of VesselPositionDao in fr.ifremer.allegro.data.vessel.position
 

Subinterfaces of VesselPositionDao in fr.ifremer.allegro.data.vessel.position
 interface VesselExtendedPositionDao
           
 

Classes in fr.ifremer.allegro.data.vessel.position that implement VesselPositionDao
 class VesselExtendedPositionDaoBase
           Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.data.vessel.position.VesselExtendedPosition.
 class VesselExtendedPositionDaoImpl
           
 class VesselPositionDaoBase
           Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.data.vessel.position.VesselPosition.
 class VesselPositionDaoImpl
           
 

Uses of VesselPositionDao in fr.ifremer.allegro.data.vessel.position.generic.service
 

Methods in fr.ifremer.allegro.data.vessel.position.generic.service that return VesselPositionDao
protected  VesselPositionDao RemoteVesselPositionFullServiceBase.getVesselPositionDao()
          Gets the reference to vesselPosition's DAO.
 

Methods in fr.ifremer.allegro.data.vessel.position.generic.service with parameters of type VesselPositionDao
 void RemoteVesselPositionFullServiceBase.setVesselPositionDao(VesselPositionDao vesselPositionDao)
          Sets the reference to vesselPosition's DAO.
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.