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

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

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

Methods in fr.ifremer.allegro.referential.taxon that return ClusterVirtualComponent
 ClusterVirtualComponent[] VirtualComponentDao.getAllClusterVirtualComponentSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterVirtualComponent[] VirtualComponentDaoBase.getAllClusterVirtualComponentSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected  ClusterVirtualComponent[] VirtualComponentDaoImpl.handleGetAllClusterVirtualComponentSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterVirtualComponent[] VirtualComponentDaoBase.handleGetAllClusterVirtualComponentSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
          Performs the core logic for VirtualComponentDaoBase.getAllClusterVirtualComponentSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  ClusterVirtualComponent VirtualComponentDaoBase.toClusterVirtualComponent(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterVirtualComponent VirtualComponentDaoImpl.toClusterVirtualComponent(VirtualComponent entity)
           
 ClusterVirtualComponent VirtualComponentDao.toClusterVirtualComponent(VirtualComponent entity)
          Converts this DAO's entity to an object of type ClusterVirtualComponent.
 ClusterVirtualComponent VirtualComponentDaoBase.toClusterVirtualComponent(VirtualComponent entity)
           
 ClusterVirtualComponent[] VirtualComponentDao.toClusterVirtualComponentArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterVirtualComponent.
 ClusterVirtualComponent[] VirtualComponentDaoBase.toClusterVirtualComponentArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.taxon with parameters of type ClusterVirtualComponent
 VirtualComponent VirtualComponentDaoImpl.clusterVirtualComponentToEntity(ClusterVirtualComponent clusterVirtualComponent)
           
 VirtualComponent VirtualComponentDao.clusterVirtualComponentToEntity(ClusterVirtualComponent clusterVirtualComponent)
          Converts an instance of type ClusterVirtualComponent to this DAO's entity.
 void VirtualComponentDaoImpl.clusterVirtualComponentToEntity(ClusterVirtualComponent source, VirtualComponent target, boolean copyIfNull)
           
 void VirtualComponentDao.clusterVirtualComponentToEntity(ClusterVirtualComponent source, VirtualComponent target, boolean copyIfNull)
          Copies the fields of ClusterVirtualComponent to the specified entity.
 void VirtualComponentDaoBase.clusterVirtualComponentToEntity(ClusterVirtualComponent source, VirtualComponent target, boolean copyIfNull)
           
 VirtualComponent VirtualComponentDao.createFromClusterVirtualComponent(ClusterVirtualComponent clusterVirtualComponent)
           
 VirtualComponent VirtualComponentDaoBase.createFromClusterVirtualComponent(ClusterVirtualComponent clusterVirtualComponent)
           
protected  VirtualComponent VirtualComponentDaoImpl.handleCreateFromClusterVirtualComponent(ClusterVirtualComponent clusterVirtualComponent)
           
protected abstract  VirtualComponent VirtualComponentDaoBase.handleCreateFromClusterVirtualComponent(ClusterVirtualComponent clusterVirtualComponent)
          Performs the core logic for VirtualComponentDaoBase.createFromClusterVirtualComponent(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterVirtualComponent)
 void VirtualComponentDaoImpl.toClusterVirtualComponent(VirtualComponent source, ClusterVirtualComponent target)
           
 void VirtualComponentDao.toClusterVirtualComponent(VirtualComponent source, ClusterVirtualComponent target)
          Copies the fields of the specified entity to the target value object.
 void VirtualComponentDaoBase.toClusterVirtualComponent(VirtualComponent source, ClusterVirtualComponent target)
           
 

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

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

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

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

Methods in fr.ifremer.allegro.referential.taxon.generic.service that return ClusterVirtualComponent
 ClusterVirtualComponent RemoteVirtualComponentFullService.addOrUpdateClusterVirtualComponent(ClusterVirtualComponent clusterVirtualComponent)
           
 ClusterVirtualComponent RemoteVirtualComponentFullServiceWSDelegator.addOrUpdateClusterVirtualComponent(ClusterVirtualComponent clusterVirtualComponent)
           
 ClusterVirtualComponent RemoteVirtualComponentFullServiceBase.addOrUpdateClusterVirtualComponent(ClusterVirtualComponent clusterVirtualComponent)
           
 ClusterVirtualComponent[] RemoteVirtualComponentFullService.getAllClusterVirtualComponentSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterVirtualComponent[] RemoteVirtualComponentFullServiceWSDelegator.getAllClusterVirtualComponentSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterVirtualComponent[] RemoteVirtualComponentFullServiceBase.getAllClusterVirtualComponentSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterVirtualComponent RemoteVirtualComponentFullService.getClusterVirtualComponentByIdentifiers(java.lang.Integer taxonNameId, java.lang.Integer referenceTaxonId)
           
 ClusterVirtualComponent RemoteVirtualComponentFullServiceWSDelegator.getClusterVirtualComponentByIdentifiers(java.lang.Integer taxonNameId, java.lang.Integer referenceTaxonId)
           
 ClusterVirtualComponent RemoteVirtualComponentFullServiceBase.getClusterVirtualComponentByIdentifiers(java.lang.Integer taxonNameId, java.lang.Integer referenceTaxonId)
           
protected  ClusterVirtualComponent RemoteVirtualComponentFullServiceImpl.handleAddOrUpdateClusterVirtualComponent(ClusterVirtualComponent clusterVirtualComponent)
           
protected abstract  ClusterVirtualComponent RemoteVirtualComponentFullServiceBase.handleAddOrUpdateClusterVirtualComponent(ClusterVirtualComponent clusterVirtualComponent)
          Performs the core logic for RemoteVirtualComponentFullServiceBase.addOrUpdateClusterVirtualComponent(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterVirtualComponent)
protected  ClusterVirtualComponent[] RemoteVirtualComponentFullServiceImpl.handleGetAllClusterVirtualComponentSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterVirtualComponent[] RemoteVirtualComponentFullServiceBase.handleGetAllClusterVirtualComponentSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
          Performs the core logic for RemoteVirtualComponentFullServiceBase.getAllClusterVirtualComponentSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  ClusterVirtualComponent RemoteVirtualComponentFullServiceImpl.handleGetClusterVirtualComponentByIdentifiers(java.lang.Integer taxonNameId, java.lang.Integer referenceTaxonId)
           
protected abstract  ClusterVirtualComponent RemoteVirtualComponentFullServiceBase.handleGetClusterVirtualComponentByIdentifiers(java.lang.Integer taxonNameId, java.lang.Integer referenceTaxonId)
          Performs the core logic for RemoteVirtualComponentFullServiceBase.getClusterVirtualComponentByIdentifiers(java.lang.Integer, java.lang.Integer)
 

Methods in fr.ifremer.allegro.referential.taxon.generic.service with parameters of type ClusterVirtualComponent
 ClusterVirtualComponent RemoteVirtualComponentFullService.addOrUpdateClusterVirtualComponent(ClusterVirtualComponent clusterVirtualComponent)
           
 ClusterVirtualComponent RemoteVirtualComponentFullServiceWSDelegator.addOrUpdateClusterVirtualComponent(ClusterVirtualComponent clusterVirtualComponent)
           
 ClusterVirtualComponent RemoteVirtualComponentFullServiceBase.addOrUpdateClusterVirtualComponent(ClusterVirtualComponent clusterVirtualComponent)
           
protected  ClusterVirtualComponent RemoteVirtualComponentFullServiceImpl.handleAddOrUpdateClusterVirtualComponent(ClusterVirtualComponent clusterVirtualComponent)
           
protected abstract  ClusterVirtualComponent RemoteVirtualComponentFullServiceBase.handleAddOrUpdateClusterVirtualComponent(ClusterVirtualComponent clusterVirtualComponent)
          Performs the core logic for RemoteVirtualComponentFullServiceBase.addOrUpdateClusterVirtualComponent(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterVirtualComponent)
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.