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

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

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

Methods in fr.ifremer.allegro.referential.taxon that return RemoteTaxonInformationHistoryNaturalId
protected  RemoteTaxonInformationHistoryNaturalId TaxonInformationHistoryDaoBase.toRemoteTaxonInformationHistoryNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteTaxonInformationHistoryNaturalId TaxonInformationHistoryDaoImpl.toRemoteTaxonInformationHistoryNaturalId(TaxonInformationHistory entity)
           
 RemoteTaxonInformationHistoryNaturalId TaxonInformationHistoryDao.toRemoteTaxonInformationHistoryNaturalId(TaxonInformationHistory entity)
          Converts this DAO's entity to an object of type RemoteTaxonInformationHistoryNaturalId.
 RemoteTaxonInformationHistoryNaturalId TaxonInformationHistoryDaoBase.toRemoteTaxonInformationHistoryNaturalId(TaxonInformationHistory entity)
           
 RemoteTaxonInformationHistoryNaturalId[] TaxonInformationHistoryDao.toRemoteTaxonInformationHistoryNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteTaxonInformationHistoryNaturalId.
 RemoteTaxonInformationHistoryNaturalId[] TaxonInformationHistoryDaoBase.toRemoteTaxonInformationHistoryNaturalIdArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.taxon with parameters of type RemoteTaxonInformationHistoryNaturalId
 TaxonInformationHistory TaxonInformationHistoryDaoImpl.remoteTaxonInformationHistoryNaturalIdToEntity(RemoteTaxonInformationHistoryNaturalId remoteTaxonInformationHistoryNaturalId)
           
 TaxonInformationHistory TaxonInformationHistoryDao.remoteTaxonInformationHistoryNaturalIdToEntity(RemoteTaxonInformationHistoryNaturalId remoteTaxonInformationHistoryNaturalId)
          Converts an instance of type RemoteTaxonInformationHistoryNaturalId to this DAO's entity.
 void TaxonInformationHistoryDaoImpl.remoteTaxonInformationHistoryNaturalIdToEntity(RemoteTaxonInformationHistoryNaturalId source, TaxonInformationHistory target, boolean copyIfNull)
           
 void TaxonInformationHistoryDao.remoteTaxonInformationHistoryNaturalIdToEntity(RemoteTaxonInformationHistoryNaturalId source, TaxonInformationHistory target, boolean copyIfNull)
          Copies the fields of RemoteTaxonInformationHistoryNaturalId to the specified entity.
 void TaxonInformationHistoryDaoBase.remoteTaxonInformationHistoryNaturalIdToEntity(RemoteTaxonInformationHistoryNaturalId source, TaxonInformationHistory target, boolean copyIfNull)
           
 void TaxonInformationHistoryDaoImpl.toRemoteTaxonInformationHistoryNaturalId(TaxonInformationHistory source, RemoteTaxonInformationHistoryNaturalId target)
           
 void TaxonInformationHistoryDao.toRemoteTaxonInformationHistoryNaturalId(TaxonInformationHistory source, RemoteTaxonInformationHistoryNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void TaxonInformationHistoryDaoBase.toRemoteTaxonInformationHistoryNaturalId(TaxonInformationHistory source, RemoteTaxonInformationHistoryNaturalId target)
           
 

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

Methods in fr.ifremer.allegro.referential.taxon.generic.service that return RemoteTaxonInformationHistoryNaturalId
 RemoteTaxonInformationHistoryNaturalId[] RemoteTaxonInformationHistoryFullService.getTaxonInformationHistoryNaturalIds()
           
 RemoteTaxonInformationHistoryNaturalId[] RemoteTaxonInformationHistoryFullServiceWSDelegator.getTaxonInformationHistoryNaturalIds()
           
 RemoteTaxonInformationHistoryNaturalId[] RemoteTaxonInformationHistoryFullServiceBase.getTaxonInformationHistoryNaturalIds()
           
protected  RemoteTaxonInformationHistoryNaturalId[] RemoteTaxonInformationHistoryFullServiceImpl.handleGetTaxonInformationHistoryNaturalIds()
           
protected abstract  RemoteTaxonInformationHistoryNaturalId[] RemoteTaxonInformationHistoryFullServiceBase.handleGetTaxonInformationHistoryNaturalIds()
          Performs the core logic for RemoteTaxonInformationHistoryFullServiceBase.getTaxonInformationHistoryNaturalIds()
 

Methods in fr.ifremer.allegro.referential.taxon.generic.service with parameters of type RemoteTaxonInformationHistoryNaturalId
 RemoteTaxonInformationHistoryFullVO RemoteTaxonInformationHistoryFullService.getTaxonInformationHistoryByNaturalId(RemoteTaxonInformationHistoryNaturalId taxonInformationHistoryNaturalId)
           
 RemoteTaxonInformationHistoryFullVO RemoteTaxonInformationHistoryFullServiceWSDelegator.getTaxonInformationHistoryByNaturalId(RemoteTaxonInformationHistoryNaturalId taxonInformationHistoryNaturalId)
           
 RemoteTaxonInformationHistoryFullVO RemoteTaxonInformationHistoryFullServiceBase.getTaxonInformationHistoryByNaturalId(RemoteTaxonInformationHistoryNaturalId taxonInformationHistoryNaturalId)
           
protected  RemoteTaxonInformationHistoryFullVO RemoteTaxonInformationHistoryFullServiceImpl.handleGetTaxonInformationHistoryByNaturalId(RemoteTaxonInformationHistoryNaturalId taxonInformationHistoryNaturalId)
           
protected abstract  RemoteTaxonInformationHistoryFullVO RemoteTaxonInformationHistoryFullServiceBase.handleGetTaxonInformationHistoryByNaturalId(RemoteTaxonInformationHistoryNaturalId taxonInformationHistoryNaturalId)
          Performs the core logic for RemoteTaxonInformationHistoryFullServiceBase.getTaxonInformationHistoryByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonInformationHistoryNaturalId)
 

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.