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

Packages that use MatrixDao
fr.ifremer.allegro.data.sample   
fr.ifremer.allegro.data.sample.generic.service   
fr.ifremer.allegro.referential.pmfm   
fr.ifremer.allegro.referential.pmfm.generic.service   
 

Uses of MatrixDao in fr.ifremer.allegro.data.sample
 

Methods in fr.ifremer.allegro.data.sample that return MatrixDao
protected  MatrixDao SampleDaoBase.getMatrixDao()
          Gets the reference to matrixDao.
 

Methods in fr.ifremer.allegro.data.sample with parameters of type MatrixDao
 void SampleDaoBase.setMatrixDao(MatrixDao matrixDao)
          Sets the reference to matrixDao.
 

Uses of MatrixDao in fr.ifremer.allegro.data.sample.generic.service
 

Methods in fr.ifremer.allegro.data.sample.generic.service that return MatrixDao
protected  MatrixDao RemoteSampleFullServiceBase.getMatrixDao()
          Gets the reference to matrix's DAO.
 

Methods in fr.ifremer.allegro.data.sample.generic.service with parameters of type MatrixDao
 void RemoteSampleFullServiceBase.setMatrixDao(MatrixDao matrixDao)
          Sets the reference to matrix's DAO.
 

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

Classes in fr.ifremer.allegro.referential.pmfm that implement MatrixDao
 class MatrixDaoBase
           Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.referential.pmfm.Matrix.
 class MatrixDaoImpl
           
 

Methods in fr.ifremer.allegro.referential.pmfm that return MatrixDao
protected  MatrixDao PmfmDaoBase.getMatrixDao()
          Gets the reference to matrixDao.
protected  MatrixDao FractionDaoBase.getMatrixDao()
          Gets the reference to matrixDao.
 

Methods in fr.ifremer.allegro.referential.pmfm with parameters of type MatrixDao
 void PmfmDaoBase.setMatrixDao(MatrixDao matrixDao)
          Sets the reference to matrixDao.
 void FractionDaoBase.setMatrixDao(MatrixDao matrixDao)
          Sets the reference to matrixDao.
 

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

Methods in fr.ifremer.allegro.referential.pmfm.generic.service that return MatrixDao
protected  MatrixDao RemotePmfmFullServiceBase.getMatrixDao()
          Gets the reference to matrix's DAO.
protected  MatrixDao RemoteMatrixFullServiceBase.getMatrixDao()
          Gets the reference to matrix's DAO.
protected  MatrixDao RemoteFractionFullServiceBase.getMatrixDao()
          Gets the reference to matrix's DAO.
 

Methods in fr.ifremer.allegro.referential.pmfm.generic.service with parameters of type MatrixDao
 void RemotePmfmFullServiceBase.setMatrixDao(MatrixDao matrixDao)
          Sets the reference to matrix's DAO.
 void RemoteMatrixFullServiceBase.setMatrixDao(MatrixDao matrixDao)
          Sets the reference to matrix's DAO.
 void RemoteFractionFullServiceBase.setMatrixDao(MatrixDao matrixDao)
          Sets the reference to matrix's DAO.
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.