Uses of Interface
fr.ifremer.allegro.administration.user.PersonDao

Packages that use PersonDao
fr.ifremer.allegro.administration.programStrategy   
fr.ifremer.allegro.administration.programStrategy.generic.service   
fr.ifremer.allegro.administration.user   
fr.ifremer.allegro.administration.user.ageReader   
fr.ifremer.allegro.administration.user.ageReader.generic.service   
fr.ifremer.allegro.administration.user.generic.service   
fr.ifremer.allegro.data.survey.activity   
fr.ifremer.allegro.data.survey.activity.generic.service   
fr.ifremer.allegro.data.survey.delaration   
fr.ifremer.allegro.data.survey.delaration.generic.service   
fr.ifremer.allegro.data.survey.economy   
fr.ifremer.allegro.data.survey.economy.generic.service   
fr.ifremer.allegro.data.survey.fishingEffort   
fr.ifremer.allegro.data.survey.fishingEffort.generic.service   
fr.ifremer.allegro.data.survey.fishingTrip   
fr.ifremer.allegro.data.survey.fishingTrip.generic.service   
fr.ifremer.allegro.data.survey.landing   
fr.ifremer.allegro.data.survey.landing.generic.service   
fr.ifremer.allegro.data.survey.physicalGear   
fr.ifremer.allegro.data.survey.physicalGear.generic.service   
fr.ifremer.allegro.data.survey.sale   
fr.ifremer.allegro.data.survey.sale.generic.service   
fr.ifremer.allegro.data.survey.scientificCruise   
fr.ifremer.allegro.data.survey.scientificCruise.generic.service   
fr.ifremer.allegro.technical.history   
fr.ifremer.allegro.technical.history.generic.service   
 

Uses of PersonDao in fr.ifremer.allegro.administration.programStrategy
 

Methods in fr.ifremer.allegro.administration.programStrategy that return PersonDao
protected  PersonDao Program2PersonDaoBase.getPersonDao()
          Gets the reference to personDao.
 

Methods in fr.ifremer.allegro.administration.programStrategy with parameters of type PersonDao
 void Program2PersonDaoBase.setPersonDao(PersonDao personDao)
          Sets the reference to personDao.
 

Uses of PersonDao in fr.ifremer.allegro.administration.programStrategy.generic.service
 

Methods in fr.ifremer.allegro.administration.programStrategy.generic.service that return PersonDao
protected  PersonDao RemoteProgram2PersonFullServiceBase.getPersonDao()
          Gets the reference to person's DAO.
 

Methods in fr.ifremer.allegro.administration.programStrategy.generic.service with parameters of type PersonDao
 void RemoteProgram2PersonFullServiceBase.setPersonDao(PersonDao personDao)
          Sets the reference to person's DAO.
 

Uses of PersonDao in fr.ifremer.allegro.administration.user
 

Subinterfaces of PersonDao in fr.ifremer.allegro.administration.user
 interface UserDao
           
 

Classes in fr.ifremer.allegro.administration.user that implement PersonDao
 class PersonDaoBase
           Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.administration.user.Person.
 class PersonDaoImpl
           
 class UserDaoBase
           Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.administration.user.User.
 class UserDaoImpl
           
 

Uses of PersonDao in fr.ifremer.allegro.administration.user.ageReader
 

Methods in fr.ifremer.allegro.administration.user.ageReader that return PersonDao
protected  PersonDao AgeReaderQualificationDaoBase.getPersonDao()
          Gets the reference to personDao.
 

Methods in fr.ifremer.allegro.administration.user.ageReader with parameters of type PersonDao
 void AgeReaderQualificationDaoBase.setPersonDao(PersonDao personDao)
          Sets the reference to personDao.
 

Uses of PersonDao in fr.ifremer.allegro.administration.user.ageReader.generic.service
 

Methods in fr.ifremer.allegro.administration.user.ageReader.generic.service that return PersonDao
protected  PersonDao RemoteAgeReaderQualificationFullServiceBase.getPersonDao()
          Gets the reference to person's DAO.
 

Methods in fr.ifremer.allegro.administration.user.ageReader.generic.service with parameters of type PersonDao
 void RemoteAgeReaderQualificationFullServiceBase.setPersonDao(PersonDao personDao)
          Sets the reference to person's DAO.
 

Uses of PersonDao in fr.ifremer.allegro.administration.user.generic.service
 

Methods in fr.ifremer.allegro.administration.user.generic.service that return PersonDao
protected  PersonDao RemotePersonFullServiceBase.getPersonDao()
          Gets the reference to person's DAO.
 

Methods in fr.ifremer.allegro.administration.user.generic.service with parameters of type PersonDao
 void RemotePersonFullServiceBase.setPersonDao(PersonDao personDao)
          Sets the reference to person's DAO.
 

Uses of PersonDao in fr.ifremer.allegro.data.survey.activity
 

Methods in fr.ifremer.allegro.data.survey.activity that return PersonDao
protected  PersonDao ActivityCalendarDaoBase.getPersonDao()
          Gets the reference to personDao.
 

Methods in fr.ifremer.allegro.data.survey.activity with parameters of type PersonDao
 void ActivityCalendarDaoBase.setPersonDao(PersonDao personDao)
          Sets the reference to personDao.
 

Uses of PersonDao in fr.ifremer.allegro.data.survey.activity.generic.service
 

Methods in fr.ifremer.allegro.data.survey.activity.generic.service that return PersonDao
protected  PersonDao RemoteActivityCalendarFullServiceBase.getPersonDao()
          Gets the reference to person's DAO.
 

Methods in fr.ifremer.allegro.data.survey.activity.generic.service with parameters of type PersonDao
 void RemoteActivityCalendarFullServiceBase.setPersonDao(PersonDao personDao)
          Sets the reference to person's DAO.
 

Uses of PersonDao in fr.ifremer.allegro.data.survey.delaration
 

Methods in fr.ifremer.allegro.data.survey.delaration that return PersonDao
protected  PersonDao DeclaredDocumentReferenceDaoBase.getPersonDao()
          Gets the reference to personDao.
 

Methods in fr.ifremer.allegro.data.survey.delaration with parameters of type PersonDao
 void DeclaredDocumentReferenceDaoBase.setPersonDao(PersonDao personDao)
          Sets the reference to personDao.
 

Uses of PersonDao in fr.ifremer.allegro.data.survey.delaration.generic.service
 

Methods in fr.ifremer.allegro.data.survey.delaration.generic.service that return PersonDao
protected  PersonDao RemoteDeclaredDocumentReferenceFullServiceBase.getPersonDao()
          Gets the reference to person's DAO.
 

Methods in fr.ifremer.allegro.data.survey.delaration.generic.service with parameters of type PersonDao
 void RemoteDeclaredDocumentReferenceFullServiceBase.setPersonDao(PersonDao personDao)
          Sets the reference to person's DAO.
 

Uses of PersonDao in fr.ifremer.allegro.data.survey.economy
 

Methods in fr.ifremer.allegro.data.survey.economy that return PersonDao
protected  PersonDao EconomicalSurveyDaoBase.getPersonDao()
          Gets the reference to personDao.
 

Methods in fr.ifremer.allegro.data.survey.economy with parameters of type PersonDao
 void EconomicalSurveyDaoBase.setPersonDao(PersonDao personDao)
          Sets the reference to personDao.
 

Uses of PersonDao in fr.ifremer.allegro.data.survey.economy.generic.service
 

Methods in fr.ifremer.allegro.data.survey.economy.generic.service that return PersonDao
protected  PersonDao RemoteEconomicalSurveyFullServiceBase.getPersonDao()
          Gets the reference to person's DAO.
 

Methods in fr.ifremer.allegro.data.survey.economy.generic.service with parameters of type PersonDao
 void RemoteEconomicalSurveyFullServiceBase.setPersonDao(PersonDao personDao)
          Sets the reference to person's DAO.
 

Uses of PersonDao in fr.ifremer.allegro.data.survey.fishingEffort
 

Methods in fr.ifremer.allegro.data.survey.fishingEffort that return PersonDao
protected  PersonDao FishingEffortCalendarDaoBase.getPersonDao()
          Gets the reference to personDao.
 

Methods in fr.ifremer.allegro.data.survey.fishingEffort with parameters of type PersonDao
 void FishingEffortCalendarDaoBase.setPersonDao(PersonDao personDao)
          Sets the reference to personDao.
 

Uses of PersonDao in fr.ifremer.allegro.data.survey.fishingEffort.generic.service
 

Methods in fr.ifremer.allegro.data.survey.fishingEffort.generic.service that return PersonDao
protected  PersonDao RemoteFishingEffortCalendarFullServiceBase.getPersonDao()
          Gets the reference to person's DAO.
 

Methods in fr.ifremer.allegro.data.survey.fishingEffort.generic.service with parameters of type PersonDao
 void RemoteFishingEffortCalendarFullServiceBase.setPersonDao(PersonDao personDao)
          Sets the reference to person's DAO.
 

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

Methods in fr.ifremer.allegro.data.survey.fishingTrip that return PersonDao
protected  PersonDao ObservedFishingTripDaoBase.getPersonDao()
          Gets the reference to personDao.
protected  PersonDao FishingTripDaoBase.getPersonDao()
          Gets the reference to personDao.
 

Methods in fr.ifremer.allegro.data.survey.fishingTrip with parameters of type PersonDao
 void ObservedFishingTripDaoBase.setPersonDao(PersonDao personDao)
          Sets the reference to personDao.
 void FishingTripDaoBase.setPersonDao(PersonDao personDao)
          Sets the reference to personDao.
 

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

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

Methods in fr.ifremer.allegro.data.survey.fishingTrip.generic.service with parameters of type PersonDao
 void RemoteObservedFishingTripFullServiceBase.setPersonDao(PersonDao personDao)
          Sets the reference to person's DAO.
 void RemoteFishingTripFullServiceBase.setPersonDao(PersonDao personDao)
          Sets the reference to person's DAO.
 

Uses of PersonDao in fr.ifremer.allegro.data.survey.landing
 

Methods in fr.ifremer.allegro.data.survey.landing that return PersonDao
protected  PersonDao LandingDaoBase.getPersonDao()
          Gets the reference to personDao.
 

Methods in fr.ifremer.allegro.data.survey.landing with parameters of type PersonDao
 void LandingDaoBase.setPersonDao(PersonDao personDao)
          Sets the reference to personDao.
 

Uses of PersonDao in fr.ifremer.allegro.data.survey.landing.generic.service
 

Methods in fr.ifremer.allegro.data.survey.landing.generic.service that return PersonDao
protected  PersonDao RemoteLandingFullServiceBase.getPersonDao()
          Gets the reference to person's DAO.
protected  PersonDao RemoteObservedLandingFullServiceBase.getPersonDao()
          Gets the reference to person's DAO.
 

Methods in fr.ifremer.allegro.data.survey.landing.generic.service with parameters of type PersonDao
 void RemoteLandingFullServiceBase.setPersonDao(PersonDao personDao)
          Sets the reference to person's DAO.
 void RemoteObservedLandingFullServiceBase.setPersonDao(PersonDao personDao)
          Sets the reference to person's DAO.
 

Uses of PersonDao in fr.ifremer.allegro.data.survey.physicalGear
 

Methods in fr.ifremer.allegro.data.survey.physicalGear that return PersonDao
protected  PersonDao PhysicalGearSurveyDaoBase.getPersonDao()
          Gets the reference to personDao.
 

Methods in fr.ifremer.allegro.data.survey.physicalGear with parameters of type PersonDao
 void PhysicalGearSurveyDaoBase.setPersonDao(PersonDao personDao)
          Sets the reference to personDao.
 

Uses of PersonDao in fr.ifremer.allegro.data.survey.physicalGear.generic.service
 

Methods in fr.ifremer.allegro.data.survey.physicalGear.generic.service that return PersonDao
protected  PersonDao RemotePhysicalGearSurveyFullServiceBase.getPersonDao()
          Gets the reference to person's DAO.
 

Methods in fr.ifremer.allegro.data.survey.physicalGear.generic.service with parameters of type PersonDao
 void RemotePhysicalGearSurveyFullServiceBase.setPersonDao(PersonDao personDao)
          Sets the reference to person's DAO.
 

Uses of PersonDao in fr.ifremer.allegro.data.survey.sale
 

Methods in fr.ifremer.allegro.data.survey.sale that return PersonDao
protected  PersonDao ObservedSaleDaoBase.getPersonDao()
          Gets the reference to personDao.
protected  PersonDao SaleDaoBase.getPersonDao()
          Gets the reference to personDao.
 

Methods in fr.ifremer.allegro.data.survey.sale with parameters of type PersonDao
 void ObservedSaleDaoBase.setPersonDao(PersonDao personDao)
          Sets the reference to personDao.
 void SaleDaoBase.setPersonDao(PersonDao personDao)
          Sets the reference to personDao.
 

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

Methods in fr.ifremer.allegro.data.survey.sale.generic.service that return PersonDao
protected  PersonDao RemoteObservedSaleFullServiceBase.getPersonDao()
          Gets the reference to person's DAO.
protected  PersonDao RemoteSaleFullServiceBase.getPersonDao()
          Gets the reference to person's DAO.
 

Methods in fr.ifremer.allegro.data.survey.sale.generic.service with parameters of type PersonDao
 void RemoteObservedSaleFullServiceBase.setPersonDao(PersonDao personDao)
          Sets the reference to person's DAO.
 void RemoteSaleFullServiceBase.setPersonDao(PersonDao personDao)
          Sets the reference to person's DAO.
 

Uses of PersonDao in fr.ifremer.allegro.data.survey.scientificCruise
 

Methods in fr.ifremer.allegro.data.survey.scientificCruise that return PersonDao
protected  PersonDao ScientificCruiseDaoBase.getPersonDao()
          Gets the reference to personDao.
 

Methods in fr.ifremer.allegro.data.survey.scientificCruise with parameters of type PersonDao
 void ScientificCruiseDaoBase.setPersonDao(PersonDao personDao)
          Sets the reference to personDao.
 

Uses of PersonDao in fr.ifremer.allegro.data.survey.scientificCruise.generic.service
 

Methods in fr.ifremer.allegro.data.survey.scientificCruise.generic.service that return PersonDao
protected  PersonDao RemoteScientificCruiseFullServiceBase.getPersonDao()
          Gets the reference to person's DAO.
 

Methods in fr.ifremer.allegro.data.survey.scientificCruise.generic.service with parameters of type PersonDao
 void RemoteScientificCruiseFullServiceBase.setPersonDao(PersonDao personDao)
          Sets the reference to person's DAO.
 

Uses of PersonDao in fr.ifremer.allegro.technical.history
 

Methods in fr.ifremer.allegro.technical.history that return PersonDao
protected  PersonDao QualificationHistoryDaoBase.getPersonDao()
          Gets the reference to personDao.
 

Methods in fr.ifremer.allegro.technical.history with parameters of type PersonDao
 void QualificationHistoryDaoBase.setPersonDao(PersonDao personDao)
          Sets the reference to personDao.
 

Uses of PersonDao in fr.ifremer.allegro.technical.history.generic.service
 

Methods in fr.ifremer.allegro.technical.history.generic.service that return PersonDao
protected  PersonDao RemoteQualificationHistoryFullServiceBase.getPersonDao()
          Gets the reference to person's DAO.
 

Methods in fr.ifremer.allegro.technical.history.generic.service with parameters of type PersonDao
 void RemoteQualificationHistoryFullServiceBase.setPersonDao(PersonDao personDao)
          Sets the reference to person's DAO.
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.