Uses of Class
fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingSystem

Packages that use ClusterTranscribingSystem
fr.ifremer.allegro.referential.transcribing   
fr.ifremer.allegro.referential.transcribing.generic.cluster   
fr.ifremer.allegro.referential.transcribing.generic.service   
 

Uses of ClusterTranscribingSystem in fr.ifremer.allegro.referential.transcribing
 

Methods in fr.ifremer.allegro.referential.transcribing that return ClusterTranscribingSystem
 ClusterTranscribingSystem[] TranscribingSystemDao.getAllClusterTranscribingSystemSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterTranscribingSystem[] TranscribingSystemDaoBase.getAllClusterTranscribingSystemSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected  ClusterTranscribingSystem[] TranscribingSystemDaoImpl.handleGetAllClusterTranscribingSystemSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterTranscribingSystem[] TranscribingSystemDaoBase.handleGetAllClusterTranscribingSystemSinceDateSynchro(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 TranscribingSystemDaoBase.getAllClusterTranscribingSystemSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  ClusterTranscribingSystem TranscribingSystemDaoBase.toClusterTranscribingSystem(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterTranscribingSystem TranscribingSystemDaoImpl.toClusterTranscribingSystem(TranscribingSystem entity)
           
 ClusterTranscribingSystem TranscribingSystemDao.toClusterTranscribingSystem(TranscribingSystem entity)
          Converts this DAO's entity to an object of type ClusterTranscribingSystem.
 ClusterTranscribingSystem TranscribingSystemDaoBase.toClusterTranscribingSystem(TranscribingSystem entity)
           
 ClusterTranscribingSystem[] TranscribingSystemDao.toClusterTranscribingSystemArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterTranscribingSystem.
 ClusterTranscribingSystem[] TranscribingSystemDaoBase.toClusterTranscribingSystemArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.transcribing with parameters of type ClusterTranscribingSystem
 TranscribingSystem TranscribingSystemDaoImpl.clusterTranscribingSystemToEntity(ClusterTranscribingSystem clusterTranscribingSystem)
           
 TranscribingSystem TranscribingSystemDao.clusterTranscribingSystemToEntity(ClusterTranscribingSystem clusterTranscribingSystem)
          Converts an instance of type ClusterTranscribingSystem to this DAO's entity.
 void TranscribingSystemDaoImpl.clusterTranscribingSystemToEntity(ClusterTranscribingSystem source, TranscribingSystem target, boolean copyIfNull)
           
 void TranscribingSystemDao.clusterTranscribingSystemToEntity(ClusterTranscribingSystem source, TranscribingSystem target, boolean copyIfNull)
          Copies the fields of ClusterTranscribingSystem to the specified entity.
 void TranscribingSystemDaoBase.clusterTranscribingSystemToEntity(ClusterTranscribingSystem source, TranscribingSystem target, boolean copyIfNull)
           
 TranscribingSystem TranscribingSystemDao.createFromClusterTranscribingSystem(ClusterTranscribingSystem clusterTranscribingSystem)
           
 TranscribingSystem TranscribingSystemDaoBase.createFromClusterTranscribingSystem(ClusterTranscribingSystem clusterTranscribingSystem)
           
protected  TranscribingSystem TranscribingSystemDaoImpl.handleCreateFromClusterTranscribingSystem(ClusterTranscribingSystem clusterTranscribingSystem)
           
protected abstract  TranscribingSystem TranscribingSystemDaoBase.handleCreateFromClusterTranscribingSystem(ClusterTranscribingSystem clusterTranscribingSystem)
          Performs the core logic for TranscribingSystemDaoBase.createFromClusterTranscribingSystem(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingSystem)
 void TranscribingSystemDaoImpl.toClusterTranscribingSystem(TranscribingSystem source, ClusterTranscribingSystem target)
           
 void TranscribingSystemDao.toClusterTranscribingSystem(TranscribingSystem source, ClusterTranscribingSystem target)
          Copies the fields of the specified entity to the target value object.
 void TranscribingSystemDaoBase.toClusterTranscribingSystem(TranscribingSystem source, ClusterTranscribingSystem target)
           
 

Uses of ClusterTranscribingSystem in fr.ifremer.allegro.referential.transcribing.generic.cluster
 

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

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

Uses of ClusterTranscribingSystem in fr.ifremer.allegro.referential.transcribing.generic.service
 

Methods in fr.ifremer.allegro.referential.transcribing.generic.service that return ClusterTranscribingSystem
 ClusterTranscribingSystem RemoteTranscribingSystemFullService.addOrUpdateClusterTranscribingSystem(ClusterTranscribingSystem clusterTranscribingSystem)
           
 ClusterTranscribingSystem RemoteTranscribingSystemFullServiceWSDelegator.addOrUpdateClusterTranscribingSystem(ClusterTranscribingSystem clusterTranscribingSystem)
           
 ClusterTranscribingSystem RemoteTranscribingSystemFullServiceBase.addOrUpdateClusterTranscribingSystem(ClusterTranscribingSystem clusterTranscribingSystem)
           
 ClusterTranscribingSystem[] RemoteTranscribingSystemFullService.getAllClusterTranscribingSystemSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterTranscribingSystem[] RemoteTranscribingSystemFullServiceWSDelegator.getAllClusterTranscribingSystemSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterTranscribingSystem[] RemoteTranscribingSystemFullServiceBase.getAllClusterTranscribingSystemSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterTranscribingSystem RemoteTranscribingSystemFullService.getClusterTranscribingSystemByIdentifiers(java.lang.Integer id)
           
 ClusterTranscribingSystem RemoteTranscribingSystemFullServiceWSDelegator.getClusterTranscribingSystemByIdentifiers(java.lang.Integer id)
           
 ClusterTranscribingSystem RemoteTranscribingSystemFullServiceBase.getClusterTranscribingSystemByIdentifiers(java.lang.Integer id)
           
protected  ClusterTranscribingSystem RemoteTranscribingSystemFullServiceImpl.handleAddOrUpdateClusterTranscribingSystem(ClusterTranscribingSystem clusterTranscribingSystem)
           
protected abstract  ClusterTranscribingSystem RemoteTranscribingSystemFullServiceBase.handleAddOrUpdateClusterTranscribingSystem(ClusterTranscribingSystem clusterTranscribingSystem)
          Performs the core logic for RemoteTranscribingSystemFullServiceBase.addOrUpdateClusterTranscribingSystem(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingSystem)
protected  ClusterTranscribingSystem[] RemoteTranscribingSystemFullServiceImpl.handleGetAllClusterTranscribingSystemSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterTranscribingSystem[] RemoteTranscribingSystemFullServiceBase.handleGetAllClusterTranscribingSystemSinceDateSynchro(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 RemoteTranscribingSystemFullServiceBase.getAllClusterTranscribingSystemSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  ClusterTranscribingSystem RemoteTranscribingSystemFullServiceImpl.handleGetClusterTranscribingSystemByIdentifiers(java.lang.Integer id)
           
protected abstract  ClusterTranscribingSystem RemoteTranscribingSystemFullServiceBase.handleGetClusterTranscribingSystemByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteTranscribingSystemFullServiceBase.getClusterTranscribingSystemByIdentifiers(java.lang.Integer)
 

Methods in fr.ifremer.allegro.referential.transcribing.generic.service with parameters of type ClusterTranscribingSystem
 ClusterTranscribingSystem RemoteTranscribingSystemFullService.addOrUpdateClusterTranscribingSystem(ClusterTranscribingSystem clusterTranscribingSystem)
           
 ClusterTranscribingSystem RemoteTranscribingSystemFullServiceWSDelegator.addOrUpdateClusterTranscribingSystem(ClusterTranscribingSystem clusterTranscribingSystem)
           
 ClusterTranscribingSystem RemoteTranscribingSystemFullServiceBase.addOrUpdateClusterTranscribingSystem(ClusterTranscribingSystem clusterTranscribingSystem)
           
protected  ClusterTranscribingSystem RemoteTranscribingSystemFullServiceImpl.handleAddOrUpdateClusterTranscribingSystem(ClusterTranscribingSystem clusterTranscribingSystem)
           
protected abstract  ClusterTranscribingSystem RemoteTranscribingSystemFullServiceBase.handleAddOrUpdateClusterTranscribingSystem(ClusterTranscribingSystem clusterTranscribingSystem)
          Performs the core logic for RemoteTranscribingSystemFullServiceBase.addOrUpdateClusterTranscribingSystem(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingSystem)
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.