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

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

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

Methods in fr.ifremer.allegro.referential.taxon that return ClusterTaxonGroup
 ClusterTaxonGroup[] TaxonGroupDao.getAllClusterTaxonGroupSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterTaxonGroup[] TaxonGroupDaoBase.getAllClusterTaxonGroupSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected  ClusterTaxonGroup[] TaxonGroupDaoImpl.handleGetAllClusterTaxonGroupSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterTaxonGroup[] TaxonGroupDaoBase.handleGetAllClusterTaxonGroupSinceDateSynchro(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 TaxonGroupDaoBase.getAllClusterTaxonGroupSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  ClusterTaxonGroup TaxonGroupDaoBase.toClusterTaxonGroup(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterTaxonGroup TaxonGroupDaoImpl.toClusterTaxonGroup(TaxonGroup entity)
           
 ClusterTaxonGroup TaxonGroupDao.toClusterTaxonGroup(TaxonGroup entity)
          Converts this DAO's entity to an object of type ClusterTaxonGroup.
 ClusterTaxonGroup TaxonGroupDaoBase.toClusterTaxonGroup(TaxonGroup entity)
           
 ClusterTaxonGroup[] TaxonGroupDao.toClusterTaxonGroupArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterTaxonGroup.
 ClusterTaxonGroup[] TaxonGroupDaoBase.toClusterTaxonGroupArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.taxon with parameters of type ClusterTaxonGroup
 TaxonGroup TaxonGroupDaoImpl.clusterTaxonGroupToEntity(ClusterTaxonGroup clusterTaxonGroup)
           
 TaxonGroup TaxonGroupDao.clusterTaxonGroupToEntity(ClusterTaxonGroup clusterTaxonGroup)
          Converts an instance of type ClusterTaxonGroup to this DAO's entity.
 void TaxonGroupDaoImpl.clusterTaxonGroupToEntity(ClusterTaxonGroup source, TaxonGroup target, boolean copyIfNull)
           
 void TaxonGroupDao.clusterTaxonGroupToEntity(ClusterTaxonGroup source, TaxonGroup target, boolean copyIfNull)
          Copies the fields of ClusterTaxonGroup to the specified entity.
 void TaxonGroupDaoBase.clusterTaxonGroupToEntity(ClusterTaxonGroup source, TaxonGroup target, boolean copyIfNull)
           
 TaxonGroup TaxonGroupDao.createFromClusterTaxonGroup(ClusterTaxonGroup clusterTaxonGroup)
           
 TaxonGroup TaxonGroupDaoBase.createFromClusterTaxonGroup(ClusterTaxonGroup clusterTaxonGroup)
           
protected  TaxonGroup TaxonGroupDaoImpl.handleCreateFromClusterTaxonGroup(ClusterTaxonGroup clusterTaxonGroup)
           
protected abstract  TaxonGroup TaxonGroupDaoBase.handleCreateFromClusterTaxonGroup(ClusterTaxonGroup clusterTaxonGroup)
          Performs the core logic for TaxonGroupDaoBase.createFromClusterTaxonGroup(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonGroup)
 void TaxonGroupDaoImpl.toClusterTaxonGroup(TaxonGroup source, ClusterTaxonGroup target)
           
 void TaxonGroupDao.toClusterTaxonGroup(TaxonGroup source, ClusterTaxonGroup target)
          Copies the fields of the specified entity to the target value object.
 void TaxonGroupDaoBase.toClusterTaxonGroup(TaxonGroup source, ClusterTaxonGroup target)
           
 

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

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

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

Methods in fr.ifremer.allegro.referential.taxon.generic.service that return ClusterTaxonGroup
 ClusterTaxonGroup RemoteTaxonGroupFullService.addOrUpdateClusterTaxonGroup(ClusterTaxonGroup clusterTaxonGroup)
           
 ClusterTaxonGroup RemoteTaxonGroupFullServiceWSDelegator.addOrUpdateClusterTaxonGroup(ClusterTaxonGroup clusterTaxonGroup)
           
 ClusterTaxonGroup RemoteTaxonGroupFullServiceBase.addOrUpdateClusterTaxonGroup(ClusterTaxonGroup clusterTaxonGroup)
           
 ClusterTaxonGroup[] RemoteTaxonGroupFullService.getAllClusterTaxonGroupSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterTaxonGroup[] RemoteTaxonGroupFullServiceWSDelegator.getAllClusterTaxonGroupSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterTaxonGroup[] RemoteTaxonGroupFullServiceBase.getAllClusterTaxonGroupSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterTaxonGroup RemoteTaxonGroupFullService.getClusterTaxonGroupByIdentifiers(java.lang.Integer id)
           
 ClusterTaxonGroup RemoteTaxonGroupFullServiceWSDelegator.getClusterTaxonGroupByIdentifiers(java.lang.Integer id)
           
 ClusterTaxonGroup RemoteTaxonGroupFullServiceBase.getClusterTaxonGroupByIdentifiers(java.lang.Integer id)
           
protected  ClusterTaxonGroup RemoteTaxonGroupFullServiceImpl.handleAddOrUpdateClusterTaxonGroup(ClusterTaxonGroup clusterTaxonGroup)
           
protected abstract  ClusterTaxonGroup RemoteTaxonGroupFullServiceBase.handleAddOrUpdateClusterTaxonGroup(ClusterTaxonGroup clusterTaxonGroup)
          Performs the core logic for RemoteTaxonGroupFullServiceBase.addOrUpdateClusterTaxonGroup(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonGroup)
protected  ClusterTaxonGroup[] RemoteTaxonGroupFullServiceImpl.handleGetAllClusterTaxonGroupSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterTaxonGroup[] RemoteTaxonGroupFullServiceBase.handleGetAllClusterTaxonGroupSinceDateSynchro(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 RemoteTaxonGroupFullServiceBase.getAllClusterTaxonGroupSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  ClusterTaxonGroup RemoteTaxonGroupFullServiceImpl.handleGetClusterTaxonGroupByIdentifiers(java.lang.Integer id)
           
protected abstract  ClusterTaxonGroup RemoteTaxonGroupFullServiceBase.handleGetClusterTaxonGroupByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteTaxonGroupFullServiceBase.getClusterTaxonGroupByIdentifiers(java.lang.Integer)
 

Methods in fr.ifremer.allegro.referential.taxon.generic.service with parameters of type ClusterTaxonGroup
 ClusterTaxonGroup RemoteTaxonGroupFullService.addOrUpdateClusterTaxonGroup(ClusterTaxonGroup clusterTaxonGroup)
           
 ClusterTaxonGroup RemoteTaxonGroupFullServiceWSDelegator.addOrUpdateClusterTaxonGroup(ClusterTaxonGroup clusterTaxonGroup)
           
 ClusterTaxonGroup RemoteTaxonGroupFullServiceBase.addOrUpdateClusterTaxonGroup(ClusterTaxonGroup clusterTaxonGroup)
           
protected  ClusterTaxonGroup RemoteTaxonGroupFullServiceImpl.handleAddOrUpdateClusterTaxonGroup(ClusterTaxonGroup clusterTaxonGroup)
           
protected abstract  ClusterTaxonGroup RemoteTaxonGroupFullServiceBase.handleAddOrUpdateClusterTaxonGroup(ClusterTaxonGroup clusterTaxonGroup)
          Performs the core logic for RemoteTaxonGroupFullServiceBase.addOrUpdateClusterTaxonGroup(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonGroup)
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.