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

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

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

Methods in fr.ifremer.allegro.referential.taxon that return ClusterCitation
 ClusterCitation[] CitationDao.getAllClusterCitationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterCitation[] CitationDaoBase.getAllClusterCitationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected  ClusterCitation[] CitationDaoImpl.handleGetAllClusterCitationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterCitation[] CitationDaoBase.handleGetAllClusterCitationSinceDateSynchro(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 CitationDaoBase.getAllClusterCitationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
 ClusterCitation CitationDaoImpl.toClusterCitation(Citation entity)
           
 ClusterCitation CitationDao.toClusterCitation(Citation entity)
          Converts this DAO's entity to an object of type ClusterCitation.
 ClusterCitation CitationDaoBase.toClusterCitation(Citation entity)
           
protected  ClusterCitation CitationDaoBase.toClusterCitation(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterCitation[] CitationDao.toClusterCitationArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterCitation.
 ClusterCitation[] CitationDaoBase.toClusterCitationArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.taxon with parameters of type ClusterCitation
 Citation CitationDaoImpl.clusterCitationToEntity(ClusterCitation clusterCitation)
           
 Citation CitationDao.clusterCitationToEntity(ClusterCitation clusterCitation)
          Converts an instance of type ClusterCitation to this DAO's entity.
 void CitationDaoImpl.clusterCitationToEntity(ClusterCitation source, Citation target, boolean copyIfNull)
           
 void CitationDao.clusterCitationToEntity(ClusterCitation source, Citation target, boolean copyIfNull)
          Copies the fields of ClusterCitation to the specified entity.
 void CitationDaoBase.clusterCitationToEntity(ClusterCitation source, Citation target, boolean copyIfNull)
           
 Citation CitationDao.createFromClusterCitation(ClusterCitation clusterCitation)
           
 Citation CitationDaoBase.createFromClusterCitation(ClusterCitation clusterCitation)
           
protected  Citation CitationDaoImpl.handleCreateFromClusterCitation(ClusterCitation clusterCitation)
           
protected abstract  Citation CitationDaoBase.handleCreateFromClusterCitation(ClusterCitation clusterCitation)
          Performs the core logic for CitationDaoBase.createFromClusterCitation(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterCitation)
 void CitationDaoImpl.toClusterCitation(Citation source, ClusterCitation target)
           
 void CitationDao.toClusterCitation(Citation source, ClusterCitation target)
          Copies the fields of the specified entity to the target value object.
 void CitationDaoBase.toClusterCitation(Citation source, ClusterCitation target)
           
 

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

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

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

Methods in fr.ifremer.allegro.referential.taxon.generic.service that return ClusterCitation
 ClusterCitation RemoteCitationFullService.addOrUpdateClusterCitation(ClusterCitation clusterCitation)
           
 ClusterCitation RemoteCitationFullServiceWSDelegator.addOrUpdateClusterCitation(ClusterCitation clusterCitation)
           
 ClusterCitation RemoteCitationFullServiceBase.addOrUpdateClusterCitation(ClusterCitation clusterCitation)
           
 ClusterCitation[] RemoteCitationFullService.getAllClusterCitationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterCitation[] RemoteCitationFullServiceWSDelegator.getAllClusterCitationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterCitation[] RemoteCitationFullServiceBase.getAllClusterCitationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterCitation RemoteCitationFullService.getClusterCitationByIdentifiers(java.lang.Integer id)
           
 ClusterCitation RemoteCitationFullServiceWSDelegator.getClusterCitationByIdentifiers(java.lang.Integer id)
           
 ClusterCitation RemoteCitationFullServiceBase.getClusterCitationByIdentifiers(java.lang.Integer id)
           
protected  ClusterCitation RemoteCitationFullServiceImpl.handleAddOrUpdateClusterCitation(ClusterCitation clusterCitation)
           
protected abstract  ClusterCitation RemoteCitationFullServiceBase.handleAddOrUpdateClusterCitation(ClusterCitation clusterCitation)
          Performs the core logic for RemoteCitationFullServiceBase.addOrUpdateClusterCitation(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterCitation)
protected  ClusterCitation[] RemoteCitationFullServiceImpl.handleGetAllClusterCitationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterCitation[] RemoteCitationFullServiceBase.handleGetAllClusterCitationSinceDateSynchro(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 RemoteCitationFullServiceBase.getAllClusterCitationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  ClusterCitation RemoteCitationFullServiceImpl.handleGetClusterCitationByIdentifiers(java.lang.Integer id)
           
protected abstract  ClusterCitation RemoteCitationFullServiceBase.handleGetClusterCitationByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteCitationFullServiceBase.getClusterCitationByIdentifiers(java.lang.Integer)
 

Methods in fr.ifremer.allegro.referential.taxon.generic.service with parameters of type ClusterCitation
 ClusterCitation RemoteCitationFullService.addOrUpdateClusterCitation(ClusterCitation clusterCitation)
           
 ClusterCitation RemoteCitationFullServiceWSDelegator.addOrUpdateClusterCitation(ClusterCitation clusterCitation)
           
 ClusterCitation RemoteCitationFullServiceBase.addOrUpdateClusterCitation(ClusterCitation clusterCitation)
           
protected  ClusterCitation RemoteCitationFullServiceImpl.handleAddOrUpdateClusterCitation(ClusterCitation clusterCitation)
           
protected abstract  ClusterCitation RemoteCitationFullServiceBase.handleAddOrUpdateClusterCitation(ClusterCitation clusterCitation)
          Performs the core logic for RemoteCitationFullServiceBase.addOrUpdateClusterCitation(fr.ifremer.allegro.referential.taxon.generic.cluster.ClusterCitation)
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.