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

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

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

Methods in fr.ifremer.allegro.referential.taxon that return RemoteTaxonNameHistoryNaturalId
protected  RemoteTaxonNameHistoryNaturalId TaxonNameHistoryDaoBase.toRemoteTaxonNameHistoryNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteTaxonNameHistoryNaturalId TaxonNameHistoryDaoImpl.toRemoteTaxonNameHistoryNaturalId(TaxonNameHistory entity)
           
 RemoteTaxonNameHistoryNaturalId TaxonNameHistoryDao.toRemoteTaxonNameHistoryNaturalId(TaxonNameHistory entity)
          Converts this DAO's entity to an object of type RemoteTaxonNameHistoryNaturalId.
 RemoteTaxonNameHistoryNaturalId TaxonNameHistoryDaoBase.toRemoteTaxonNameHistoryNaturalId(TaxonNameHistory entity)
           
 RemoteTaxonNameHistoryNaturalId[] TaxonNameHistoryDao.toRemoteTaxonNameHistoryNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteTaxonNameHistoryNaturalId.
 RemoteTaxonNameHistoryNaturalId[] TaxonNameHistoryDaoBase.toRemoteTaxonNameHistoryNaturalIdArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.taxon with parameters of type RemoteTaxonNameHistoryNaturalId
 TaxonNameHistory TaxonNameHistoryDaoImpl.remoteTaxonNameHistoryNaturalIdToEntity(RemoteTaxonNameHistoryNaturalId remoteTaxonNameHistoryNaturalId)
           
 TaxonNameHistory TaxonNameHistoryDao.remoteTaxonNameHistoryNaturalIdToEntity(RemoteTaxonNameHistoryNaturalId remoteTaxonNameHistoryNaturalId)
          Converts an instance of type RemoteTaxonNameHistoryNaturalId to this DAO's entity.
 void TaxonNameHistoryDaoImpl.remoteTaxonNameHistoryNaturalIdToEntity(RemoteTaxonNameHistoryNaturalId source, TaxonNameHistory target, boolean copyIfNull)
           
 void TaxonNameHistoryDao.remoteTaxonNameHistoryNaturalIdToEntity(RemoteTaxonNameHistoryNaturalId source, TaxonNameHistory target, boolean copyIfNull)
          Copies the fields of RemoteTaxonNameHistoryNaturalId to the specified entity.
 void TaxonNameHistoryDaoBase.remoteTaxonNameHistoryNaturalIdToEntity(RemoteTaxonNameHistoryNaturalId source, TaxonNameHistory target, boolean copyIfNull)
           
 void TaxonNameHistoryDaoImpl.toRemoteTaxonNameHistoryNaturalId(TaxonNameHistory source, RemoteTaxonNameHistoryNaturalId target)
           
 void TaxonNameHistoryDao.toRemoteTaxonNameHistoryNaturalId(TaxonNameHistory source, RemoteTaxonNameHistoryNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void TaxonNameHistoryDaoBase.toRemoteTaxonNameHistoryNaturalId(TaxonNameHistory source, RemoteTaxonNameHistoryNaturalId target)
           
 

Uses of RemoteTaxonNameHistoryNaturalId in fr.ifremer.allegro.referential.taxon.generic.cluster
 

Methods in fr.ifremer.allegro.referential.taxon.generic.cluster that return RemoteTaxonNameHistoryNaturalId
 RemoteTaxonNameHistoryNaturalId ClusterTaxonInformationHistory.getTaxonNameHistoryNaturalId()
           
 

Methods in fr.ifremer.allegro.referential.taxon.generic.cluster with parameters of type RemoteTaxonNameHistoryNaturalId
 void ClusterTaxonInformationHistory.setTaxonNameHistoryNaturalId(RemoteTaxonNameHistoryNaturalId taxonNameHistoryNaturalId)
           
 

Constructors in fr.ifremer.allegro.referential.taxon.generic.cluster with parameters of type RemoteTaxonNameHistoryNaturalId
ClusterTaxonInformationHistory(RemoteReferenceDocumentNaturalId referenceDocumentNaturalId, RemoteTaxonNameHistoryNaturalId taxonNameHistoryNaturalId)
           
ClusterTaxonInformationHistory(java.lang.String description, java.sql.Timestamp updateDate, RemoteReferenceDocumentNaturalId referenceDocumentNaturalId, RemoteTaxonNameHistoryNaturalId taxonNameHistoryNaturalId)
           
 

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

Methods in fr.ifremer.allegro.referential.taxon.generic.service that return RemoteTaxonNameHistoryNaturalId
 RemoteTaxonNameHistoryNaturalId RemoteTaxonNameHistoryFullService.getTaxonNameHistoryNaturalIdById(java.lang.Integer id)
           
 RemoteTaxonNameHistoryNaturalId RemoteTaxonNameHistoryFullServiceWSDelegator.getTaxonNameHistoryNaturalIdById(java.lang.Integer id)
           
 RemoteTaxonNameHistoryNaturalId RemoteTaxonNameHistoryFullServiceBase.getTaxonNameHistoryNaturalIdById(java.lang.Integer id)
           
 RemoteTaxonNameHistoryNaturalId[] RemoteTaxonNameHistoryFullService.getTaxonNameHistoryNaturalIds()
           
 RemoteTaxonNameHistoryNaturalId[] RemoteTaxonNameHistoryFullServiceWSDelegator.getTaxonNameHistoryNaturalIds()
           
 RemoteTaxonNameHistoryNaturalId[] RemoteTaxonNameHistoryFullServiceBase.getTaxonNameHistoryNaturalIds()
           
protected  RemoteTaxonNameHistoryNaturalId RemoteTaxonNameHistoryFullServiceImpl.handleGetTaxonNameHistoryNaturalIdById(java.lang.Integer id)
           
protected abstract  RemoteTaxonNameHistoryNaturalId RemoteTaxonNameHistoryFullServiceBase.handleGetTaxonNameHistoryNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteTaxonNameHistoryFullServiceBase.getTaxonNameHistoryNaturalIdById(java.lang.Integer)
protected  RemoteTaxonNameHistoryNaturalId[] RemoteTaxonNameHistoryFullServiceImpl.handleGetTaxonNameHistoryNaturalIds()
           
protected abstract  RemoteTaxonNameHistoryNaturalId[] RemoteTaxonNameHistoryFullServiceBase.handleGetTaxonNameHistoryNaturalIds()
          Performs the core logic for RemoteTaxonNameHistoryFullServiceBase.getTaxonNameHistoryNaturalIds()
 

Methods in fr.ifremer.allegro.referential.taxon.generic.service with parameters of type RemoteTaxonNameHistoryNaturalId
 RemoteTaxonNameHistoryFullVO RemoteTaxonNameHistoryFullService.getTaxonNameHistoryByNaturalId(RemoteTaxonNameHistoryNaturalId taxonNameHistoryNaturalId)
           
 RemoteTaxonNameHistoryFullVO RemoteTaxonNameHistoryFullServiceWSDelegator.getTaxonNameHistoryByNaturalId(RemoteTaxonNameHistoryNaturalId taxonNameHistoryNaturalId)
           
 RemoteTaxonNameHistoryFullVO RemoteTaxonNameHistoryFullServiceBase.getTaxonNameHistoryByNaturalId(RemoteTaxonNameHistoryNaturalId taxonNameHistoryNaturalId)
           
protected  RemoteTaxonNameHistoryFullVO RemoteTaxonNameHistoryFullServiceImpl.handleGetTaxonNameHistoryByNaturalId(RemoteTaxonNameHistoryNaturalId taxonNameHistoryNaturalId)
           
protected abstract  RemoteTaxonNameHistoryFullVO RemoteTaxonNameHistoryFullServiceBase.handleGetTaxonNameHistoryByNaturalId(RemoteTaxonNameHistoryNaturalId taxonNameHistoryNaturalId)
          Performs the core logic for RemoteTaxonNameHistoryFullServiceBase.getTaxonNameHistoryByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonNameHistoryNaturalId)
 

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

Methods in fr.ifremer.allegro.referential.taxon.generic.vo that return RemoteTaxonNameHistoryNaturalId
 RemoteTaxonNameHistoryNaturalId RemoteTaxonInformationHistoryNaturalId.getTaxonNameHistory()
           
 

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

Constructors in fr.ifremer.allegro.referential.taxon.generic.vo with parameters of type RemoteTaxonNameHistoryNaturalId
RemoteTaxonInformationHistoryNaturalId(RemoteReferenceDocumentNaturalId referenceDocument, RemoteTaxonNameHistoryNaturalId taxonNameHistory)
           
RemoteTaxonNameHistoryNaturalId(RemoteTaxonNameHistoryNaturalId otherBean)
          Copies constructor from other RemoteTaxonNameHistoryNaturalId
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.