|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
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 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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |