Uses of Class
fr.ifremer.allegro.referential.buyer.generic.vo.RemoteBuyerFullVO

Packages that use RemoteBuyerFullVO
fr.ifremer.allegro.referential.buyer   
fr.ifremer.allegro.referential.buyer.generic.service   
fr.ifremer.allegro.referential.buyer.generic.vo   
 

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

Methods in fr.ifremer.allegro.referential.buyer that return RemoteBuyerFullVO
 RemoteBuyerFullVO BuyerDaoImpl.toRemoteBuyerFullVO(Buyer entity)
           
 RemoteBuyerFullVO BuyerDao.toRemoteBuyerFullVO(Buyer entity)
          Converts this DAO's entity to an object of type RemoteBuyerFullVO.
 RemoteBuyerFullVO BuyerDaoBase.toRemoteBuyerFullVO(Buyer entity)
           
protected  RemoteBuyerFullVO BuyerDaoBase.toRemoteBuyerFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteBuyerFullVO[] BuyerDao.toRemoteBuyerFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteBuyerFullVO.
 RemoteBuyerFullVO[] BuyerDaoBase.toRemoteBuyerFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.buyer with parameters of type RemoteBuyerFullVO
 Buyer BuyerDaoImpl.remoteBuyerFullVOToEntity(RemoteBuyerFullVO remoteBuyerFullVO)
           
 Buyer BuyerDao.remoteBuyerFullVOToEntity(RemoteBuyerFullVO remoteBuyerFullVO)
          Converts an instance of type RemoteBuyerFullVO to this DAO's entity.
 void BuyerDaoImpl.remoteBuyerFullVOToEntity(RemoteBuyerFullVO source, Buyer target, boolean copyIfNull)
           
 void BuyerDao.remoteBuyerFullVOToEntity(RemoteBuyerFullVO source, Buyer target, boolean copyIfNull)
          Copies the fields of RemoteBuyerFullVO to the specified entity.
 void BuyerDaoBase.remoteBuyerFullVOToEntity(RemoteBuyerFullVO source, Buyer target, boolean copyIfNull)
           
 void BuyerDaoImpl.toRemoteBuyerFullVO(Buyer source, RemoteBuyerFullVO target)
           
 void BuyerDao.toRemoteBuyerFullVO(Buyer source, RemoteBuyerFullVO target)
          Copies the fields of the specified entity to the target value object.
 void BuyerDaoBase.toRemoteBuyerFullVO(Buyer source, RemoteBuyerFullVO target)
           
 

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

Methods in fr.ifremer.allegro.referential.buyer.generic.service that return RemoteBuyerFullVO
 RemoteBuyerFullVO RemoteBuyerFullService.addBuyer(RemoteBuyerFullVO buyer)
           
 RemoteBuyerFullVO RemoteBuyerFullServiceWSDelegator.addBuyer(RemoteBuyerFullVO buyer)
           
 RemoteBuyerFullVO RemoteBuyerFullServiceBase.addBuyer(RemoteBuyerFullVO buyer)
           
 RemoteBuyerFullVO[] RemoteBuyerFullService.getAllBuyer()
           
 RemoteBuyerFullVO[] RemoteBuyerFullServiceWSDelegator.getAllBuyer()
           
 RemoteBuyerFullVO[] RemoteBuyerFullServiceBase.getAllBuyer()
           
 RemoteBuyerFullVO RemoteBuyerFullService.getBuyerById(java.lang.Integer id)
           
 RemoteBuyerFullVO RemoteBuyerFullServiceWSDelegator.getBuyerById(java.lang.Integer id)
           
 RemoteBuyerFullVO RemoteBuyerFullServiceBase.getBuyerById(java.lang.Integer id)
           
 RemoteBuyerFullVO[] RemoteBuyerFullService.getBuyerByIds(java.lang.Integer[] id)
           
 RemoteBuyerFullVO[] RemoteBuyerFullServiceWSDelegator.getBuyerByIds(java.lang.Integer[] id)
           
 RemoteBuyerFullVO[] RemoteBuyerFullServiceBase.getBuyerByIds(java.lang.Integer[] id)
           
 RemoteBuyerFullVO RemoteBuyerFullService.getBuyerByNaturalId(RemoteBuyerNaturalId buyerNaturalId)
           
 RemoteBuyerFullVO RemoteBuyerFullServiceWSDelegator.getBuyerByNaturalId(RemoteBuyerNaturalId buyerNaturalId)
           
 RemoteBuyerFullVO RemoteBuyerFullServiceBase.getBuyerByNaturalId(RemoteBuyerNaturalId buyerNaturalId)
           
 RemoteBuyerFullVO[] RemoteBuyerFullService.getBuyerByStatusCode(java.lang.String code)
           
 RemoteBuyerFullVO[] RemoteBuyerFullServiceWSDelegator.getBuyerByStatusCode(java.lang.String code)
           
 RemoteBuyerFullVO[] RemoteBuyerFullServiceBase.getBuyerByStatusCode(java.lang.String code)
           
protected  RemoteBuyerFullVO RemoteBuyerFullServiceImpl.handleAddBuyer(RemoteBuyerFullVO buyer)
           
protected abstract  RemoteBuyerFullVO RemoteBuyerFullServiceBase.handleAddBuyer(RemoteBuyerFullVO buyer)
          Performs the core logic for RemoteBuyerFullServiceBase.addBuyer(fr.ifremer.allegro.referential.buyer.generic.vo.RemoteBuyerFullVO)
protected  RemoteBuyerFullVO[] RemoteBuyerFullServiceImpl.handleGetAllBuyer()
           
protected abstract  RemoteBuyerFullVO[] RemoteBuyerFullServiceBase.handleGetAllBuyer()
          Performs the core logic for RemoteBuyerFullServiceBase.getAllBuyer()
protected  RemoteBuyerFullVO RemoteBuyerFullServiceImpl.handleGetBuyerById(java.lang.Integer id)
           
protected abstract  RemoteBuyerFullVO RemoteBuyerFullServiceBase.handleGetBuyerById(java.lang.Integer id)
          Performs the core logic for RemoteBuyerFullServiceBase.getBuyerById(java.lang.Integer)
protected  RemoteBuyerFullVO[] RemoteBuyerFullServiceImpl.handleGetBuyerByIds(java.lang.Integer[] id)
           
protected abstract  RemoteBuyerFullVO[] RemoteBuyerFullServiceBase.handleGetBuyerByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteBuyerFullServiceBase.getBuyerByIds(java.lang.Integer[])
protected  RemoteBuyerFullVO RemoteBuyerFullServiceImpl.handleGetBuyerByNaturalId(RemoteBuyerNaturalId buyerNaturalId)
           
protected abstract  RemoteBuyerFullVO RemoteBuyerFullServiceBase.handleGetBuyerByNaturalId(RemoteBuyerNaturalId buyerNaturalId)
          Performs the core logic for RemoteBuyerFullServiceBase.getBuyerByNaturalId(fr.ifremer.allegro.referential.buyer.generic.vo.RemoteBuyerNaturalId)
protected  RemoteBuyerFullVO[] RemoteBuyerFullServiceImpl.handleGetBuyerByStatusCode(java.lang.String code)
           
protected abstract  RemoteBuyerFullVO[] RemoteBuyerFullServiceBase.handleGetBuyerByStatusCode(java.lang.String code)
          Performs the core logic for RemoteBuyerFullServiceBase.getBuyerByStatusCode(java.lang.String)
 

Methods in fr.ifremer.allegro.referential.buyer.generic.service with parameters of type RemoteBuyerFullVO
 RemoteBuyerFullVO RemoteBuyerFullService.addBuyer(RemoteBuyerFullVO buyer)
           
 RemoteBuyerFullVO RemoteBuyerFullServiceWSDelegator.addBuyer(RemoteBuyerFullVO buyer)
           
 RemoteBuyerFullVO RemoteBuyerFullServiceBase.addBuyer(RemoteBuyerFullVO buyer)
           
protected  RemoteBuyerFullVO RemoteBuyerFullServiceImpl.handleAddBuyer(RemoteBuyerFullVO buyer)
           
protected abstract  RemoteBuyerFullVO RemoteBuyerFullServiceBase.handleAddBuyer(RemoteBuyerFullVO buyer)
          Performs the core logic for RemoteBuyerFullServiceBase.addBuyer(fr.ifremer.allegro.referential.buyer.generic.vo.RemoteBuyerFullVO)
protected  boolean RemoteBuyerFullServiceImpl.handleRemoteBuyerFullVOsAreEqual(RemoteBuyerFullVO remoteBuyerFullVOFirst, RemoteBuyerFullVO remoteBuyerFullVOSecond)
           
protected abstract  boolean RemoteBuyerFullServiceBase.handleRemoteBuyerFullVOsAreEqual(RemoteBuyerFullVO remoteBuyerFullVOFirst, RemoteBuyerFullVO remoteBuyerFullVOSecond)
          Performs the core logic for RemoteBuyerFullServiceBase.remoteBuyerFullVOsAreEqual(fr.ifremer.allegro.referential.buyer.generic.vo.RemoteBuyerFullVO, fr.ifremer.allegro.referential.buyer.generic.vo.RemoteBuyerFullVO)
protected  boolean RemoteBuyerFullServiceImpl.handleRemoteBuyerFullVOsAreEqualOnIdentifiers(RemoteBuyerFullVO remoteBuyerFullVOFirst, RemoteBuyerFullVO remoteBuyerFullVOSecond)
           
protected abstract  boolean RemoteBuyerFullServiceBase.handleRemoteBuyerFullVOsAreEqualOnIdentifiers(RemoteBuyerFullVO remoteBuyerFullVOFirst, RemoteBuyerFullVO remoteBuyerFullVOSecond)
          Performs the core logic for RemoteBuyerFullServiceBase.remoteBuyerFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.buyer.generic.vo.RemoteBuyerFullVO, fr.ifremer.allegro.referential.buyer.generic.vo.RemoteBuyerFullVO)
protected  void RemoteBuyerFullServiceImpl.handleRemoveBuyer(RemoteBuyerFullVO buyer)
           
protected abstract  void RemoteBuyerFullServiceBase.handleRemoveBuyer(RemoteBuyerFullVO buyer)
          Performs the core logic for RemoteBuyerFullServiceBase.removeBuyer(fr.ifremer.allegro.referential.buyer.generic.vo.RemoteBuyerFullVO)
protected  void RemoteBuyerFullServiceImpl.handleUpdateBuyer(RemoteBuyerFullVO buyer)
           
protected abstract  void RemoteBuyerFullServiceBase.handleUpdateBuyer(RemoteBuyerFullVO buyer)
          Performs the core logic for RemoteBuyerFullServiceBase.updateBuyer(fr.ifremer.allegro.referential.buyer.generic.vo.RemoteBuyerFullVO)
 boolean RemoteBuyerFullService.remoteBuyerFullVOsAreEqual(RemoteBuyerFullVO remoteBuyerFullVOFirst, RemoteBuyerFullVO remoteBuyerFullVOSecond)
           
 boolean RemoteBuyerFullServiceWSDelegator.remoteBuyerFullVOsAreEqual(RemoteBuyerFullVO remoteBuyerFullVOFirst, RemoteBuyerFullVO remoteBuyerFullVOSecond)
           
 boolean RemoteBuyerFullServiceBase.remoteBuyerFullVOsAreEqual(RemoteBuyerFullVO remoteBuyerFullVOFirst, RemoteBuyerFullVO remoteBuyerFullVOSecond)
           
 boolean RemoteBuyerFullService.remoteBuyerFullVOsAreEqualOnIdentifiers(RemoteBuyerFullVO remoteBuyerFullVOFirst, RemoteBuyerFullVO remoteBuyerFullVOSecond)
           
 boolean RemoteBuyerFullServiceWSDelegator.remoteBuyerFullVOsAreEqualOnIdentifiers(RemoteBuyerFullVO remoteBuyerFullVOFirst, RemoteBuyerFullVO remoteBuyerFullVOSecond)
           
 boolean RemoteBuyerFullServiceBase.remoteBuyerFullVOsAreEqualOnIdentifiers(RemoteBuyerFullVO remoteBuyerFullVOFirst, RemoteBuyerFullVO remoteBuyerFullVOSecond)
           
 void RemoteBuyerFullService.removeBuyer(RemoteBuyerFullVO buyer)
           
 void RemoteBuyerFullServiceWSDelegator.removeBuyer(RemoteBuyerFullVO buyer)
           
 void RemoteBuyerFullServiceBase.removeBuyer(RemoteBuyerFullVO buyer)
           
 void RemoteBuyerFullService.updateBuyer(RemoteBuyerFullVO buyer)
           
 void RemoteBuyerFullServiceWSDelegator.updateBuyer(RemoteBuyerFullVO buyer)
           
 void RemoteBuyerFullServiceBase.updateBuyer(RemoteBuyerFullVO buyer)
           
 

Uses of RemoteBuyerFullVO in fr.ifremer.allegro.referential.buyer.generic.vo
 

Methods in fr.ifremer.allegro.referential.buyer.generic.vo with parameters of type RemoteBuyerFullVO
 void RemoteBuyerFullVO.copy(RemoteBuyerFullVO otherBean)
          Copies all properties from the argument value object into this value object.
 

Constructors in fr.ifremer.allegro.referential.buyer.generic.vo with parameters of type RemoteBuyerFullVO
RemoteBuyerFullVO(RemoteBuyerFullVO otherBean)
          Copies constructor from other RemoteBuyerFullVO
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.