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

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

Methods in fr.ifremer.allegro.referential.taxon that return RemoteCitationNaturalId
 RemoteCitationNaturalId CitationDaoImpl.toRemoteCitationNaturalId(Citation entity)
           
 RemoteCitationNaturalId CitationDao.toRemoteCitationNaturalId(Citation entity)
          Converts this DAO's entity to an object of type RemoteCitationNaturalId.
 RemoteCitationNaturalId CitationDaoBase.toRemoteCitationNaturalId(Citation entity)
           
protected  RemoteCitationNaturalId CitationDaoBase.toRemoteCitationNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteCitationNaturalId[] CitationDao.toRemoteCitationNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteCitationNaturalId.
 RemoteCitationNaturalId[] CitationDaoBase.toRemoteCitationNaturalIdArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.taxon with parameters of type RemoteCitationNaturalId
 Citation CitationDaoImpl.remoteCitationNaturalIdToEntity(RemoteCitationNaturalId remoteCitationNaturalId)
           
 Citation CitationDao.remoteCitationNaturalIdToEntity(RemoteCitationNaturalId remoteCitationNaturalId)
          Converts an instance of type RemoteCitationNaturalId to this DAO's entity.
 void CitationDaoImpl.remoteCitationNaturalIdToEntity(RemoteCitationNaturalId source, Citation target, boolean copyIfNull)
           
 void CitationDao.remoteCitationNaturalIdToEntity(RemoteCitationNaturalId source, Citation target, boolean copyIfNull)
          Copies the fields of RemoteCitationNaturalId to the specified entity.
 void CitationDaoBase.remoteCitationNaturalIdToEntity(RemoteCitationNaturalId source, Citation target, boolean copyIfNull)
           
 void CitationDaoImpl.toRemoteCitationNaturalId(Citation source, RemoteCitationNaturalId target)
           
 void CitationDao.toRemoteCitationNaturalId(Citation source, RemoteCitationNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void CitationDaoBase.toRemoteCitationNaturalId(Citation source, RemoteCitationNaturalId target)
           
 

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

Methods in fr.ifremer.allegro.referential.taxon.generic.cluster that return RemoteCitationNaturalId
 RemoteCitationNaturalId ClusterTaxonName.getCitationNaturalId()
           
 RemoteCitationNaturalId ClusterTaxonNameHistory.getCitationNaturalId()
           
 

Methods in fr.ifremer.allegro.referential.taxon.generic.cluster with parameters of type RemoteCitationNaturalId
 void ClusterTaxonName.setCitationNaturalId(RemoteCitationNaturalId citationNaturalId)
           
 void ClusterTaxonNameHistory.setCitationNaturalId(RemoteCitationNaturalId citationNaturalId)
           
 

Constructors in fr.ifremer.allegro.referential.taxon.generic.cluster with parameters of type RemoteCitationNaturalId
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)
           
ClusterTaxonNameHistory(java.lang.Integer id, java.lang.Integer idLocal, java.lang.String name, java.lang.String comments, java.lang.Integer upperRank, java.lang.Boolean isReferent, java.lang.Boolean isVirtual, java.lang.Boolean isObsolete, java.lang.Boolean isTemporary, java.sql.Timestamp updateDate, RemoteCitationNaturalId citationNaturalId, RemoteTaxonNameNaturalId taxonNameNaturalId, RemoteTaxonNameNaturalId parentTaxonNameNaturalId)
           
 

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

Methods in fr.ifremer.allegro.referential.taxon.generic.service that return RemoteCitationNaturalId
 RemoteCitationNaturalId RemoteCitationFullService.getCitationNaturalIdById(java.lang.Integer id)
           
 RemoteCitationNaturalId RemoteCitationFullServiceWSDelegator.getCitationNaturalIdById(java.lang.Integer id)
           
 RemoteCitationNaturalId RemoteCitationFullServiceBase.getCitationNaturalIdById(java.lang.Integer id)
           
 RemoteCitationNaturalId[] RemoteCitationFullService.getCitationNaturalIds()
           
 RemoteCitationNaturalId[] RemoteCitationFullServiceWSDelegator.getCitationNaturalIds()
           
 RemoteCitationNaturalId[] RemoteCitationFullServiceBase.getCitationNaturalIds()
           
protected  RemoteCitationNaturalId RemoteCitationFullServiceImpl.handleGetCitationNaturalIdById(java.lang.Integer id)
           
protected abstract  RemoteCitationNaturalId RemoteCitationFullServiceBase.handleGetCitationNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteCitationFullServiceBase.getCitationNaturalIdById(java.lang.Integer)
protected  RemoteCitationNaturalId[] RemoteCitationFullServiceImpl.handleGetCitationNaturalIds()
           
protected abstract  RemoteCitationNaturalId[] RemoteCitationFullServiceBase.handleGetCitationNaturalIds()
          Performs the core logic for RemoteCitationFullServiceBase.getCitationNaturalIds()
 

Methods in fr.ifremer.allegro.referential.taxon.generic.service with parameters of type RemoteCitationNaturalId
 RemoteCitationFullVO RemoteCitationFullService.getCitationByNaturalId(RemoteCitationNaturalId citationNaturalId)
           
 RemoteCitationFullVO RemoteCitationFullServiceWSDelegator.getCitationByNaturalId(RemoteCitationNaturalId citationNaturalId)
           
 RemoteCitationFullVO RemoteCitationFullServiceBase.getCitationByNaturalId(RemoteCitationNaturalId citationNaturalId)
           
protected  RemoteCitationFullVO RemoteCitationFullServiceImpl.handleGetCitationByNaturalId(RemoteCitationNaturalId citationNaturalId)
           
protected abstract  RemoteCitationFullVO RemoteCitationFullServiceBase.handleGetCitationByNaturalId(RemoteCitationNaturalId citationNaturalId)
          Performs the core logic for RemoteCitationFullServiceBase.getCitationByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteCitationNaturalId)
 

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.