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

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

Methods in fr.ifremer.allegro.referential.taxon that return RemoteReferenceDocumentNaturalId
protected  RemoteReferenceDocumentNaturalId ReferenceDocumentDaoBase.toRemoteReferenceDocumentNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteReferenceDocumentNaturalId ReferenceDocumentDaoImpl.toRemoteReferenceDocumentNaturalId(ReferenceDocument entity)
           
 RemoteReferenceDocumentNaturalId ReferenceDocumentDao.toRemoteReferenceDocumentNaturalId(ReferenceDocument entity)
          Converts this DAO's entity to an object of type RemoteReferenceDocumentNaturalId.
 RemoteReferenceDocumentNaturalId ReferenceDocumentDaoBase.toRemoteReferenceDocumentNaturalId(ReferenceDocument entity)
           
 RemoteReferenceDocumentNaturalId[] ReferenceDocumentDao.toRemoteReferenceDocumentNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteReferenceDocumentNaturalId.
 RemoteReferenceDocumentNaturalId[] ReferenceDocumentDaoBase.toRemoteReferenceDocumentNaturalIdArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.taxon with parameters of type RemoteReferenceDocumentNaturalId
 ReferenceDocument ReferenceDocumentDaoImpl.remoteReferenceDocumentNaturalIdToEntity(RemoteReferenceDocumentNaturalId remoteReferenceDocumentNaturalId)
           
 ReferenceDocument ReferenceDocumentDao.remoteReferenceDocumentNaturalIdToEntity(RemoteReferenceDocumentNaturalId remoteReferenceDocumentNaturalId)
          Converts an instance of type RemoteReferenceDocumentNaturalId to this DAO's entity.
 void ReferenceDocumentDaoImpl.remoteReferenceDocumentNaturalIdToEntity(RemoteReferenceDocumentNaturalId source, ReferenceDocument target, boolean copyIfNull)
           
 void ReferenceDocumentDao.remoteReferenceDocumentNaturalIdToEntity(RemoteReferenceDocumentNaturalId source, ReferenceDocument target, boolean copyIfNull)
          Copies the fields of RemoteReferenceDocumentNaturalId to the specified entity.
 void ReferenceDocumentDaoBase.remoteReferenceDocumentNaturalIdToEntity(RemoteReferenceDocumentNaturalId source, ReferenceDocument target, boolean copyIfNull)
           
 void ReferenceDocumentDaoImpl.toRemoteReferenceDocumentNaturalId(ReferenceDocument source, RemoteReferenceDocumentNaturalId target)
           
 void ReferenceDocumentDao.toRemoteReferenceDocumentNaturalId(ReferenceDocument source, RemoteReferenceDocumentNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void ReferenceDocumentDaoBase.toRemoteReferenceDocumentNaturalId(ReferenceDocument source, RemoteReferenceDocumentNaturalId target)
           
 

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

Methods in fr.ifremer.allegro.referential.taxon.generic.cluster that return RemoteReferenceDocumentNaturalId
 RemoteReferenceDocumentNaturalId ClusterTaxonInformation.getReferenceDocumentNaturalId()
           
 RemoteReferenceDocumentNaturalId[] ClusterAuthor.getReferenceDocumentNaturalId()
           
 RemoteReferenceDocumentNaturalId ClusterTaxonInformationHistory.getReferenceDocumentNaturalId()
           
 RemoteReferenceDocumentNaturalId ClusterTaxonGroupInformation.getReferenceDocumentNaturalId()
           
 

Methods in fr.ifremer.allegro.referential.taxon.generic.cluster with parameters of type RemoteReferenceDocumentNaturalId
 void ClusterTaxonInformation.setReferenceDocumentNaturalId(RemoteReferenceDocumentNaturalId referenceDocumentNaturalId)
           
 void ClusterTaxonInformationHistory.setReferenceDocumentNaturalId(RemoteReferenceDocumentNaturalId referenceDocumentNaturalId)
           
 void ClusterTaxonGroupInformation.setReferenceDocumentNaturalId(RemoteReferenceDocumentNaturalId referenceDocumentNaturalId)
           
 void ClusterAuthor.setReferenceDocumentNaturalId(RemoteReferenceDocumentNaturalId[] referenceDocumentNaturalId)
           
 

Constructors in fr.ifremer.allegro.referential.taxon.generic.cluster with parameters of type RemoteReferenceDocumentNaturalId
ClusterAuthor(java.util.Date creationDate, RemoteStatusNaturalId statusNaturalId, RemoteReferenceDocumentNaturalId[] referenceDocumentNaturalId)
           
ClusterAuthor(java.lang.Integer id, java.lang.Integer idLocal, java.lang.String name, java.lang.String location, java.lang.String comments, java.util.Date creationDate, java.sql.Timestamp updateDate, RemoteStatusNaturalId statusNaturalId, RemoteReferenceDocumentNaturalId[] referenceDocumentNaturalId)
           
ClusterTaxonGroupInformation(RemoteReferenceDocumentNaturalId referenceDocumentNaturalId, RemoteTaxonGroupNaturalId taxonGroupNaturalId)
           
ClusterTaxonGroupInformation(java.lang.String description, java.sql.Timestamp updateDate, RemoteReferenceDocumentNaturalId referenceDocumentNaturalId, RemoteTaxonGroupNaturalId taxonGroupNaturalId)
           
ClusterTaxonInformation(RemoteTaxonNameNaturalId taxonNameNaturalId, RemoteReferenceDocumentNaturalId referenceDocumentNaturalId)
           
ClusterTaxonInformation(java.lang.String description, java.sql.Timestamp updateDate, RemoteTaxonNameNaturalId taxonNameNaturalId, RemoteReferenceDocumentNaturalId referenceDocumentNaturalId)
           
ClusterTaxonInformationHistory(RemoteReferenceDocumentNaturalId referenceDocumentNaturalId, RemoteTaxonNameHistoryNaturalId taxonNameHistoryNaturalId)
           
ClusterTaxonInformationHistory(java.lang.String description, java.sql.Timestamp updateDate, RemoteReferenceDocumentNaturalId referenceDocumentNaturalId, RemoteTaxonNameHistoryNaturalId taxonNameHistoryNaturalId)
           
 

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

Methods in fr.ifremer.allegro.referential.taxon.generic.service that return RemoteReferenceDocumentNaturalId
 RemoteReferenceDocumentNaturalId RemoteReferenceDocumentFullService.getReferenceDocumentNaturalIdById(java.lang.Integer id)
           
 RemoteReferenceDocumentNaturalId RemoteReferenceDocumentFullServiceWSDelegator.getReferenceDocumentNaturalIdById(java.lang.Integer id)
           
 RemoteReferenceDocumentNaturalId RemoteReferenceDocumentFullServiceBase.getReferenceDocumentNaturalIdById(java.lang.Integer id)
           
 RemoteReferenceDocumentNaturalId[] RemoteReferenceDocumentFullService.getReferenceDocumentNaturalIds()
           
 RemoteReferenceDocumentNaturalId[] RemoteReferenceDocumentFullServiceWSDelegator.getReferenceDocumentNaturalIds()
           
 RemoteReferenceDocumentNaturalId[] RemoteReferenceDocumentFullServiceBase.getReferenceDocumentNaturalIds()
           
protected  RemoteReferenceDocumentNaturalId RemoteReferenceDocumentFullServiceImpl.handleGetReferenceDocumentNaturalIdById(java.lang.Integer id)
           
protected abstract  RemoteReferenceDocumentNaturalId RemoteReferenceDocumentFullServiceBase.handleGetReferenceDocumentNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteReferenceDocumentFullServiceBase.getReferenceDocumentNaturalIdById(java.lang.Integer)
protected  RemoteReferenceDocumentNaturalId[] RemoteReferenceDocumentFullServiceImpl.handleGetReferenceDocumentNaturalIds()
           
protected abstract  RemoteReferenceDocumentNaturalId[] RemoteReferenceDocumentFullServiceBase.handleGetReferenceDocumentNaturalIds()
          Performs the core logic for RemoteReferenceDocumentFullServiceBase.getReferenceDocumentNaturalIds()
 

Methods in fr.ifremer.allegro.referential.taxon.generic.service with parameters of type RemoteReferenceDocumentNaturalId
 RemoteReferenceDocumentFullVO RemoteReferenceDocumentFullService.getReferenceDocumentByNaturalId(RemoteReferenceDocumentNaturalId referenceDocumentNaturalId)
           
 RemoteReferenceDocumentFullVO RemoteReferenceDocumentFullServiceWSDelegator.getReferenceDocumentByNaturalId(RemoteReferenceDocumentNaturalId referenceDocumentNaturalId)
           
 RemoteReferenceDocumentFullVO RemoteReferenceDocumentFullServiceBase.getReferenceDocumentByNaturalId(RemoteReferenceDocumentNaturalId referenceDocumentNaturalId)
           
protected  RemoteReferenceDocumentFullVO RemoteReferenceDocumentFullServiceImpl.handleGetReferenceDocumentByNaturalId(RemoteReferenceDocumentNaturalId referenceDocumentNaturalId)
           
protected abstract  RemoteReferenceDocumentFullVO RemoteReferenceDocumentFullServiceBase.handleGetReferenceDocumentByNaturalId(RemoteReferenceDocumentNaturalId referenceDocumentNaturalId)
          Performs the core logic for RemoteReferenceDocumentFullServiceBase.getReferenceDocumentByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteReferenceDocumentNaturalId)
 

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

Methods in fr.ifremer.allegro.referential.taxon.generic.vo that return RemoteReferenceDocumentNaturalId
 RemoteReferenceDocumentNaturalId RemoteTaxonInformationNaturalId.getReferenceDocument()
           
 RemoteReferenceDocumentNaturalId RemoteTaxonInformationHistoryNaturalId.getReferenceDocument()
           
 RemoteReferenceDocumentNaturalId RemoteTaxonGroupInformationNaturalId.getReferenceDocument()
           
 

Methods in fr.ifremer.allegro.referential.taxon.generic.vo with parameters of type RemoteReferenceDocumentNaturalId
 void RemoteReferenceDocumentNaturalId.copy(RemoteReferenceDocumentNaturalId otherBean)
          Copies all properties from the argument value object into this value object.
 void RemoteTaxonInformationNaturalId.setReferenceDocument(RemoteReferenceDocumentNaturalId referenceDocument)
           
 void RemoteTaxonInformationHistoryNaturalId.setReferenceDocument(RemoteReferenceDocumentNaturalId referenceDocument)
           
 void RemoteTaxonGroupInformationNaturalId.setReferenceDocument(RemoteReferenceDocumentNaturalId referenceDocument)
           
 

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.