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

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

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

Methods in fr.ifremer.allegro.referential.taxon that return RemoteTaxonInformationFullVO
protected  RemoteTaxonInformationFullVO TaxonInformationDaoBase.toRemoteTaxonInformationFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteTaxonInformationFullVO TaxonInformationDaoImpl.toRemoteTaxonInformationFullVO(TaxonInformation entity)
           
 RemoteTaxonInformationFullVO TaxonInformationDao.toRemoteTaxonInformationFullVO(TaxonInformation entity)
          Converts this DAO's entity to an object of type RemoteTaxonInformationFullVO.
 RemoteTaxonInformationFullVO TaxonInformationDaoBase.toRemoteTaxonInformationFullVO(TaxonInformation entity)
           
 RemoteTaxonInformationFullVO[] TaxonInformationDao.toRemoteTaxonInformationFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteTaxonInformationFullVO.
 RemoteTaxonInformationFullVO[] TaxonInformationDaoBase.toRemoteTaxonInformationFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.taxon with parameters of type RemoteTaxonInformationFullVO
 TaxonInformation TaxonInformationDaoImpl.remoteTaxonInformationFullVOToEntity(RemoteTaxonInformationFullVO remoteTaxonInformationFullVO)
           
 TaxonInformation TaxonInformationDao.remoteTaxonInformationFullVOToEntity(RemoteTaxonInformationFullVO remoteTaxonInformationFullVO)
          Converts an instance of type RemoteTaxonInformationFullVO to this DAO's entity.
 void TaxonInformationDaoImpl.remoteTaxonInformationFullVOToEntity(RemoteTaxonInformationFullVO source, TaxonInformation target, boolean copyIfNull)
           
 void TaxonInformationDao.remoteTaxonInformationFullVOToEntity(RemoteTaxonInformationFullVO source, TaxonInformation target, boolean copyIfNull)
          Copies the fields of RemoteTaxonInformationFullVO to the specified entity.
 void TaxonInformationDaoBase.remoteTaxonInformationFullVOToEntity(RemoteTaxonInformationFullVO source, TaxonInformation target, boolean copyIfNull)
           
 void TaxonInformationDaoImpl.toRemoteTaxonInformationFullVO(TaxonInformation source, RemoteTaxonInformationFullVO target)
           
 void TaxonInformationDao.toRemoteTaxonInformationFullVO(TaxonInformation source, RemoteTaxonInformationFullVO target)
          Copies the fields of the specified entity to the target value object.
 void TaxonInformationDaoBase.toRemoteTaxonInformationFullVO(TaxonInformation source, RemoteTaxonInformationFullVO target)
           
 

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

Methods in fr.ifremer.allegro.referential.taxon.generic.service that return RemoteTaxonInformationFullVO
 RemoteTaxonInformationFullVO RemoteTaxonInformationFullService.addTaxonInformation(RemoteTaxonInformationFullVO taxonInformation)
           
 RemoteTaxonInformationFullVO RemoteTaxonInformationFullServiceWSDelegator.addTaxonInformation(RemoteTaxonInformationFullVO taxonInformation)
           
 RemoteTaxonInformationFullVO RemoteTaxonInformationFullServiceBase.addTaxonInformation(RemoteTaxonInformationFullVO taxonInformation)
           
 RemoteTaxonInformationFullVO[] RemoteTaxonInformationFullService.getAllTaxonInformation()
           
 RemoteTaxonInformationFullVO[] RemoteTaxonInformationFullServiceWSDelegator.getAllTaxonInformation()
           
 RemoteTaxonInformationFullVO[] RemoteTaxonInformationFullServiceBase.getAllTaxonInformation()
           
 RemoteTaxonInformationFullVO RemoteTaxonInformationFullService.getTaxonInformationByIdentifiers(java.lang.Integer taxonNameId, java.lang.Integer referenceDocumentId)
           
 RemoteTaxonInformationFullVO RemoteTaxonInformationFullServiceWSDelegator.getTaxonInformationByIdentifiers(java.lang.Integer taxonNameId, java.lang.Integer referenceDocumentId)
           
 RemoteTaxonInformationFullVO RemoteTaxonInformationFullServiceBase.getTaxonInformationByIdentifiers(java.lang.Integer taxonNameId, java.lang.Integer referenceDocumentId)
           
 RemoteTaxonInformationFullVO RemoteTaxonInformationFullService.getTaxonInformationByNaturalId(RemoteTaxonInformationNaturalId taxonInformationNaturalId)
           
 RemoteTaxonInformationFullVO RemoteTaxonInformationFullServiceWSDelegator.getTaxonInformationByNaturalId(RemoteTaxonInformationNaturalId taxonInformationNaturalId)
           
 RemoteTaxonInformationFullVO RemoteTaxonInformationFullServiceBase.getTaxonInformationByNaturalId(RemoteTaxonInformationNaturalId taxonInformationNaturalId)
           
 RemoteTaxonInformationFullVO[] RemoteTaxonInformationFullService.getTaxonInformationByReferenceDocumentId(java.lang.Integer id)
           
 RemoteTaxonInformationFullVO[] RemoteTaxonInformationFullServiceWSDelegator.getTaxonInformationByReferenceDocumentId(java.lang.Integer id)
           
 RemoteTaxonInformationFullVO[] RemoteTaxonInformationFullServiceBase.getTaxonInformationByReferenceDocumentId(java.lang.Integer id)
           
 RemoteTaxonInformationFullVO[] RemoteTaxonInformationFullService.getTaxonInformationByTaxonNameId(java.lang.Integer id)
           
 RemoteTaxonInformationFullVO[] RemoteTaxonInformationFullServiceWSDelegator.getTaxonInformationByTaxonNameId(java.lang.Integer id)
           
 RemoteTaxonInformationFullVO[] RemoteTaxonInformationFullServiceBase.getTaxonInformationByTaxonNameId(java.lang.Integer id)
           
protected  RemoteTaxonInformationFullVO RemoteTaxonInformationFullServiceImpl.handleAddTaxonInformation(RemoteTaxonInformationFullVO taxonInformation)
           
protected abstract  RemoteTaxonInformationFullVO RemoteTaxonInformationFullServiceBase.handleAddTaxonInformation(RemoteTaxonInformationFullVO taxonInformation)
          Performs the core logic for RemoteTaxonInformationFullServiceBase.addTaxonInformation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO)
protected  RemoteTaxonInformationFullVO[] RemoteTaxonInformationFullServiceImpl.handleGetAllTaxonInformation()
           
protected abstract  RemoteTaxonInformationFullVO[] RemoteTaxonInformationFullServiceBase.handleGetAllTaxonInformation()
          Performs the core logic for RemoteTaxonInformationFullServiceBase.getAllTaxonInformation()
protected  RemoteTaxonInformationFullVO RemoteTaxonInformationFullServiceImpl.handleGetTaxonInformationByIdentifiers(java.lang.Integer taxonNameId, java.lang.Integer referenceDocumentId)
           
protected abstract  RemoteTaxonInformationFullVO RemoteTaxonInformationFullServiceBase.handleGetTaxonInformationByIdentifiers(java.lang.Integer taxonNameId, java.lang.Integer referenceDocumentId)
          Performs the core logic for RemoteTaxonInformationFullServiceBase.getTaxonInformationByIdentifiers(java.lang.Integer, java.lang.Integer)
protected  RemoteTaxonInformationFullVO RemoteTaxonInformationFullServiceImpl.handleGetTaxonInformationByNaturalId(RemoteTaxonInformationNaturalId taxonInformationNaturalId)
           
protected abstract  RemoteTaxonInformationFullVO RemoteTaxonInformationFullServiceBase.handleGetTaxonInformationByNaturalId(RemoteTaxonInformationNaturalId taxonInformationNaturalId)
          Performs the core logic for RemoteTaxonInformationFullServiceBase.getTaxonInformationByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationNaturalId)
protected  RemoteTaxonInformationFullVO[] RemoteTaxonInformationFullServiceImpl.handleGetTaxonInformationByReferenceDocumentId(java.lang.Integer id)
           
protected abstract  RemoteTaxonInformationFullVO[] RemoteTaxonInformationFullServiceBase.handleGetTaxonInformationByReferenceDocumentId(java.lang.Integer id)
          Performs the core logic for RemoteTaxonInformationFullServiceBase.getTaxonInformationByReferenceDocumentId(java.lang.Integer)
protected  RemoteTaxonInformationFullVO[] RemoteTaxonInformationFullServiceImpl.handleGetTaxonInformationByTaxonNameId(java.lang.Integer id)
           
protected abstract  RemoteTaxonInformationFullVO[] RemoteTaxonInformationFullServiceBase.handleGetTaxonInformationByTaxonNameId(java.lang.Integer id)
          Performs the core logic for RemoteTaxonInformationFullServiceBase.getTaxonInformationByTaxonNameId(java.lang.Integer)
 

Methods in fr.ifremer.allegro.referential.taxon.generic.service with parameters of type RemoteTaxonInformationFullVO
 RemoteTaxonInformationFullVO RemoteTaxonInformationFullService.addTaxonInformation(RemoteTaxonInformationFullVO taxonInformation)
           
 RemoteTaxonInformationFullVO RemoteTaxonInformationFullServiceWSDelegator.addTaxonInformation(RemoteTaxonInformationFullVO taxonInformation)
           
 RemoteTaxonInformationFullVO RemoteTaxonInformationFullServiceBase.addTaxonInformation(RemoteTaxonInformationFullVO taxonInformation)
           
protected  RemoteTaxonInformationFullVO RemoteTaxonInformationFullServiceImpl.handleAddTaxonInformation(RemoteTaxonInformationFullVO taxonInformation)
           
protected abstract  RemoteTaxonInformationFullVO RemoteTaxonInformationFullServiceBase.handleAddTaxonInformation(RemoteTaxonInformationFullVO taxonInformation)
          Performs the core logic for RemoteTaxonInformationFullServiceBase.addTaxonInformation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO)
protected  boolean RemoteTaxonInformationFullServiceImpl.handleRemoteTaxonInformationFullVOsAreEqual(RemoteTaxonInformationFullVO remoteTaxonInformationFullVOFirst, RemoteTaxonInformationFullVO remoteTaxonInformationFullVOSecond)
           
protected abstract  boolean RemoteTaxonInformationFullServiceBase.handleRemoteTaxonInformationFullVOsAreEqual(RemoteTaxonInformationFullVO remoteTaxonInformationFullVOFirst, RemoteTaxonInformationFullVO remoteTaxonInformationFullVOSecond)
          Performs the core logic for RemoteTaxonInformationFullServiceBase.remoteTaxonInformationFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO)
protected  boolean RemoteTaxonInformationFullServiceImpl.handleRemoteTaxonInformationFullVOsAreEqualOnIdentifiers(RemoteTaxonInformationFullVO remoteTaxonInformationFullVOFirst, RemoteTaxonInformationFullVO remoteTaxonInformationFullVOSecond)
           
protected abstract  boolean RemoteTaxonInformationFullServiceBase.handleRemoteTaxonInformationFullVOsAreEqualOnIdentifiers(RemoteTaxonInformationFullVO remoteTaxonInformationFullVOFirst, RemoteTaxonInformationFullVO remoteTaxonInformationFullVOSecond)
          Performs the core logic for RemoteTaxonInformationFullServiceBase.remoteTaxonInformationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO)
protected  void RemoteTaxonInformationFullServiceImpl.handleRemoveTaxonInformation(RemoteTaxonInformationFullVO taxonInformation)
           
protected abstract  void RemoteTaxonInformationFullServiceBase.handleRemoveTaxonInformation(RemoteTaxonInformationFullVO taxonInformation)
          Performs the core logic for RemoteTaxonInformationFullServiceBase.removeTaxonInformation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO)
protected  void RemoteTaxonInformationFullServiceImpl.handleUpdateTaxonInformation(RemoteTaxonInformationFullVO taxonInformation)
           
protected abstract  void RemoteTaxonInformationFullServiceBase.handleUpdateTaxonInformation(RemoteTaxonInformationFullVO taxonInformation)
          Performs the core logic for RemoteTaxonInformationFullServiceBase.updateTaxonInformation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationFullVO)
 boolean RemoteTaxonInformationFullService.remoteTaxonInformationFullVOsAreEqual(RemoteTaxonInformationFullVO remoteTaxonInformationFullVOFirst, RemoteTaxonInformationFullVO remoteTaxonInformationFullVOSecond)
           
 boolean RemoteTaxonInformationFullServiceWSDelegator.remoteTaxonInformationFullVOsAreEqual(RemoteTaxonInformationFullVO remoteTaxonInformationFullVOFirst, RemoteTaxonInformationFullVO remoteTaxonInformationFullVOSecond)
           
 boolean RemoteTaxonInformationFullServiceBase.remoteTaxonInformationFullVOsAreEqual(RemoteTaxonInformationFullVO remoteTaxonInformationFullVOFirst, RemoteTaxonInformationFullVO remoteTaxonInformationFullVOSecond)
           
 boolean RemoteTaxonInformationFullService.remoteTaxonInformationFullVOsAreEqualOnIdentifiers(RemoteTaxonInformationFullVO remoteTaxonInformationFullVOFirst, RemoteTaxonInformationFullVO remoteTaxonInformationFullVOSecond)
           
 boolean RemoteTaxonInformationFullServiceWSDelegator.remoteTaxonInformationFullVOsAreEqualOnIdentifiers(RemoteTaxonInformationFullVO remoteTaxonInformationFullVOFirst, RemoteTaxonInformationFullVO remoteTaxonInformationFullVOSecond)
           
 boolean RemoteTaxonInformationFullServiceBase.remoteTaxonInformationFullVOsAreEqualOnIdentifiers(RemoteTaxonInformationFullVO remoteTaxonInformationFullVOFirst, RemoteTaxonInformationFullVO remoteTaxonInformationFullVOSecond)
           
 void RemoteTaxonInformationFullService.removeTaxonInformation(RemoteTaxonInformationFullVO taxonInformation)
           
 void RemoteTaxonInformationFullServiceWSDelegator.removeTaxonInformation(RemoteTaxonInformationFullVO taxonInformation)
           
 void RemoteTaxonInformationFullServiceBase.removeTaxonInformation(RemoteTaxonInformationFullVO taxonInformation)
           
 void RemoteTaxonInformationFullService.updateTaxonInformation(RemoteTaxonInformationFullVO taxonInformation)
           
 void RemoteTaxonInformationFullServiceWSDelegator.updateTaxonInformation(RemoteTaxonInformationFullVO taxonInformation)
           
 void RemoteTaxonInformationFullServiceBase.updateTaxonInformation(RemoteTaxonInformationFullVO taxonInformation)
           
 

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

Methods in fr.ifremer.allegro.referential.taxon.generic.vo with parameters of type RemoteTaxonInformationFullVO
 void RemoteTaxonInformationFullVO.copy(RemoteTaxonInformationFullVO 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 RemoteTaxonInformationFullVO
RemoteTaxonInformationFullVO(RemoteTaxonInformationFullVO otherBean)
          Copies constructor from other RemoteTaxonInformationFullVO
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.