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

Packages that use MethodDao
fr.ifremer.allegro.referential.pmfm   
fr.ifremer.allegro.referential.pmfm.generic.service   
 

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

Classes in fr.ifremer.allegro.referential.pmfm that implement MethodDao
 class MethodDaoBase
           Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.referential.pmfm.Method.
 class MethodDaoImpl
           
 

Methods in fr.ifremer.allegro.referential.pmfm that return MethodDao
protected  MethodDao PmfmDaoBase.getMethodDao()
          Gets the reference to methodDao.
 

Methods in fr.ifremer.allegro.referential.pmfm with parameters of type MethodDao
 void PmfmDaoBase.setMethodDao(MethodDao methodDao)
          Sets the reference to methodDao.
 

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

Methods in fr.ifremer.allegro.referential.pmfm.generic.service that return MethodDao
protected  MethodDao RemotePmfmFullServiceBase.getMethodDao()
          Gets the reference to method's DAO.
protected  MethodDao RemoteMethodFullServiceBase.getMethodDao()
          Gets the reference to method's DAO.
 

Methods in fr.ifremer.allegro.referential.pmfm.generic.service with parameters of type MethodDao
 void RemotePmfmFullServiceBase.setMethodDao(MethodDao methodDao)
          Sets the reference to method's DAO.
 void RemoteMethodFullServiceBase.setMethodDao(MethodDao methodDao)
          Sets the reference to method's DAO.
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.