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

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

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

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

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

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

Methods in fr.ifremer.allegro.referential.taxon.generic.service that return RemoteTaxonGroupInformationFullVO
 RemoteTaxonGroupInformationFullVO RemoteTaxonGroupInformationFullService.addTaxonGroupInformation(RemoteTaxonGroupInformationFullVO taxonGroupInformation)
           
 RemoteTaxonGroupInformationFullVO RemoteTaxonGroupInformationFullServiceWSDelegator.addTaxonGroupInformation(RemoteTaxonGroupInformationFullVO taxonGroupInformation)
           
 RemoteTaxonGroupInformationFullVO RemoteTaxonGroupInformationFullServiceBase.addTaxonGroupInformation(RemoteTaxonGroupInformationFullVO taxonGroupInformation)
           
 RemoteTaxonGroupInformationFullVO[] RemoteTaxonGroupInformationFullService.getAllTaxonGroupInformation()
           
 RemoteTaxonGroupInformationFullVO[] RemoteTaxonGroupInformationFullServiceWSDelegator.getAllTaxonGroupInformation()
           
 RemoteTaxonGroupInformationFullVO[] RemoteTaxonGroupInformationFullServiceBase.getAllTaxonGroupInformation()
           
 RemoteTaxonGroupInformationFullVO RemoteTaxonGroupInformationFullService.getTaxonGroupInformationByIdentifiers(java.lang.Integer referenceDocumentId, java.lang.Integer taxonGroupId)
           
 RemoteTaxonGroupInformationFullVO RemoteTaxonGroupInformationFullServiceWSDelegator.getTaxonGroupInformationByIdentifiers(java.lang.Integer referenceDocumentId, java.lang.Integer taxonGroupId)
           
 RemoteTaxonGroupInformationFullVO RemoteTaxonGroupInformationFullServiceBase.getTaxonGroupInformationByIdentifiers(java.lang.Integer referenceDocumentId, java.lang.Integer taxonGroupId)
           
 RemoteTaxonGroupInformationFullVO RemoteTaxonGroupInformationFullService.getTaxonGroupInformationByNaturalId(RemoteTaxonGroupInformationNaturalId taxonGroupInformationNaturalId)
           
 RemoteTaxonGroupInformationFullVO RemoteTaxonGroupInformationFullServiceWSDelegator.getTaxonGroupInformationByNaturalId(RemoteTaxonGroupInformationNaturalId taxonGroupInformationNaturalId)
           
 RemoteTaxonGroupInformationFullVO RemoteTaxonGroupInformationFullServiceBase.getTaxonGroupInformationByNaturalId(RemoteTaxonGroupInformationNaturalId taxonGroupInformationNaturalId)
           
 RemoteTaxonGroupInformationFullVO[] RemoteTaxonGroupInformationFullService.getTaxonGroupInformationByReferenceDocumentId(java.lang.Integer id)
           
 RemoteTaxonGroupInformationFullVO[] RemoteTaxonGroupInformationFullServiceWSDelegator.getTaxonGroupInformationByReferenceDocumentId(java.lang.Integer id)
           
 RemoteTaxonGroupInformationFullVO[] RemoteTaxonGroupInformationFullServiceBase.getTaxonGroupInformationByReferenceDocumentId(java.lang.Integer id)
           
 RemoteTaxonGroupInformationFullVO[] RemoteTaxonGroupInformationFullService.getTaxonGroupInformationByTaxonGroupId(java.lang.Integer id)
           
 RemoteTaxonGroupInformationFullVO[] RemoteTaxonGroupInformationFullServiceWSDelegator.getTaxonGroupInformationByTaxonGroupId(java.lang.Integer id)
           
 RemoteTaxonGroupInformationFullVO[] RemoteTaxonGroupInformationFullServiceBase.getTaxonGroupInformationByTaxonGroupId(java.lang.Integer id)
           
protected  RemoteTaxonGroupInformationFullVO RemoteTaxonGroupInformationFullServiceImpl.handleAddTaxonGroupInformation(RemoteTaxonGroupInformationFullVO taxonGroupInformation)
           
protected abstract  RemoteTaxonGroupInformationFullVO RemoteTaxonGroupInformationFullServiceBase.handleAddTaxonGroupInformation(RemoteTaxonGroupInformationFullVO taxonGroupInformation)
          Performs the core logic for RemoteTaxonGroupInformationFullServiceBase.addTaxonGroupInformation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO)
protected  RemoteTaxonGroupInformationFullVO[] RemoteTaxonGroupInformationFullServiceImpl.handleGetAllTaxonGroupInformation()
           
protected abstract  RemoteTaxonGroupInformationFullVO[] RemoteTaxonGroupInformationFullServiceBase.handleGetAllTaxonGroupInformation()
          Performs the core logic for RemoteTaxonGroupInformationFullServiceBase.getAllTaxonGroupInformation()
protected  RemoteTaxonGroupInformationFullVO RemoteTaxonGroupInformationFullServiceImpl.handleGetTaxonGroupInformationByIdentifiers(java.lang.Integer referenceDocumentId, java.lang.Integer taxonGroupId)
           
protected abstract  RemoteTaxonGroupInformationFullVO RemoteTaxonGroupInformationFullServiceBase.handleGetTaxonGroupInformationByIdentifiers(java.lang.Integer referenceDocumentId, java.lang.Integer taxonGroupId)
          Performs the core logic for RemoteTaxonGroupInformationFullServiceBase.getTaxonGroupInformationByIdentifiers(java.lang.Integer, java.lang.Integer)
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)
protected  RemoteTaxonGroupInformationFullVO[] RemoteTaxonGroupInformationFullServiceImpl.handleGetTaxonGroupInformationByReferenceDocumentId(java.lang.Integer id)
           
protected abstract  RemoteTaxonGroupInformationFullVO[] RemoteTaxonGroupInformationFullServiceBase.handleGetTaxonGroupInformationByReferenceDocumentId(java.lang.Integer id)
          Performs the core logic for RemoteTaxonGroupInformationFullServiceBase.getTaxonGroupInformationByReferenceDocumentId(java.lang.Integer)
protected  RemoteTaxonGroupInformationFullVO[] RemoteTaxonGroupInformationFullServiceImpl.handleGetTaxonGroupInformationByTaxonGroupId(java.lang.Integer id)
           
protected abstract  RemoteTaxonGroupInformationFullVO[] RemoteTaxonGroupInformationFullServiceBase.handleGetTaxonGroupInformationByTaxonGroupId(java.lang.Integer id)
          Performs the core logic for RemoteTaxonGroupInformationFullServiceBase.getTaxonGroupInformationByTaxonGroupId(java.lang.Integer)
 

Methods in fr.ifremer.allegro.referential.taxon.generic.service with parameters of type RemoteTaxonGroupInformationFullVO
 RemoteTaxonGroupInformationFullVO RemoteTaxonGroupInformationFullService.addTaxonGroupInformation(RemoteTaxonGroupInformationFullVO taxonGroupInformation)
           
 RemoteTaxonGroupInformationFullVO RemoteTaxonGroupInformationFullServiceWSDelegator.addTaxonGroupInformation(RemoteTaxonGroupInformationFullVO taxonGroupInformation)
           
 RemoteTaxonGroupInformationFullVO RemoteTaxonGroupInformationFullServiceBase.addTaxonGroupInformation(RemoteTaxonGroupInformationFullVO taxonGroupInformation)
           
protected  RemoteTaxonGroupInformationFullVO RemoteTaxonGroupInformationFullServiceImpl.handleAddTaxonGroupInformation(RemoteTaxonGroupInformationFullVO taxonGroupInformation)
           
protected abstract  RemoteTaxonGroupInformationFullVO RemoteTaxonGroupInformationFullServiceBase.handleAddTaxonGroupInformation(RemoteTaxonGroupInformationFullVO taxonGroupInformation)
          Performs the core logic for RemoteTaxonGroupInformationFullServiceBase.addTaxonGroupInformation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO)
protected  boolean RemoteTaxonGroupInformationFullServiceImpl.handleRemoteTaxonGroupInformationFullVOsAreEqual(RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOFirst, RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOSecond)
           
protected abstract  boolean RemoteTaxonGroupInformationFullServiceBase.handleRemoteTaxonGroupInformationFullVOsAreEqual(RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOFirst, RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOSecond)
          Performs the core logic for RemoteTaxonGroupInformationFullServiceBase.remoteTaxonGroupInformationFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO)
protected  boolean RemoteTaxonGroupInformationFullServiceImpl.handleRemoteTaxonGroupInformationFullVOsAreEqualOnIdentifiers(RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOFirst, RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOSecond)
           
protected abstract  boolean RemoteTaxonGroupInformationFullServiceBase.handleRemoteTaxonGroupInformationFullVOsAreEqualOnIdentifiers(RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOFirst, RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOSecond)
          Performs the core logic for RemoteTaxonGroupInformationFullServiceBase.remoteTaxonGroupInformationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO)
protected  void RemoteTaxonGroupInformationFullServiceImpl.handleRemoveTaxonGroupInformation(RemoteTaxonGroupInformationFullVO taxonGroupInformation)
           
protected abstract  void RemoteTaxonGroupInformationFullServiceBase.handleRemoveTaxonGroupInformation(RemoteTaxonGroupInformationFullVO taxonGroupInformation)
          Performs the core logic for RemoteTaxonGroupInformationFullServiceBase.removeTaxonGroupInformation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO)
protected  void RemoteTaxonGroupInformationFullServiceImpl.handleUpdateTaxonGroupInformation(RemoteTaxonGroupInformationFullVO taxonGroupInformation)
           
protected abstract  void RemoteTaxonGroupInformationFullServiceBase.handleUpdateTaxonGroupInformation(RemoteTaxonGroupInformationFullVO taxonGroupInformation)
          Performs the core logic for RemoteTaxonGroupInformationFullServiceBase.updateTaxonGroupInformation(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteTaxonGroupInformationFullVO)
 boolean RemoteTaxonGroupInformationFullService.remoteTaxonGroupInformationFullVOsAreEqual(RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOFirst, RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOSecond)
           
 boolean RemoteTaxonGroupInformationFullServiceWSDelegator.remoteTaxonGroupInformationFullVOsAreEqual(RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOFirst, RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOSecond)
           
 boolean RemoteTaxonGroupInformationFullServiceBase.remoteTaxonGroupInformationFullVOsAreEqual(RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOFirst, RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOSecond)
           
 boolean RemoteTaxonGroupInformationFullService.remoteTaxonGroupInformationFullVOsAreEqualOnIdentifiers(RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOFirst, RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOSecond)
           
 boolean RemoteTaxonGroupInformationFullServiceWSDelegator.remoteTaxonGroupInformationFullVOsAreEqualOnIdentifiers(RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOFirst, RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOSecond)
           
 boolean RemoteTaxonGroupInformationFullServiceBase.remoteTaxonGroupInformationFullVOsAreEqualOnIdentifiers(RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOFirst, RemoteTaxonGroupInformationFullVO remoteTaxonGroupInformationFullVOSecond)
           
 void RemoteTaxonGroupInformationFullService.removeTaxonGroupInformation(RemoteTaxonGroupInformationFullVO taxonGroupInformation)
           
 void RemoteTaxonGroupInformationFullServiceWSDelegator.removeTaxonGroupInformation(RemoteTaxonGroupInformationFullVO taxonGroupInformation)
           
 void RemoteTaxonGroupInformationFullServiceBase.removeTaxonGroupInformation(RemoteTaxonGroupInformationFullVO taxonGroupInformation)
           
 void RemoteTaxonGroupInformationFullService.updateTaxonGroupInformation(RemoteTaxonGroupInformationFullVO taxonGroupInformation)
           
 void RemoteTaxonGroupInformationFullServiceWSDelegator.updateTaxonGroupInformation(RemoteTaxonGroupInformationFullVO taxonGroupInformation)
           
 void RemoteTaxonGroupInformationFullServiceBase.updateTaxonGroupInformation(RemoteTaxonGroupInformationFullVO taxonGroupInformation)
           
 

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.