Uses of Interface
fr.ifremer.allegro.referential.buyer.BuyerDao

Packages that use BuyerDao
fr.ifremer.allegro.data.survey.sale   
fr.ifremer.allegro.data.survey.sale.generic.service   
fr.ifremer.allegro.referential.buyer   
fr.ifremer.allegro.referential.buyer.generic.service   
 

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

Methods in fr.ifremer.allegro.data.survey.sale that return BuyerDao
protected  BuyerDao SaleProduceDaoBase.getBuyerDao()
          Gets the reference to buyerDao.
 

Methods in fr.ifremer.allegro.data.survey.sale with parameters of type BuyerDao
 void SaleProduceDaoBase.setBuyerDao(BuyerDao buyerDao)
          Sets the reference to buyerDao.
 

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

Methods in fr.ifremer.allegro.data.survey.sale.generic.service that return BuyerDao
protected  BuyerDao RemoteSaleProduceFullServiceBase.getBuyerDao()
          Gets the reference to buyer's DAO.
 

Methods in fr.ifremer.allegro.data.survey.sale.generic.service with parameters of type BuyerDao
 void RemoteSaleProduceFullServiceBase.setBuyerDao(BuyerDao buyerDao)
          Sets the reference to buyer's DAO.
 

Uses of BuyerDao in fr.ifremer.allegro.referential.buyer
 

Classes in fr.ifremer.allegro.referential.buyer that implement BuyerDao
 class BuyerDaoBase
           Base Spring DAO Class: is able to create, update, remove, load, and find objects of type fr.ifremer.allegro.referential.buyer.Buyer.
 class BuyerDaoImpl
           
 

Uses of BuyerDao in fr.ifremer.allegro.referential.buyer.generic.service
 

Methods in fr.ifremer.allegro.referential.buyer.generic.service that return BuyerDao
protected  BuyerDao RemoteBuyerFullServiceBase.getBuyerDao()
          Gets the reference to buyer's DAO.
 

Methods in fr.ifremer.allegro.referential.buyer.generic.service with parameters of type BuyerDao
 void RemoteBuyerFullServiceBase.setBuyerDao(BuyerDao buyerDao)
          Sets the reference to buyer's DAO.
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.