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

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

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

Methods in fr.ifremer.allegro.referential.taxon that return ClusterTaxonGroupInformation
protected  ClusterTaxonGroupInformation TaxonGroupInformationDaoBase.toClusterTaxonGroupInformation(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterTaxonGroupInformation TaxonGroupInformationDaoImpl.toClusterTaxonGroupInformation(TaxonGroupInformation entity)
           
 ClusterTaxonGroupInformation TaxonGroupInformationDao.toClusterTaxonGroupInformation(TaxonGroupInformation entity)
          Converts this DAO's entity to an object of type ClusterTaxonGroupInformation.
 ClusterTaxonGroupInformation TaxonGroupInformationDaoBase.toClusterTaxonGroupInformation(TaxonGroupInformation entity)
           
 ClusterTaxonGroupInformation[] TaxonGroupInformationDao.toClusterTaxonGroupInformationArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterTaxonGroupInformation.
 ClusterTaxonGroupInformation[] TaxonGroupInformationDaoBase.toClusterTaxonGroupInformationArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.taxon with parameters of type ClusterTaxonGroupInformation
 TaxonGroupInformation TaxonGroupInformationDaoImpl.clusterTaxonGroupInformationToEntity(ClusterTaxonGroupInformation clusterTaxonGroupInformation)
           
 TaxonGroupInformation TaxonGroupInformationDao.clusterTaxonGroupInformationToEntity(ClusterTaxonGroupInformation clusterTaxonGroupInformation)
          Converts an instance of type ClusterTaxonGroupInformation to this DAO's entity.
 void TaxonGroupInformationDaoImpl.clusterTaxonGroupInformationToEntity(ClusterTaxonGroupInformation source, TaxonGroupInformation target, boolean copyIfNull)
           
 void TaxonGroupInformationDao.clusterTaxonGroupInformationToEntity(ClusterTaxonGroupInformation source, TaxonGroupInformation target, boolean copyIfNull)
          Copies the fields of ClusterTaxonGroupInformation to the specified entity.
 void TaxonGroupInformationDaoBase.clusterTaxonGroupInformationToEntity(ClusterTaxonGroupInformation source, TaxonGroupInformation target, boolean copyIfNull)
           
 TaxonGroupInformation TaxonGroupInformationDao.createFromClusterTaxonGroupInformation(ClusterTaxonGroupInformation clusterTaxonGroupInformation)
           
 TaxonGroupInformation TaxonGroupInformationDaoBase.createFromClusterTaxonGroupInformation(ClusterTaxonGroupInformation clusterTaxonGroupInformation)
           
protected  TaxonGroupInformation TaxonGroupInformationDaoImpl.handleCreateFromClusterTaxonGroupInformation(ClusterTaxonGroupInformation clusterTaxonGroupInformation)
           
protected abstract  TaxonGroupInformation TaxonGroupInformationDaoBase.handleCreateFromClusterTaxonGroupInformation(ClusterTaxonGroupInformation clusterTaxonGroupInformation)
          Performs the core logic for TaxonGroupInformationDaoBase.createFromClusterTaxonGroupInformation(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterTaxonGroupInformation)
 void TaxonGroupInformationDaoImpl.toClusterTaxonGroupInformation(TaxonGroupInformation source, ClusterTaxonGroupInformation target)
           
 void TaxonGroupInformationDao.toClusterTaxonGroupInformation(TaxonGroupInformation source, ClusterTaxonGroupInformation target)
          Copies the fields of the specified entity to the target value object.
 void TaxonGroupInformationDaoBase.toClusterTaxonGroupInformation(TaxonGroupInformation source, ClusterTaxonGroupInformation target)
           
 

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

Methods in fr.ifremer.allegro.referential.taxon.generic.cluster that return ClusterTaxonGroupInformation
 ClusterTaxonGroupInformation[] ClusterTaxonGroup.getClusterTaxonGroupInformations()
           
 

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

Constructors in fr.ifremer.allegro.referential.taxon.generic.cluster with parameters of type ClusterTaxonGroupInformation
ClusterTaxonGroup(java.lang.Integer id, java.lang.String label, java.lang.String name, java.lang.String comments, java.lang.Boolean isChildGroupExclusive, java.lang.Boolean isUpdatable, java.util.Date creationDate, java.sql.Timestamp updateDate, RemoteTaxonGroupTypeNaturalId taxonGroupTypeNaturalId, RemoteTaxonGroupNaturalId parentTaxonGroupNaturalId, RemoteStatusNaturalId statusNaturalId, RemoteTaxonGroupNaturalId[] childTaxonGroupNaturalId, ClusterTaxonGroupHistoricalRecord[] clusterTaxonGroupHistoricalRecords, ClusterTaxonGroupInformation[] clusterTaxonGroupInformations)
           
ClusterTaxonGroup(java.lang.String name, java.lang.Boolean isChildGroupExclusive, java.lang.Boolean isUpdatable, java.util.Date creationDate, RemoteTaxonGroupTypeNaturalId taxonGroupTypeNaturalId, RemoteStatusNaturalId statusNaturalId, RemoteTaxonGroupNaturalId[] childTaxonGroupNaturalId, ClusterTaxonGroupHistoricalRecord[] clusterTaxonGroupHistoricalRecords, ClusterTaxonGroupInformation[] clusterTaxonGroupInformations)
           
ClusterTaxonGroupInformation(ClusterTaxonGroupInformation otherBean)
          Copies constructor from other ClusterTaxonGroupInformation
 

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

Methods in fr.ifremer.allegro.referential.taxon.generic.service that return ClusterTaxonGroupInformation
 ClusterTaxonGroupInformation RemoteTaxonGroupInformationFullService.getClusterTaxonGroupInformationByIdentifiers(java.lang.Integer referenceDocumentId, java.lang.Integer taxonGroupId)
           
 ClusterTaxonGroupInformation RemoteTaxonGroupInformationFullServiceWSDelegator.getClusterTaxonGroupInformationByIdentifiers(java.lang.Integer referenceDocumentId, java.lang.Integer taxonGroupId)
           
 ClusterTaxonGroupInformation RemoteTaxonGroupInformationFullServiceBase.getClusterTaxonGroupInformationByIdentifiers(java.lang.Integer referenceDocumentId, java.lang.Integer taxonGroupId)
           
protected  ClusterTaxonGroupInformation RemoteTaxonGroupInformationFullServiceImpl.handleGetClusterTaxonGroupInformationByIdentifiers(java.lang.Integer referenceDocumentId, java.lang.Integer taxonGroupId)
           
protected abstract  ClusterTaxonGroupInformation RemoteTaxonGroupInformationFullServiceBase.handleGetClusterTaxonGroupInformationByIdentifiers(java.lang.Integer referenceDocumentId, java.lang.Integer taxonGroupId)
          Performs the core logic for RemoteTaxonGroupInformationFullServiceBase.getClusterTaxonGroupInformationByIdentifiers(java.lang.Integer, java.lang.Integer)
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.