Uses of Class
fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonInformation

Packages that use ClusterTaxonInformation
fr.ifremer.allegro.referential.taxon   
fr.ifremer.allegro.referential.taxon.generic.cluster   
fr.ifremer.allegro.referential.taxon.generic.service   
 

Uses of ClusterTaxonInformation in fr.ifremer.allegro.referential.taxon
 

Methods in fr.ifremer.allegro.referential.taxon that return ClusterTaxonInformation
 ClusterTaxonInformation[] TaxonInformationDao.getAllClusterTaxonInformationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterTaxonInformation[] TaxonInformationDaoBase.getAllClusterTaxonInformationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected  ClusterTaxonInformation[] TaxonInformationDaoImpl.handleGetAllClusterTaxonInformationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterTaxonInformation[] TaxonInformationDaoBase.handleGetAllClusterTaxonInformationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
          Performs the core logic for TaxonInformationDaoBase.getAllClusterTaxonInformationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  ClusterTaxonInformation TaxonInformationDaoBase.toClusterTaxonInformation(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterTaxonInformation TaxonInformationDaoImpl.toClusterTaxonInformation(TaxonInformation entity)
           
 ClusterTaxonInformation TaxonInformationDao.toClusterTaxonInformation(TaxonInformation entity)
          Converts this DAO's entity to an object of type ClusterTaxonInformation.
 ClusterTaxonInformation TaxonInformationDaoBase.toClusterTaxonInformation(TaxonInformation entity)
           
 ClusterTaxonInformation[] TaxonInformationDao.toClusterTaxonInformationArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterTaxonInformation.
 ClusterTaxonInformation[] TaxonInformationDaoBase.toClusterTaxonInformationArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.taxon with parameters of type ClusterTaxonInformation
 TaxonInformation TaxonInformationDaoImpl.clusterTaxonInformationToEntity(ClusterTaxonInformation clusterTaxonInformation)
           
 TaxonInformation TaxonInformationDao.clusterTaxonInformationToEntity(ClusterTaxonInformation clusterTaxonInformation)
          Converts an instance of type ClusterTaxonInformation to this DAO's entity.
 void TaxonInformationDaoImpl.clusterTaxonInformationToEntity(ClusterTaxonInformation source, TaxonInformation target, boolean copyIfNull)
           
 void TaxonInformationDao.clusterTaxonInformationToEntity(ClusterTaxonInformation source, TaxonInformation target, boolean copyIfNull)
          Copies the fields of ClusterTaxonInformation to the specified entity.
 void TaxonInformationDaoBase.clusterTaxonInformationToEntity(ClusterTaxonInformation source, TaxonInformation target, boolean copyIfNull)
           
 TaxonInformation TaxonInformationDao.createFromClusterTaxonInformation(ClusterTaxonInformation clusterTaxonInformation)
           
 TaxonInformation TaxonInformationDaoBase.createFromClusterTaxonInformation(ClusterTaxonInformation clusterTaxonInformation)
           
protected  TaxonInformation TaxonInformationDaoImpl.handleCreateFromClusterTaxonInformation(ClusterTaxonInformation clusterTaxonInformation)
           
protected abstract  TaxonInformation TaxonInformationDaoBase.handleCreateFromClusterTaxonInformation(ClusterTaxonInformation clusterTaxonInformation)
          Performs the core logic for TaxonInformationDaoBase.createFromClusterTaxonInformation(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonInformation)
 void TaxonInformationDaoImpl.toClusterTaxonInformation(TaxonInformation source, ClusterTaxonInformation target)
           
 void TaxonInformationDao.toClusterTaxonInformation(TaxonInformation source, ClusterTaxonInformation target)
          Copies the fields of the specified entity to the target value object.
 void TaxonInformationDaoBase.toClusterTaxonInformation(TaxonInformation source, ClusterTaxonInformation target)
           
 

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

Methods in fr.ifremer.allegro.referential.taxon.generic.cluster with parameters of type ClusterTaxonInformation
 void ClusterTaxonInformation.copy(ClusterTaxonInformation otherBean)
          Copies all properties from the argument value object into this value object.
 

Constructors in fr.ifremer.allegro.referential.taxon.generic.cluster with parameters of type ClusterTaxonInformation
ClusterTaxonInformation(ClusterTaxonInformation otherBean)
          Copies constructor from other ClusterTaxonInformation
 

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

Methods in fr.ifremer.allegro.referential.taxon.generic.service that return ClusterTaxonInformation
 ClusterTaxonInformation RemoteTaxonInformationFullService.addOrUpdateClusterTaxonInformation(ClusterTaxonInformation clusterTaxonInformation)
           
 ClusterTaxonInformation RemoteTaxonInformationFullServiceWSDelegator.addOrUpdateClusterTaxonInformation(ClusterTaxonInformation clusterTaxonInformation)
           
 ClusterTaxonInformation RemoteTaxonInformationFullServiceBase.addOrUpdateClusterTaxonInformation(ClusterTaxonInformation clusterTaxonInformation)
           
 ClusterTaxonInformation[] RemoteTaxonInformationFullService.getAllClusterTaxonInformationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterTaxonInformation[] RemoteTaxonInformationFullServiceWSDelegator.getAllClusterTaxonInformationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterTaxonInformation[] RemoteTaxonInformationFullServiceBase.getAllClusterTaxonInformationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterTaxonInformation RemoteTaxonInformationFullService.getClusterTaxonInformationByIdentifiers(java.lang.Integer taxonNameId, java.lang.Integer referenceDocumentId)
           
 ClusterTaxonInformation RemoteTaxonInformationFullServiceWSDelegator.getClusterTaxonInformationByIdentifiers(java.lang.Integer taxonNameId, java.lang.Integer referenceDocumentId)
           
 ClusterTaxonInformation RemoteTaxonInformationFullServiceBase.getClusterTaxonInformationByIdentifiers(java.lang.Integer taxonNameId, java.lang.Integer referenceDocumentId)
           
protected  ClusterTaxonInformation RemoteTaxonInformationFullServiceImpl.handleAddOrUpdateClusterTaxonInformation(ClusterTaxonInformation clusterTaxonInformation)
           
protected abstract  ClusterTaxonInformation RemoteTaxonInformationFullServiceBase.handleAddOrUpdateClusterTaxonInformation(ClusterTaxonInformation clusterTaxonInformation)
          Performs the core logic for RemoteTaxonInformationFullServiceBase.addOrUpdateClusterTaxonInformation(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonInformation)
protected  ClusterTaxonInformation[] RemoteTaxonInformationFullServiceImpl.handleGetAllClusterTaxonInformationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterTaxonInformation[] RemoteTaxonInformationFullServiceBase.handleGetAllClusterTaxonInformationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
          Performs the core logic for RemoteTaxonInformationFullServiceBase.getAllClusterTaxonInformationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  ClusterTaxonInformation RemoteTaxonInformationFullServiceImpl.handleGetClusterTaxonInformationByIdentifiers(java.lang.Integer taxonNameId, java.lang.Integer referenceDocumentId)
           
protected abstract  ClusterTaxonInformation RemoteTaxonInformationFullServiceBase.handleGetClusterTaxonInformationByIdentifiers(java.lang.Integer taxonNameId, java.lang.Integer referenceDocumentId)
          Performs the core logic for RemoteTaxonInformationFullServiceBase.getClusterTaxonInformationByIdentifiers(java.lang.Integer, java.lang.Integer)
 

Methods in fr.ifremer.allegro.referential.taxon.generic.service with parameters of type ClusterTaxonInformation
 ClusterTaxonInformation RemoteTaxonInformationFullService.addOrUpdateClusterTaxonInformation(ClusterTaxonInformation clusterTaxonInformation)
           
 ClusterTaxonInformation RemoteTaxonInformationFullServiceWSDelegator.addOrUpdateClusterTaxonInformation(ClusterTaxonInformation clusterTaxonInformation)
           
 ClusterTaxonInformation RemoteTaxonInformationFullServiceBase.addOrUpdateClusterTaxonInformation(ClusterTaxonInformation clusterTaxonInformation)
           
protected  ClusterTaxonInformation RemoteTaxonInformationFullServiceImpl.handleAddOrUpdateClusterTaxonInformation(ClusterTaxonInformation clusterTaxonInformation)
           
protected abstract  ClusterTaxonInformation RemoteTaxonInformationFullServiceBase.handleAddOrUpdateClusterTaxonInformation(ClusterTaxonInformation clusterTaxonInformation)
          Performs the core logic for RemoteTaxonInformationFullServiceBase.addOrUpdateClusterTaxonInformation(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonInformation)
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.