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

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

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

Methods in fr.ifremer.allegro.referential.taxon that return RemoteVirtualComponentFullVO
protected  RemoteVirtualComponentFullVO VirtualComponentDaoBase.toRemoteVirtualComponentFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteVirtualComponentFullVO VirtualComponentDaoImpl.toRemoteVirtualComponentFullVO(VirtualComponent entity)
           
 RemoteVirtualComponentFullVO VirtualComponentDao.toRemoteVirtualComponentFullVO(VirtualComponent entity)
          Converts this DAO's entity to an object of type RemoteVirtualComponentFullVO.
 RemoteVirtualComponentFullVO VirtualComponentDaoBase.toRemoteVirtualComponentFullVO(VirtualComponent entity)
           
 RemoteVirtualComponentFullVO[] VirtualComponentDao.toRemoteVirtualComponentFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteVirtualComponentFullVO.
 RemoteVirtualComponentFullVO[] VirtualComponentDaoBase.toRemoteVirtualComponentFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.taxon with parameters of type RemoteVirtualComponentFullVO
 VirtualComponent VirtualComponentDaoImpl.remoteVirtualComponentFullVOToEntity(RemoteVirtualComponentFullVO remoteVirtualComponentFullVO)
           
 VirtualComponent VirtualComponentDao.remoteVirtualComponentFullVOToEntity(RemoteVirtualComponentFullVO remoteVirtualComponentFullVO)
          Converts an instance of type RemoteVirtualComponentFullVO to this DAO's entity.
 void VirtualComponentDaoImpl.remoteVirtualComponentFullVOToEntity(RemoteVirtualComponentFullVO source, VirtualComponent target, boolean copyIfNull)
           
 void VirtualComponentDao.remoteVirtualComponentFullVOToEntity(RemoteVirtualComponentFullVO source, VirtualComponent target, boolean copyIfNull)
          Copies the fields of RemoteVirtualComponentFullVO to the specified entity.
 void VirtualComponentDaoBase.remoteVirtualComponentFullVOToEntity(RemoteVirtualComponentFullVO source, VirtualComponent target, boolean copyIfNull)
           
 void VirtualComponentDaoImpl.toRemoteVirtualComponentFullVO(VirtualComponent source, RemoteVirtualComponentFullVO target)
           
 void VirtualComponentDao.toRemoteVirtualComponentFullVO(VirtualComponent source, RemoteVirtualComponentFullVO target)
          Copies the fields of the specified entity to the target value object.
 void VirtualComponentDaoBase.toRemoteVirtualComponentFullVO(VirtualComponent source, RemoteVirtualComponentFullVO target)
           
 

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

Methods in fr.ifremer.allegro.referential.taxon.generic.service that return RemoteVirtualComponentFullVO
 RemoteVirtualComponentFullVO RemoteVirtualComponentFullService.addVirtualComponent(RemoteVirtualComponentFullVO virtualComponent)
           
 RemoteVirtualComponentFullVO RemoteVirtualComponentFullServiceWSDelegator.addVirtualComponent(RemoteVirtualComponentFullVO virtualComponent)
           
 RemoteVirtualComponentFullVO RemoteVirtualComponentFullServiceBase.addVirtualComponent(RemoteVirtualComponentFullVO virtualComponent)
           
 RemoteVirtualComponentFullVO[] RemoteVirtualComponentFullService.getAllVirtualComponent()
           
 RemoteVirtualComponentFullVO[] RemoteVirtualComponentFullServiceWSDelegator.getAllVirtualComponent()
           
 RemoteVirtualComponentFullVO[] RemoteVirtualComponentFullServiceBase.getAllVirtualComponent()
           
 RemoteVirtualComponentFullVO RemoteVirtualComponentFullService.getVirtualComponentByIdentifiers(java.lang.Integer taxonNameId, java.lang.Integer referenceTaxonId)
           
 RemoteVirtualComponentFullVO RemoteVirtualComponentFullServiceWSDelegator.getVirtualComponentByIdentifiers(java.lang.Integer taxonNameId, java.lang.Integer referenceTaxonId)
           
 RemoteVirtualComponentFullVO RemoteVirtualComponentFullServiceBase.getVirtualComponentByIdentifiers(java.lang.Integer taxonNameId, java.lang.Integer referenceTaxonId)
           
 RemoteVirtualComponentFullVO RemoteVirtualComponentFullService.getVirtualComponentByNaturalId(RemoteVirtualComponentNaturalId virtualComponentNaturalId)
           
 RemoteVirtualComponentFullVO RemoteVirtualComponentFullServiceWSDelegator.getVirtualComponentByNaturalId(RemoteVirtualComponentNaturalId virtualComponentNaturalId)
           
 RemoteVirtualComponentFullVO RemoteVirtualComponentFullServiceBase.getVirtualComponentByNaturalId(RemoteVirtualComponentNaturalId virtualComponentNaturalId)
           
 RemoteVirtualComponentFullVO[] RemoteVirtualComponentFullService.getVirtualComponentByReferenceTaxonId(java.lang.Integer id)
           
 RemoteVirtualComponentFullVO[] RemoteVirtualComponentFullServiceWSDelegator.getVirtualComponentByReferenceTaxonId(java.lang.Integer id)
           
 RemoteVirtualComponentFullVO[] RemoteVirtualComponentFullServiceBase.getVirtualComponentByReferenceTaxonId(java.lang.Integer id)
           
 RemoteVirtualComponentFullVO[] RemoteVirtualComponentFullService.getVirtualComponentByTaxonNameId(java.lang.Integer id)
           
 RemoteVirtualComponentFullVO[] RemoteVirtualComponentFullServiceWSDelegator.getVirtualComponentByTaxonNameId(java.lang.Integer id)
           
 RemoteVirtualComponentFullVO[] RemoteVirtualComponentFullServiceBase.getVirtualComponentByTaxonNameId(java.lang.Integer id)
           
protected  RemoteVirtualComponentFullVO RemoteVirtualComponentFullServiceImpl.handleAddVirtualComponent(RemoteVirtualComponentFullVO virtualComponent)
           
protected abstract  RemoteVirtualComponentFullVO RemoteVirtualComponentFullServiceBase.handleAddVirtualComponent(RemoteVirtualComponentFullVO virtualComponent)
          Performs the core logic for RemoteVirtualComponentFullServiceBase.addVirtualComponent(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentFullVO)
protected  RemoteVirtualComponentFullVO[] RemoteVirtualComponentFullServiceImpl.handleGetAllVirtualComponent()
           
protected abstract  RemoteVirtualComponentFullVO[] RemoteVirtualComponentFullServiceBase.handleGetAllVirtualComponent()
          Performs the core logic for RemoteVirtualComponentFullServiceBase.getAllVirtualComponent()
protected  RemoteVirtualComponentFullVO RemoteVirtualComponentFullServiceImpl.handleGetVirtualComponentByIdentifiers(java.lang.Integer taxonNameId, java.lang.Integer referenceTaxonId)
           
protected abstract  RemoteVirtualComponentFullVO RemoteVirtualComponentFullServiceBase.handleGetVirtualComponentByIdentifiers(java.lang.Integer taxonNameId, java.lang.Integer referenceTaxonId)
          Performs the core logic for RemoteVirtualComponentFullServiceBase.getVirtualComponentByIdentifiers(java.lang.Integer, java.lang.Integer)
protected  RemoteVirtualComponentFullVO RemoteVirtualComponentFullServiceImpl.handleGetVirtualComponentByNaturalId(RemoteVirtualComponentNaturalId virtualComponentNaturalId)
           
protected abstract  RemoteVirtualComponentFullVO RemoteVirtualComponentFullServiceBase.handleGetVirtualComponentByNaturalId(RemoteVirtualComponentNaturalId virtualComponentNaturalId)
          Performs the core logic for RemoteVirtualComponentFullServiceBase.getVirtualComponentByNaturalId(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentNaturalId)
protected  RemoteVirtualComponentFullVO[] RemoteVirtualComponentFullServiceImpl.handleGetVirtualComponentByReferenceTaxonId(java.lang.Integer id)
           
protected abstract  RemoteVirtualComponentFullVO[] RemoteVirtualComponentFullServiceBase.handleGetVirtualComponentByReferenceTaxonId(java.lang.Integer id)
          Performs the core logic for RemoteVirtualComponentFullServiceBase.getVirtualComponentByReferenceTaxonId(java.lang.Integer)
protected  RemoteVirtualComponentFullVO[] RemoteVirtualComponentFullServiceImpl.handleGetVirtualComponentByTaxonNameId(java.lang.Integer id)
           
protected abstract  RemoteVirtualComponentFullVO[] RemoteVirtualComponentFullServiceBase.handleGetVirtualComponentByTaxonNameId(java.lang.Integer id)
          Performs the core logic for RemoteVirtualComponentFullServiceBase.getVirtualComponentByTaxonNameId(java.lang.Integer)
 

Methods in fr.ifremer.allegro.referential.taxon.generic.service with parameters of type RemoteVirtualComponentFullVO
 RemoteVirtualComponentFullVO RemoteVirtualComponentFullService.addVirtualComponent(RemoteVirtualComponentFullVO virtualComponent)
           
 RemoteVirtualComponentFullVO RemoteVirtualComponentFullServiceWSDelegator.addVirtualComponent(RemoteVirtualComponentFullVO virtualComponent)
           
 RemoteVirtualComponentFullVO RemoteVirtualComponentFullServiceBase.addVirtualComponent(RemoteVirtualComponentFullVO virtualComponent)
           
protected  RemoteVirtualComponentFullVO RemoteVirtualComponentFullServiceImpl.handleAddVirtualComponent(RemoteVirtualComponentFullVO virtualComponent)
           
protected abstract  RemoteVirtualComponentFullVO RemoteVirtualComponentFullServiceBase.handleAddVirtualComponent(RemoteVirtualComponentFullVO virtualComponent)
          Performs the core logic for RemoteVirtualComponentFullServiceBase.addVirtualComponent(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentFullVO)
protected  boolean RemoteVirtualComponentFullServiceImpl.handleRemoteVirtualComponentFullVOsAreEqual(RemoteVirtualComponentFullVO remoteVirtualComponentFullVOFirst, RemoteVirtualComponentFullVO remoteVirtualComponentFullVOSecond)
           
protected abstract  boolean RemoteVirtualComponentFullServiceBase.handleRemoteVirtualComponentFullVOsAreEqual(RemoteVirtualComponentFullVO remoteVirtualComponentFullVOFirst, RemoteVirtualComponentFullVO remoteVirtualComponentFullVOSecond)
          Performs the core logic for RemoteVirtualComponentFullServiceBase.remoteVirtualComponentFullVOsAreEqual(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentFullVO)
protected  boolean RemoteVirtualComponentFullServiceImpl.handleRemoteVirtualComponentFullVOsAreEqualOnIdentifiers(RemoteVirtualComponentFullVO remoteVirtualComponentFullVOFirst, RemoteVirtualComponentFullVO remoteVirtualComponentFullVOSecond)
           
protected abstract  boolean RemoteVirtualComponentFullServiceBase.handleRemoteVirtualComponentFullVOsAreEqualOnIdentifiers(RemoteVirtualComponentFullVO remoteVirtualComponentFullVOFirst, RemoteVirtualComponentFullVO remoteVirtualComponentFullVOSecond)
          Performs the core logic for RemoteVirtualComponentFullServiceBase.remoteVirtualComponentFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentFullVO, fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentFullVO)
protected  void RemoteVirtualComponentFullServiceImpl.handleRemoveVirtualComponent(RemoteVirtualComponentFullVO virtualComponent)
           
protected abstract  void RemoteVirtualComponentFullServiceBase.handleRemoveVirtualComponent(RemoteVirtualComponentFullVO virtualComponent)
          Performs the core logic for RemoteVirtualComponentFullServiceBase.removeVirtualComponent(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentFullVO)
protected  void RemoteVirtualComponentFullServiceImpl.handleUpdateVirtualComponent(RemoteVirtualComponentFullVO virtualComponent)
           
protected abstract  void RemoteVirtualComponentFullServiceBase.handleUpdateVirtualComponent(RemoteVirtualComponentFullVO virtualComponent)
          Performs the core logic for RemoteVirtualComponentFullServiceBase.updateVirtualComponent(fr.ifremer.allegro.referential.taxon.generic.vo.RemoteVirtualComponentFullVO)
 boolean RemoteVirtualComponentFullService.remoteVirtualComponentFullVOsAreEqual(RemoteVirtualComponentFullVO remoteVirtualComponentFullVOFirst, RemoteVirtualComponentFullVO remoteVirtualComponentFullVOSecond)
           
 boolean RemoteVirtualComponentFullServiceWSDelegator.remoteVirtualComponentFullVOsAreEqual(RemoteVirtualComponentFullVO remoteVirtualComponentFullVOFirst, RemoteVirtualComponentFullVO remoteVirtualComponentFullVOSecond)
           
 boolean RemoteVirtualComponentFullServiceBase.remoteVirtualComponentFullVOsAreEqual(RemoteVirtualComponentFullVO remoteVirtualComponentFullVOFirst, RemoteVirtualComponentFullVO remoteVirtualComponentFullVOSecond)
           
 boolean RemoteVirtualComponentFullService.remoteVirtualComponentFullVOsAreEqualOnIdentifiers(RemoteVirtualComponentFullVO remoteVirtualComponentFullVOFirst, RemoteVirtualComponentFullVO remoteVirtualComponentFullVOSecond)
           
 boolean RemoteVirtualComponentFullServiceWSDelegator.remoteVirtualComponentFullVOsAreEqualOnIdentifiers(RemoteVirtualComponentFullVO remoteVirtualComponentFullVOFirst, RemoteVirtualComponentFullVO remoteVirtualComponentFullVOSecond)
           
 boolean RemoteVirtualComponentFullServiceBase.remoteVirtualComponentFullVOsAreEqualOnIdentifiers(RemoteVirtualComponentFullVO remoteVirtualComponentFullVOFirst, RemoteVirtualComponentFullVO remoteVirtualComponentFullVOSecond)
           
 void RemoteVirtualComponentFullService.removeVirtualComponent(RemoteVirtualComponentFullVO virtualComponent)
           
 void RemoteVirtualComponentFullServiceWSDelegator.removeVirtualComponent(RemoteVirtualComponentFullVO virtualComponent)
           
 void RemoteVirtualComponentFullServiceBase.removeVirtualComponent(RemoteVirtualComponentFullVO virtualComponent)
           
 void RemoteVirtualComponentFullService.updateVirtualComponent(RemoteVirtualComponentFullVO virtualComponent)
           
 void RemoteVirtualComponentFullServiceWSDelegator.updateVirtualComponent(RemoteVirtualComponentFullVO virtualComponent)
           
 void RemoteVirtualComponentFullServiceBase.updateVirtualComponent(RemoteVirtualComponentFullVO virtualComponent)
           
 

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.