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

Packages that use RemoteTaxonGroupInformationNaturalId
fr.ifremer.allegro.referential.taxon   
fr.ifremer.allegro.referential.taxon.generic.service   
fr.ifremer.allegro.referential.taxon.generic.vo   
 

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

Methods in fr.ifremer.allegro.referential.taxon that return RemoteTaxonGroupInformationNaturalId
protected  RemoteTaxonGroupInformationNaturalId TaxonGroupInformationDaoBase.toRemoteTaxonGroupInformationNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 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)
           
 RemoteTaxonGroupInformationNaturalId[] TaxonGroupInformationDao.toRemoteTaxonGroupInformationNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteTaxonGroupInformationNaturalId.
 RemoteTaxonGroupInformationNaturalId[] TaxonGroupInformationDaoBase.toRemoteTaxonGroupInformationNaturalIdArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.taxon with parameters of type RemoteTaxonGroupInformationNaturalId
 TaxonGroupInformation TaxonGroupInformationDaoImpl.remoteTaxonGroupInformationNaturalIdToEntity(RemoteTaxonGroupInformationNaturalId remoteTaxonGroupInformationNaturalId)
           
 TaxonGroupInformation TaxonGroupInformationDao.remoteTaxonGroupInformationNaturalIdToEntity(RemoteTaxonGroupInformationNaturalId remoteTaxonGroupInformationNaturalId)
          Converts an instance of type RemoteTaxonGroupInformationNaturalId to this DAO's entity.
 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 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)
           
 

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

Methods in fr.ifremer.allegro.referential.taxon.generic.service that return RemoteTaxonGroupInformationNaturalId
 RemoteTaxonGroupInformationNaturalId[] RemoteTaxonGroupInformationFullService.getTaxonGroupInformationNaturalIds()
           
 RemoteTaxonGroupInformationNaturalId[] RemoteTaxonGroupInformationFullServiceWSDelegator.getTaxonGroupInformationNaturalIds()
           
 RemoteTaxonGroupInformationNaturalId[] RemoteTaxonGroupInformationFullServiceBase.getTaxonGroupInformationNaturalIds()
           
protected  RemoteTaxonGroupInformationNaturalId[] RemoteTaxonGroupInformationFullServiceImpl.handleGetTaxonGroupInformationNaturalIds()
           
protected abstract  RemoteTaxonGroupInformationNaturalId[] RemoteTaxonGroupInformationFullServiceBase.handleGetTaxonGroupInformationNaturalIds()
          Performs the core logic for RemoteTaxonGroupInformationFullServiceBase.getTaxonGroupInformationNaturalIds()
 

Methods in fr.ifremer.allegro.referential.taxon.generic.service with parameters of type RemoteTaxonGroupInformationNaturalId
 RemoteTaxonGroupInformationFullVO RemoteTaxonGroupInformationFullService.getTaxonGroupInformationByNaturalId(RemoteTaxonGroupInformationNaturalId taxonGroupInformationNaturalId)
           
 RemoteTaxonGroupInformationFullVO RemoteTaxonGroupInformationFullServiceWSDelegator.getTaxonGroupInformationByNaturalId(RemoteTaxonGroupInformationNaturalId taxonGroupInformationNaturalId)
           
 RemoteTaxonGroupInformationFullVO RemoteTaxonGroupInformationFullServiceBase.getTaxonGroupInformationByNaturalId(RemoteTaxonGroupInformationNaturalId taxonGroupInformationNaturalId)
           
protected  RemoteTaxonGroupInformationFullVO RemoteTaxonGroupInformationFullServiceImpl.handleGetTaxonGroupInformationByNaturalId(RemoteTaxonGroupInformationNaturalId taxonGroupInformationNaturalId)
           
protected abstract  RemoteTaxonGroupInformationFullVO RemoteTaxonGroupInformationFullServiceBase.handleGetTaxonGroupInformationByNaturalId(RemoteTaxonGroupInformationNaturalId taxonGroupInformationNaturalId)
          Performs the core logic for RemoteTaxonGroupInformationFullServiceBase.getTaxonGroupInformationByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationNaturalId)
 

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

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.