|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RemoteAuthorNaturalId in fr.ifremer.allegro.referential.taxon |
---|
Methods in fr.ifremer.allegro.referential.taxon that return RemoteAuthorNaturalId | |
---|---|
RemoteAuthorNaturalId |
AuthorDaoImpl.toRemoteAuthorNaturalId(Author entity)
|
RemoteAuthorNaturalId |
AuthorDao.toRemoteAuthorNaturalId(Author entity)
Converts this DAO's entity to an object of type RemoteAuthorNaturalId . |
RemoteAuthorNaturalId |
AuthorDaoBase.toRemoteAuthorNaturalId(Author entity)
|
protected RemoteAuthorNaturalId |
AuthorDaoBase.toRemoteAuthorNaturalId(java.lang.Object[] row)
Default implementation for transforming the results of a report query into a value object. |
RemoteAuthorNaturalId[] |
AuthorDao.toRemoteAuthorNaturalIdArray(java.util.Collection entities)
Converts this DAO's entity to an array of instances of type RemoteAuthorNaturalId . |
RemoteAuthorNaturalId[] |
AuthorDaoBase.toRemoteAuthorNaturalIdArray(java.util.Collection entities)
|
Methods in fr.ifremer.allegro.referential.taxon with parameters of type RemoteAuthorNaturalId | |
---|---|
Author |
AuthorDaoImpl.remoteAuthorNaturalIdToEntity(RemoteAuthorNaturalId remoteAuthorNaturalId)
|
Author |
AuthorDao.remoteAuthorNaturalIdToEntity(RemoteAuthorNaturalId remoteAuthorNaturalId)
Converts an instance of type RemoteAuthorNaturalId to this DAO's entity. |
void |
AuthorDaoImpl.remoteAuthorNaturalIdToEntity(RemoteAuthorNaturalId source,
Author target,
boolean copyIfNull)
|
void |
AuthorDao.remoteAuthorNaturalIdToEntity(RemoteAuthorNaturalId source,
Author target,
boolean copyIfNull)
Copies the fields of RemoteAuthorNaturalId to the specified entity. |
void |
AuthorDaoBase.remoteAuthorNaturalIdToEntity(RemoteAuthorNaturalId source,
Author target,
boolean copyIfNull)
|
void |
AuthorDaoImpl.toRemoteAuthorNaturalId(Author source,
RemoteAuthorNaturalId target)
|
void |
AuthorDao.toRemoteAuthorNaturalId(Author source,
RemoteAuthorNaturalId target)
Copies the fields of the specified entity to the target value object. |
void |
AuthorDaoBase.toRemoteAuthorNaturalId(Author source,
RemoteAuthorNaturalId target)
|
Uses of RemoteAuthorNaturalId in fr.ifremer.allegro.referential.taxon.generic.cluster |
---|
Methods in fr.ifremer.allegro.referential.taxon.generic.cluster that return RemoteAuthorNaturalId | |
---|---|
RemoteAuthorNaturalId[] |
ClusterReferenceDocument.getAuthorNaturalId()
|
Methods in fr.ifremer.allegro.referential.taxon.generic.cluster with parameters of type RemoteAuthorNaturalId | |
---|---|
void |
ClusterReferenceDocument.setAuthorNaturalId(RemoteAuthorNaturalId[] authorNaturalId)
|
Constructors in fr.ifremer.allegro.referential.taxon.generic.cluster with parameters of type RemoteAuthorNaturalId | |
---|---|
ClusterReferenceDocument(java.lang.Integer id,
java.lang.Integer idLocal,
java.lang.String reference,
java.util.Date publicationDate,
java.lang.String comments,
java.util.Date creationDate,
java.sql.Timestamp updateDate,
RemoteStatusNaturalId statusNaturalId,
RemoteAuthorNaturalId[] authorNaturalId,
ClusterTaxonInformationHistory[] clusterTaxonInformationHistorys)
|
|
ClusterReferenceDocument(java.lang.String reference,
java.util.Date creationDate,
RemoteStatusNaturalId statusNaturalId,
RemoteAuthorNaturalId[] authorNaturalId,
ClusterTaxonInformationHistory[] clusterTaxonInformationHistorys)
|
Uses of RemoteAuthorNaturalId in fr.ifremer.allegro.referential.taxon.generic.service |
---|
Methods in fr.ifremer.allegro.referential.taxon.generic.service with parameters of type RemoteAuthorNaturalId | |
---|---|
RemoteAuthorFullVO |
RemoteAuthorFullService.getAuthorByNaturalId(RemoteAuthorNaturalId authorNaturalId)
|
RemoteAuthorFullVO |
RemoteAuthorFullServiceWSDelegator.getAuthorByNaturalId(RemoteAuthorNaturalId authorNaturalId)
|
RemoteAuthorFullVO |
RemoteAuthorFullServiceBase.getAuthorByNaturalId(RemoteAuthorNaturalId authorNaturalId)
|
protected RemoteAuthorFullVO |
RemoteAuthorFullServiceImpl.handleGetAuthorByNaturalId(RemoteAuthorNaturalId authorNaturalId)
|
protected abstract RemoteAuthorFullVO |
RemoteAuthorFullServiceBase.handleGetAuthorByNaturalId(RemoteAuthorNaturalId authorNaturalId)
Performs the core logic for RemoteAuthorFullServiceBase.getAuthorByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteAuthorNaturalId) |
Uses of RemoteAuthorNaturalId in fr.ifremer.allegro.referential.taxon.generic.vo |
---|
Methods in fr.ifremer.allegro.referential.taxon.generic.vo with parameters of type RemoteAuthorNaturalId | |
---|---|
void |
RemoteAuthorNaturalId.copy(RemoteAuthorNaturalId 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 RemoteAuthorNaturalId | |
---|---|
RemoteAuthorNaturalId(RemoteAuthorNaturalId otherBean)
Copies constructor from other RemoteAuthorNaturalId |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |