Uses of Class
fr.ifremer.allegro.referential.taxon.TaxonGroupInformation

Packages that use TaxonGroupInformation
fr.ifremer.allegro.referential.taxon   
 

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

Subclasses of TaxonGroupInformation in fr.ifremer.allegro.referential.taxon
 class TaxonGroupInformationImpl
           
 

Methods in fr.ifremer.allegro.referential.taxon that return TaxonGroupInformation
 TaxonGroupInformation TaxonGroupInformationDaoImpl.clusterTaxonGroupInformationToEntity(ClusterTaxonGroupInformation clusterTaxonGroupInformation)
           
 TaxonGroupInformation TaxonGroupInformationDao.clusterTaxonGroupInformationToEntity(ClusterTaxonGroupInformation clusterTaxonGroupInformation)
          Converts an instance of type ClusterTaxonGroupInformation to this DAO's entity.
 TaxonGroupInformation TaxonGroupInformationDao.create(ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
           Creates a new fr.ifremer.allegro.referential.taxon.TaxonGroupInformation instance from only required properties (attributes and association ends) and adds it to the persistent store.
 TaxonGroupInformation TaxonGroupInformationDaoBase.create(ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
           
 TaxonGroupInformation TaxonGroupInformationDao.create(java.lang.String description, java.sql.Timestamp updateDate, ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
           Creates a new fr.ifremer.allegro.referential.taxon.TaxonGroupInformation instance from all attributes and properties and adds it to the persistent store.
 TaxonGroupInformation TaxonGroupInformationDaoBase.create(java.lang.String description, java.sql.Timestamp updateDate, ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
           
 TaxonGroupInformation TaxonGroupInformationDao.create(TaxonGroupInformation taxonGroupInformation)
          Creates an instance of fr.ifremer.allegro.referential.taxon.TaxonGroupInformation and adds it to the persistent store.
 TaxonGroupInformation TaxonGroupInformationDaoBase.create(TaxonGroupInformation taxonGroupInformation)
           
 TaxonGroupInformation TaxonGroupInformationDao.createFromClusterTaxonGroupInformation(ClusterTaxonGroupInformation clusterTaxonGroupInformation)
           
 TaxonGroupInformation TaxonGroupInformationDaoBase.createFromClusterTaxonGroupInformation(ClusterTaxonGroupInformation clusterTaxonGroupInformation)
           
 TaxonGroupInformation TaxonGroupInformationDao.findTaxonGroupInformationByIdentifiers(ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
           
 TaxonGroupInformation TaxonGroupInformationDaoBase.findTaxonGroupInformationByIdentifiers(ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
           
 TaxonGroupInformation TaxonGroupInformationDao.findTaxonGroupInformationByIdentifiers(java.lang.String queryString, ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
           Does the same thing as TaxonGroupInformationDao.findTaxonGroupInformationByIdentifiers(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional argument called queryString.
 TaxonGroupInformation TaxonGroupInformationDaoBase.findTaxonGroupInformationByIdentifiers(java.lang.String queryString, ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
           
 TaxonGroupInformation TaxonGroupInformationDao.findTaxonGroupInformationByNaturalId(ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
           
 TaxonGroupInformation TaxonGroupInformationDaoBase.findTaxonGroupInformationByNaturalId(ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
           
 TaxonGroupInformation TaxonGroupInformationDao.findTaxonGroupInformationByNaturalId(java.lang.String queryString, ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
           Does the same thing as TaxonGroupInformationDao.findTaxonGroupInformationByNaturalId(fr.ifremer.allegro.referential.taxon.ReferenceDocument, fr.ifremer.allegro.referential.taxon.TaxonGroup) with an additional argument called queryString.
 TaxonGroupInformation TaxonGroupInformationDaoBase.findTaxonGroupInformationByNaturalId(java.lang.String queryString, ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
           
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)
 TaxonGroupInformation TaxonGroupInformationDao.load(ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
          Loads an instance of fr.ifremer.allegro.referential.taxon.TaxonGroupInformation from the persistent store.
 TaxonGroupInformation TaxonGroupInformationDaoBase.load(ReferenceDocument referenceDocument, TaxonGroup taxonGroup)
           
static TaxonGroupInformation TaxonGroupInformation.Factory.newInstance()
          Constructs a new instance of TaxonGroupInformation.
static TaxonGroupInformation TaxonGroupInformation.Factory.newInstance(java.lang.String description, java.sql.Timestamp updateDate)
          Constructs a new instance of TaxonGroupInformation, taking all possible properties (except the identifier(s))as arguments.
 TaxonGroupInformation TaxonGroupInformationDaoImpl.remoteTaxonGroupInformationFullVOToEntity(RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVO)
           
 TaxonGroupInformation TaxonGroupInformationDao.remoteTaxonGroupInformationFullVOToEntity(RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVO)
          Converts an instance of type RemoteTaxonGroupInformationFullVO to this DAO's entity.
 TaxonGroupInformation TaxonGroupInformationDaoImpl.remoteTaxonGroupInformationNaturalIdToEntity(RemoteTaxonGroupInformationNaturalId remoteTaxonGroupInformationNaturalId)
           
 TaxonGroupInformation TaxonGroupInformationDao.remoteTaxonGroupInformationNaturalIdToEntity(RemoteTaxonGroupInformationNaturalId remoteTaxonGroupInformationNaturalId)
          Converts an instance of type RemoteTaxonGroupInformationNaturalId to this DAO's entity.
protected  TaxonGroupInformation TaxonGroupInformationDaoBase.toEntity(java.lang.Object[] row)
           
 

Methods in fr.ifremer.allegro.referential.taxon with parameters of type TaxonGroupInformation
 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)
           
 java.lang.Object TaxonGroupInformationDao.create(int transform, TaxonGroupInformation taxonGroupInformation)
           Does the same thing as TaxonGroupInformationDao.create(fr.ifremer.allegro.referential.taxon.TaxonGroupInformation) with an additional flag called transform.
 java.lang.Object TaxonGroupInformationDaoBase.create(int transform, TaxonGroupInformation taxonGroupInformation)
           
 TaxonGroupInformation TaxonGroupInformationDao.create(TaxonGroupInformation taxonGroupInformation)
          Creates an instance of fr.ifremer.allegro.referential.taxon.TaxonGroupInformation and adds it to the persistent store.
 TaxonGroupInformation TaxonGroupInformationDaoBase.create(TaxonGroupInformation taxonGroupInformation)
           
 void TaxonGroupInformationDaoImpl.remoteTaxonGroupInformationFullVOToEntity(RemoteTaxonGroupInformationFullVO source, TaxonGroupInformation target, boolean copyIfNull)
           
 void TaxonGroupInformationDao.remoteTaxonGroupInformationFullVOToEntity(RemoteTaxonGroupInformationFullVO source, TaxonGroupInformation target, boolean copyIfNull)
          Copies the fields of RemoteTaxonGroupInformationFullVO to the specified entity.
 void TaxonGroupInformationDaoBase.remoteTaxonGroupInformationFullVOToEntity(RemoteTaxonGroupInformationFullVO source, TaxonGroupInformation target, boolean copyIfNull)
           
 void TaxonGroupInformationDaoImpl.remoteTaxonGroupInformationNaturalIdToEntity(RemoteTaxonGroupInformationNaturalId source, TaxonGroupInformation target, boolean copyIfNull)
           
 void TaxonGroupInformationDao.remoteTaxonGroupInformationNaturalIdToEntity(RemoteTaxonGroupInformationNaturalId source, TaxonGroupInformation target, boolean copyIfNull)
          Copies the fields of RemoteTaxonGroupInformationNaturalId to the specified entity.
 void TaxonGroupInformationDaoBase.remoteTaxonGroupInformationNaturalIdToEntity(RemoteTaxonGroupInformationNaturalId source, TaxonGroupInformation target, boolean copyIfNull)
           
 void TaxonGroupInformationDao.remove(TaxonGroupInformation taxonGroupInformation)
          Removes the instance of fr.ifremer.allegro.referential.taxon.TaxonGroupInformation from the persistent store.
 void TaxonGroupInformationDaoBase.remove(TaxonGroupInformation taxonGroupInformation)
           
 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)
           
 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)
           
 RemoteTaxonGroupInformationFullVO TaxonGroupInformationDaoImpl.toRemoteTaxonGroupInformationFullVO(TaxonGroupInformation entity)
           
 RemoteTaxonGroupInformationFullVO TaxonGroupInformationDao.toRemoteTaxonGroupInformationFullVO(TaxonGroupInformation entity)
          Converts this DAO's entity to an object of type RemoteTaxonGroupInformationFullVO.
 RemoteTaxonGroupInformationFullVO TaxonGroupInformationDaoBase.toRemoteTaxonGroupInformationFullVO(TaxonGroupInformation entity)
           
 void TaxonGroupInformationDaoImpl.toRemoteTaxonGroupInformationFullVO(TaxonGroupInformation source, RemoteTaxonGroupInformationFullVO target)
           
 void TaxonGroupInformationDao.toRemoteTaxonGroupInformationFullVO(TaxonGroupInformation source, RemoteTaxonGroupInformationFullVO target)
          Copies the fields of the specified entity to the target value object.
 void TaxonGroupInformationDaoBase.toRemoteTaxonGroupInformationFullVO(TaxonGroupInformation source, RemoteTaxonGroupInformationFullVO target)
           
 RemoteTaxonGroupInformationNaturalId TaxonGroupInformationDaoImpl.toRemoteTaxonGroupInformationNaturalId(TaxonGroupInformation entity)
           
 RemoteTaxonGroupInformationNaturalId TaxonGroupInformationDao.toRemoteTaxonGroupInformationNaturalId(TaxonGroupInformation entity)
          Converts this DAO's entity to an object of type RemoteTaxonGroupInformationNaturalId.
 RemoteTaxonGroupInformationNaturalId TaxonGroupInformationDaoBase.toRemoteTaxonGroupInformationNaturalId(TaxonGroupInformation entity)
           
 void TaxonGroupInformationDaoImpl.toRemoteTaxonGroupInformationNaturalId(TaxonGroupInformation source, RemoteTaxonGroupInformationNaturalId target)
           
 void TaxonGroupInformationDao.toRemoteTaxonGroupInformationNaturalId(TaxonGroupInformation source, RemoteTaxonGroupInformationNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void TaxonGroupInformationDaoBase.toRemoteTaxonGroupInformationNaturalId(TaxonGroupInformation source, RemoteTaxonGroupInformationNaturalId target)
           
protected  java.lang.Object TaxonGroupInformationDaoBase.transformEntity(int transform, TaxonGroupInformation entity)
          Allows transformation of entities into value objects (or something else for that matter), when the transform flag is set to one of the constants defined in fr.ifremer.allegro.referential.taxon.TaxonGroupInformationDao, please note that the TaxonGroupInformationDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.
 void TaxonGroupInformationDao.update(TaxonGroupInformation taxonGroupInformation)
          Updates the taxonGroupInformation instance in the persistent store.
 void TaxonGroupInformationDaoBase.update(TaxonGroupInformation taxonGroupInformation)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.