Uses of Class
fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceTaxonFullVO

Packages that use RemoteReferenceTaxonFullVO
fr.ifremer.allegro.referential.taxon   
fr.ifremer.allegro.referential.taxon.generic.service   
fr.ifremer.allegro.referential.taxon.generic.vo   
 

Uses of RemoteReferenceTaxonFullVO in fr.ifremer.allegro.referential.taxon
 

Methods in fr.ifremer.allegro.referential.taxon that return RemoteReferenceTaxonFullVO
protected  RemoteReferenceTaxonFullVO ReferenceTaxonDaoBase.toRemoteReferenceTaxonFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteReferenceTaxonFullVO ReferenceTaxonDaoImpl.toRemoteReferenceTaxonFullVO(ReferenceTaxon entity)
           
 RemoteReferenceTaxonFullVO ReferenceTaxonDao.toRemoteReferenceTaxonFullVO(ReferenceTaxon entity)
          Converts this DAO's entity to an object of type RemoteReferenceTaxonFullVO.
 RemoteReferenceTaxonFullVO ReferenceTaxonDaoBase.toRemoteReferenceTaxonFullVO(ReferenceTaxon entity)
           
 RemoteReferenceTaxonFullVO[] ReferenceTaxonDao.toRemoteReferenceTaxonFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteReferenceTaxonFullVO.
 RemoteReferenceTaxonFullVO[] ReferenceTaxonDaoBase.toRemoteReferenceTaxonFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.taxon with parameters of type RemoteReferenceTaxonFullVO
 ReferenceTaxon ReferenceTaxonDaoImpl.remoteReferenceTaxonFullVOToEntity(RemoteReferenceTaxonFullVO remoteReferenceTaxonFullVO)
           
 ReferenceTaxon ReferenceTaxonDao.remoteReferenceTaxonFullVOToEntity(RemoteReferenceTaxonFullVO remoteReferenceTaxonFullVO)
          Converts an instance of type RemoteReferenceTaxonFullVO to this DAO's entity.
 void ReferenceTaxonDaoImpl.remoteReferenceTaxonFullVOToEntity(RemoteReferenceTaxonFullVO source, ReferenceTaxon target, boolean copyIfNull)
           
 void ReferenceTaxonDao.remoteReferenceTaxonFullVOToEntity(RemoteReferenceTaxonFullVO source, ReferenceTaxon target, boolean copyIfNull)
          Copies the fields of RemoteReferenceTaxonFullVO to the specified entity.
 void ReferenceTaxonDaoBase.remoteReferenceTaxonFullVOToEntity(RemoteReferenceTaxonFullVO source, ReferenceTaxon target, boolean copyIfNull)
           
 void ReferenceTaxonDaoImpl.toRemoteReferenceTaxonFullVO(ReferenceTaxon source, RemoteReferenceTaxonFullVO target)
           
 void ReferenceTaxonDao.toRemoteReferenceTaxonFullVO(ReferenceTaxon source, RemoteReferenceTaxonFullVO target)
          Copies the fields of the specified entity to the target value object.
 void ReferenceTaxonDaoBase.toRemoteReferenceTaxonFullVO(ReferenceTaxon source, RemoteReferenceTaxonFullVO target)
           
 

Uses of RemoteReferenceTaxonFullVO in fr.ifremer.allegro.referential.taxon.generic.service
 

Methods in fr.ifremer.allegro.referential.taxon.generic.service that return RemoteReferenceTaxonFullVO
 RemoteReferenceTaxonFullVO RemoteReferenceTaxonFullService.addReferenceTaxon(RemoteReferenceTaxonFullVO referenceTaxon)
           
 RemoteReferenceTaxonFullVO RemoteReferenceTaxonFullServiceWSDelegator.addReferenceTaxon(RemoteReferenceTaxonFullVO referenceTaxon)
           
 RemoteReferenceTaxonFullVO RemoteReferenceTaxonFullServiceBase.addReferenceTaxon(RemoteReferenceTaxonFullVO referenceTaxon)
           
 RemoteReferenceTaxonFullVO[] RemoteReferenceTaxonFullService.getAllReferenceTaxon()
           
 RemoteReferenceTaxonFullVO[] RemoteReferenceTaxonFullServiceWSDelegator.getAllReferenceTaxon()
           
 RemoteReferenceTaxonFullVO[] RemoteReferenceTaxonFullServiceBase.getAllReferenceTaxon()
           
 RemoteReferenceTaxonFullVO RemoteReferenceTaxonFullService.getReferenceTaxonById(java.lang.Integer id)
           
 RemoteReferenceTaxonFullVO RemoteReferenceTaxonFullServiceWSDelegator.getReferenceTaxonById(java.lang.Integer id)
           
 RemoteReferenceTaxonFullVO RemoteReferenceTaxonFullServiceBase.getReferenceTaxonById(java.lang.Integer id)
           
 RemoteReferenceTaxonFullVO[] RemoteReferenceTaxonFullService.getReferenceTaxonByIds(java.lang.Integer[] id)
           
 RemoteReferenceTaxonFullVO[] RemoteReferenceTaxonFullServiceWSDelegator.getReferenceTaxonByIds(java.lang.Integer[] id)
           
 RemoteReferenceTaxonFullVO[] RemoteReferenceTaxonFullServiceBase.getReferenceTaxonByIds(java.lang.Integer[] id)
           
 RemoteReferenceTaxonFullVO RemoteReferenceTaxonFullService.getReferenceTaxonByNaturalId(RemoteReferenceTaxonNaturalId referenceTaxonNaturalId)
           
 RemoteReferenceTaxonFullVO RemoteReferenceTaxonFullServiceWSDelegator.getReferenceTaxonByNaturalId(RemoteReferenceTaxonNaturalId referenceTaxonNaturalId)
           
 RemoteReferenceTaxonFullVO RemoteReferenceTaxonFullServiceBase.getReferenceTaxonByNaturalId(RemoteReferenceTaxonNaturalId referenceTaxonNaturalId)
           
protected  RemoteReferenceTaxonFullVO RemoteReferenceTaxonFullServiceImpl.handleAddReferenceTaxon(RemoteReferenceTaxonFullVO referenceTaxon)
           
protected abstract  RemoteReferenceTaxonFullVO RemoteReferenceTaxonFullServiceBase.handleAddReferenceTaxon(RemoteReferenceTaxonFullVO referenceTaxon)
          Performs the core logic for RemoteReferenceTaxonFullServiceBase.addReferenceTaxon(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceTaxonFullVO)
protected  RemoteReferenceTaxonFullVO[] RemoteReferenceTaxonFullServiceImpl.handleGetAllReferenceTaxon()
           
protected abstract  RemoteReferenceTaxonFullVO[] RemoteReferenceTaxonFullServiceBase.handleGetAllReferenceTaxon()
          Performs the core logic for RemoteReferenceTaxonFullServiceBase.getAllReferenceTaxon()
protected  RemoteReferenceTaxonFullVO RemoteReferenceTaxonFullServiceImpl.handleGetReferenceTaxonById(java.lang.Integer id)
           
protected abstract  RemoteReferenceTaxonFullVO RemoteReferenceTaxonFullServiceBase.handleGetReferenceTaxonById(java.lang.Integer id)
          Performs the core logic for RemoteReferenceTaxonFullServiceBase.getReferenceTaxonById(java.lang.Integer)
protected  RemoteReferenceTaxonFullVO[] RemoteReferenceTaxonFullServiceImpl.handleGetReferenceTaxonByIds(java.lang.Integer[] id)
           
protected abstract  RemoteReferenceTaxonFullVO[] RemoteReferenceTaxonFullServiceBase.handleGetReferenceTaxonByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteReferenceTaxonFullServiceBase.getReferenceTaxonByIds(java.lang.Integer[])
protected  RemoteReferenceTaxonFullVO RemoteReferenceTaxonFullServiceImpl.handleGetReferenceTaxonByNaturalId(RemoteReferenceTaxonNaturalId referenceTaxonNaturalId)
           
protected abstract  RemoteReferenceTaxonFullVO RemoteReferenceTaxonFullServiceBase.handleGetReferenceTaxonByNaturalId(RemoteReferenceTaxonNaturalId referenceTaxonNaturalId)
          Performs the core logic for RemoteReferenceTaxonFullServiceBase.getReferenceTaxonByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceTaxonNaturalId)
 

Methods in fr.ifremer.allegro.referential.taxon.generic.service with parameters of type RemoteReferenceTaxonFullVO
 RemoteReferenceTaxonFullVO RemoteReferenceTaxonFullService.addReferenceTaxon(RemoteReferenceTaxonFullVO referenceTaxon)
           
 RemoteReferenceTaxonFullVO RemoteReferenceTaxonFullServiceWSDelegator.addReferenceTaxon(RemoteReferenceTaxonFullVO referenceTaxon)
           
 RemoteReferenceTaxonFullVO RemoteReferenceTaxonFullServiceBase.addReferenceTaxon(RemoteReferenceTaxonFullVO referenceTaxon)
           
protected  RemoteReferenceTaxonFullVO RemoteReferenceTaxonFullServiceImpl.handleAddReferenceTaxon(RemoteReferenceTaxonFullVO referenceTaxon)
           
protected abstract  RemoteReferenceTaxonFullVO RemoteReferenceTaxonFullServiceBase.handleAddReferenceTaxon(RemoteReferenceTaxonFullVO referenceTaxon)
          Performs the core logic for RemoteReferenceTaxonFullServiceBase.addReferenceTaxon(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceTaxonFullVO)
protected  boolean RemoteReferenceTaxonFullServiceImpl.handleRemoteReferenceTaxonFullVOsAreEqual(RemoteReferenceTaxonFullVO remoteReferenceTaxonFullVOFirst, RemoteReferenceTaxonFullVO remoteReferenceTaxonFullVOSecond)
           
protected abstract  boolean RemoteReferenceTaxonFullServiceBase.handleRemoteReferenceTaxonFullVOsAreEqual(RemoteReferenceTaxonFullVO remoteReferenceTaxonFullVOFirst, RemoteReferenceTaxonFullVO remoteReferenceTaxonFullVOSecond)
          Performs the core logic for RemoteReferenceTaxonFullServiceBase.remoteReferenceTaxonFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceTaxonFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceTaxonFullVO)
protected  boolean RemoteReferenceTaxonFullServiceImpl.handleRemoteReferenceTaxonFullVOsAreEqualOnIdentifiers(RemoteReferenceTaxonFullVO remoteReferenceTaxonFullVOFirst, RemoteReferenceTaxonFullVO remoteReferenceTaxonFullVOSecond)
           
protected abstract  boolean RemoteReferenceTaxonFullServiceBase.handleRemoteReferenceTaxonFullVOsAreEqualOnIdentifiers(RemoteReferenceTaxonFullVO remoteReferenceTaxonFullVOFirst, RemoteReferenceTaxonFullVO remoteReferenceTaxonFullVOSecond)
          Performs the core logic for RemoteReferenceTaxonFullServiceBase.remoteReferenceTaxonFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceTaxonFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceTaxonFullVO)
protected  void RemoteReferenceTaxonFullServiceImpl.handleRemoveReferenceTaxon(RemoteReferenceTaxonFullVO referenceTaxon)
           
protected abstract  void RemoteReferenceTaxonFullServiceBase.handleRemoveReferenceTaxon(RemoteReferenceTaxonFullVO referenceTaxon)
          Performs the core logic for RemoteReferenceTaxonFullServiceBase.removeReferenceTaxon(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceTaxonFullVO)
protected  void RemoteReferenceTaxonFullServiceImpl.handleUpdateReferenceTaxon(RemoteReferenceTaxonFullVO referenceTaxon)
           
protected abstract  void RemoteReferenceTaxonFullServiceBase.handleUpdateReferenceTaxon(RemoteReferenceTaxonFullVO referenceTaxon)
          Performs the core logic for RemoteReferenceTaxonFullServiceBase.updateReferenceTaxon(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceTaxonFullVO)
 boolean RemoteReferenceTaxonFullService.remoteReferenceTaxonFullVOsAreEqual(RemoteReferenceTaxonFullVO remoteReferenceTaxonFullVOFirst, RemoteReferenceTaxonFullVO remoteReferenceTaxonFullVOSecond)
           
 boolean RemoteReferenceTaxonFullServiceWSDelegator.remoteReferenceTaxonFullVOsAreEqual(RemoteReferenceTaxonFullVO remoteReferenceTaxonFullVOFirst, RemoteReferenceTaxonFullVO remoteReferenceTaxonFullVOSecond)
           
 boolean RemoteReferenceTaxonFullServiceBase.remoteReferenceTaxonFullVOsAreEqual(RemoteReferenceTaxonFullVO remoteReferenceTaxonFullVOFirst, RemoteReferenceTaxonFullVO remoteReferenceTaxonFullVOSecond)
           
 boolean RemoteReferenceTaxonFullService.remoteReferenceTaxonFullVOsAreEqualOnIdentifiers(RemoteReferenceTaxonFullVO remoteReferenceTaxonFullVOFirst, RemoteReferenceTaxonFullVO remoteReferenceTaxonFullVOSecond)
           
 boolean RemoteReferenceTaxonFullServiceWSDelegator.remoteReferenceTaxonFullVOsAreEqualOnIdentifiers(RemoteReferenceTaxonFullVO remoteReferenceTaxonFullVOFirst, RemoteReferenceTaxonFullVO remoteReferenceTaxonFullVOSecond)
           
 boolean RemoteReferenceTaxonFullServiceBase.remoteReferenceTaxonFullVOsAreEqualOnIdentifiers(RemoteReferenceTaxonFullVO remoteReferenceTaxonFullVOFirst, RemoteReferenceTaxonFullVO remoteReferenceTaxonFullVOSecond)
           
 void RemoteReferenceTaxonFullService.removeReferenceTaxon(RemoteReferenceTaxonFullVO referenceTaxon)
           
 void RemoteReferenceTaxonFullServiceWSDelegator.removeReferenceTaxon(RemoteReferenceTaxonFullVO referenceTaxon)
           
 void RemoteReferenceTaxonFullServiceBase.removeReferenceTaxon(RemoteReferenceTaxonFullVO referenceTaxon)
           
 void RemoteReferenceTaxonFullService.updateReferenceTaxon(RemoteReferenceTaxonFullVO referenceTaxon)
           
 void RemoteReferenceTaxonFullServiceWSDelegator.updateReferenceTaxon(RemoteReferenceTaxonFullVO referenceTaxon)
           
 void RemoteReferenceTaxonFullServiceBase.updateReferenceTaxon(RemoteReferenceTaxonFullVO referenceTaxon)
           
 

Uses of RemoteReferenceTaxonFullVO in fr.ifremer.allegro.referential.taxon.generic.vo
 

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.