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

Packages that use RemoteTaxonomicLevelNaturalId
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 RemoteTaxonomicLevelNaturalId in fr.ifremer.allegro.referential.taxon
 

Methods in fr.ifremer.allegro.referential.taxon that return RemoteTaxonomicLevelNaturalId
protected  RemoteTaxonomicLevelNaturalId TaxonomicLevelDaoBase.toRemoteTaxonomicLevelNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteTaxonomicLevelNaturalId TaxonomicLevelDaoImpl.toRemoteTaxonomicLevelNaturalId(TaxonomicLevel entity)
           
 RemoteTaxonomicLevelNaturalId TaxonomicLevelDao.toRemoteTaxonomicLevelNaturalId(TaxonomicLevel entity)
          Converts this DAO's entity to an object of type RemoteTaxonomicLevelNaturalId.
 RemoteTaxonomicLevelNaturalId TaxonomicLevelDaoBase.toRemoteTaxonomicLevelNaturalId(TaxonomicLevel entity)
           
 RemoteTaxonomicLevelNaturalId[] TaxonomicLevelDao.toRemoteTaxonomicLevelNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteTaxonomicLevelNaturalId.
 RemoteTaxonomicLevelNaturalId[] TaxonomicLevelDaoBase.toRemoteTaxonomicLevelNaturalIdArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.taxon with parameters of type RemoteTaxonomicLevelNaturalId
 TaxonomicLevel TaxonomicLevelDaoImpl.remoteTaxonomicLevelNaturalIdToEntity(RemoteTaxonomicLevelNaturalId remoteTaxonomicLevelNaturalId)
           
 TaxonomicLevel TaxonomicLevelDao.remoteTaxonomicLevelNaturalIdToEntity(RemoteTaxonomicLevelNaturalId remoteTaxonomicLevelNaturalId)
          Converts an instance of type RemoteTaxonomicLevelNaturalId to this DAO's entity.
 void TaxonomicLevelDaoImpl.remoteTaxonomicLevelNaturalIdToEntity(RemoteTaxonomicLevelNaturalId source, TaxonomicLevel target, boolean copyIfNull)
           
 void TaxonomicLevelDao.remoteTaxonomicLevelNaturalIdToEntity(RemoteTaxonomicLevelNaturalId source, TaxonomicLevel target, boolean copyIfNull)
          Copies the fields of RemoteTaxonomicLevelNaturalId to the specified entity.
 void TaxonomicLevelDaoBase.remoteTaxonomicLevelNaturalIdToEntity(RemoteTaxonomicLevelNaturalId source, TaxonomicLevel target, boolean copyIfNull)
           
 void TaxonomicLevelDaoImpl.toRemoteTaxonomicLevelNaturalId(TaxonomicLevel source, RemoteTaxonomicLevelNaturalId target)
           
 void TaxonomicLevelDao.toRemoteTaxonomicLevelNaturalId(TaxonomicLevel source, RemoteTaxonomicLevelNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void TaxonomicLevelDaoBase.toRemoteTaxonomicLevelNaturalId(TaxonomicLevel source, RemoteTaxonomicLevelNaturalId target)
           
 

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

Methods in fr.ifremer.allegro.referential.taxon.generic.cluster that return RemoteTaxonomicLevelNaturalId
 RemoteTaxonomicLevelNaturalId ClusterTaxonName.getTaxonomicLevelNaturalId()
           
 

Methods in fr.ifremer.allegro.referential.taxon.generic.cluster with parameters of type RemoteTaxonomicLevelNaturalId
 void ClusterTaxonName.setTaxonomicLevelNaturalId(RemoteTaxonomicLevelNaturalId taxonomicLevelNaturalId)
           
 

Constructors in fr.ifremer.allegro.referential.taxon.generic.cluster with parameters of type RemoteTaxonomicLevelNaturalId
ClusterTaxonName(java.lang.Integer id, java.lang.Integer idLocal, java.lang.String name, java.lang.String completeName, java.lang.Boolean isNaming, java.lang.Boolean isReferent, java.lang.Integer upperRank, java.lang.Boolean isVirtual, java.lang.Boolean isObsolete, java.lang.Boolean isTemporary, java.util.Date startDate, java.util.Date endDate, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, RemoteReferenceTaxonNaturalId referenceTaxonNaturalId, RemoteTaxonomicLevelNaturalId taxonomicLevelNaturalId, RemoteCitationNaturalId citationNaturalId, RemoteTaxonNameNaturalId parentTaxonNameNaturalId, RemoteTaxonNameNaturalId[] childTaxonNamesNaturalId, ClusterTaxonNameHistory[] clusterParentTaxonNameHistorys, ClusterTaxonNameHistory[] clusterTaxonNamehistorys)
           
ClusterTaxonName(java.lang.String name, java.lang.Boolean isNaming, java.lang.Boolean isReferent, java.lang.Integer upperRank, java.lang.Boolean isVirtual, java.lang.Boolean isObsolete, java.lang.Boolean isTemporary, java.util.Date startDate, java.util.Date creationDate, RemoteReferenceTaxonNaturalId referenceTaxonNaturalId, RemoteTaxonomicLevelNaturalId taxonomicLevelNaturalId, RemoteTaxonNameNaturalId[] childTaxonNamesNaturalId, ClusterTaxonNameHistory[] clusterParentTaxonNameHistorys, ClusterTaxonNameHistory[] clusterTaxonNamehistorys)
           
 

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

Methods in fr.ifremer.allegro.referential.taxon.generic.service that return RemoteTaxonomicLevelNaturalId
 RemoteTaxonomicLevelNaturalId RemoteTaxonomicLevelFullService.getTaxonomicLevelNaturalIdByCode(java.lang.String code)
           
 RemoteTaxonomicLevelNaturalId RemoteTaxonomicLevelFullServiceWSDelegator.getTaxonomicLevelNaturalIdByCode(java.lang.String code)
           
 RemoteTaxonomicLevelNaturalId RemoteTaxonomicLevelFullServiceBase.getTaxonomicLevelNaturalIdByCode(java.lang.String code)
           
 RemoteTaxonomicLevelNaturalId[] RemoteTaxonomicLevelFullService.getTaxonomicLevelNaturalIds()
           
 RemoteTaxonomicLevelNaturalId[] RemoteTaxonomicLevelFullServiceWSDelegator.getTaxonomicLevelNaturalIds()
           
 RemoteTaxonomicLevelNaturalId[] RemoteTaxonomicLevelFullServiceBase.getTaxonomicLevelNaturalIds()
           
protected  RemoteTaxonomicLevelNaturalId RemoteTaxonomicLevelFullServiceImpl.handleGetTaxonomicLevelNaturalIdByCode(java.lang.String code)
           
protected abstract  RemoteTaxonomicLevelNaturalId RemoteTaxonomicLevelFullServiceBase.handleGetTaxonomicLevelNaturalIdByCode(java.lang.String code)
          Performs the core logic for RemoteTaxonomicLevelFullServiceBase.getTaxonomicLevelNaturalIdByCode(java.lang.String)
protected  RemoteTaxonomicLevelNaturalId[] RemoteTaxonomicLevelFullServiceImpl.handleGetTaxonomicLevelNaturalIds()
           
protected abstract  RemoteTaxonomicLevelNaturalId[] RemoteTaxonomicLevelFullServiceBase.handleGetTaxonomicLevelNaturalIds()
          Performs the core logic for RemoteTaxonomicLevelFullServiceBase.getTaxonomicLevelNaturalIds()
 

Methods in fr.ifremer.allegro.referential.taxon.generic.service with parameters of type RemoteTaxonomicLevelNaturalId
 RemoteTaxonomicLevelFullVO RemoteTaxonomicLevelFullService.getTaxonomicLevelByNaturalId(RemoteTaxonomicLevelNaturalId taxonomicLevelNaturalId)
           
 RemoteTaxonomicLevelFullVO RemoteTaxonomicLevelFullServiceWSDelegator.getTaxonomicLevelByNaturalId(RemoteTaxonomicLevelNaturalId taxonomicLevelNaturalId)
           
 RemoteTaxonomicLevelFullVO RemoteTaxonomicLevelFullServiceBase.getTaxonomicLevelByNaturalId(RemoteTaxonomicLevelNaturalId taxonomicLevelNaturalId)
           
protected  RemoteTaxonomicLevelFullVO RemoteTaxonomicLevelFullServiceImpl.handleGetTaxonomicLevelByNaturalId(RemoteTaxonomicLevelNaturalId taxonomicLevelNaturalId)
           
protected abstract  RemoteTaxonomicLevelFullVO RemoteTaxonomicLevelFullServiceBase.handleGetTaxonomicLevelByNaturalId(RemoteTaxonomicLevelNaturalId taxonomicLevelNaturalId)
          Performs the core logic for RemoteTaxonomicLevelFullServiceBase.getTaxonomicLevelByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonomicLevelNaturalId)
 

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.