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

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

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

Methods in fr.ifremer.allegro.referential.transcribing that return ClusterTranscribingLocationLevel
 ClusterTranscribingLocationLevel[] TranscribingLocationLevelDao.getAllClusterTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterTranscribingLocationLevel[] TranscribingLocationLevelDaoBase.getAllClusterTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected  ClusterTranscribingLocationLevel[] TranscribingLocationLevelDaoImpl.handleGetAllClusterTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterTranscribingLocationLevel[] TranscribingLocationLevelDaoBase.handleGetAllClusterTranscribingLocationLevelSinceDateSynchro(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 TranscribingLocationLevelDaoBase.getAllClusterTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  ClusterTranscribingLocationLevel TranscribingLocationLevelDaoBase.toClusterTranscribingLocationLevel(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterTranscribingLocationLevel TranscribingLocationLevelDaoImpl.toClusterTranscribingLocationLevel(TranscribingLocationLevel entity)
           
 ClusterTranscribingLocationLevel TranscribingLocationLevelDao.toClusterTranscribingLocationLevel(TranscribingLocationLevel entity)
          Converts this DAO's entity to an object of type ClusterTranscribingLocationLevel.
 ClusterTranscribingLocationLevel TranscribingLocationLevelDaoBase.toClusterTranscribingLocationLevel(TranscribingLocationLevel entity)
           
 ClusterTranscribingLocationLevel[] TranscribingLocationLevelDao.toClusterTranscribingLocationLevelArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterTranscribingLocationLevel.
 ClusterTranscribingLocationLevel[] TranscribingLocationLevelDaoBase.toClusterTranscribingLocationLevelArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.transcribing with parameters of type ClusterTranscribingLocationLevel
 TranscribingLocationLevel TranscribingLocationLevelDaoImpl.clusterTranscribingLocationLevelToEntity(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)
           
 TranscribingLocationLevel TranscribingLocationLevelDao.clusterTranscribingLocationLevelToEntity(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)
          Converts an instance of type ClusterTranscribingLocationLevel to this DAO's entity.
 void TranscribingLocationLevelDaoImpl.clusterTranscribingLocationLevelToEntity(ClusterTranscribingLocationLevel source, TranscribingLocationLevel target, boolean copyIfNull)
           
 void TranscribingLocationLevelDao.clusterTranscribingLocationLevelToEntity(ClusterTranscribingLocationLevel source, TranscribingLocationLevel target, boolean copyIfNull)
          Copies the fields of ClusterTranscribingLocationLevel to the specified entity.
 void TranscribingLocationLevelDaoBase.clusterTranscribingLocationLevelToEntity(ClusterTranscribingLocationLevel source, TranscribingLocationLevel target, boolean copyIfNull)
           
 TranscribingLocationLevel TranscribingLocationLevelDao.createFromClusterTranscribingLocationLevel(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)
           
 TranscribingLocationLevel TranscribingLocationLevelDaoBase.createFromClusterTranscribingLocationLevel(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)
           
protected  TranscribingLocationLevel TranscribingLocationLevelDaoImpl.handleCreateFromClusterTranscribingLocationLevel(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)
           
protected abstract  TranscribingLocationLevel TranscribingLocationLevelDaoBase.handleCreateFromClusterTranscribingLocationLevel(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)
          Performs the core logic for TranscribingLocationLevelDaoBase.createFromClusterTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocationLevel)
 void TranscribingLocationLevelDaoImpl.toClusterTranscribingLocationLevel(TranscribingLocationLevel source, ClusterTranscribingLocationLevel target)
           
 void TranscribingLocationLevelDao.toClusterTranscribingLocationLevel(TranscribingLocationLevel source, ClusterTranscribingLocationLevel target)
          Copies the fields of the specified entity to the target value object.
 void TranscribingLocationLevelDaoBase.toClusterTranscribingLocationLevel(TranscribingLocationLevel source, ClusterTranscribingLocationLevel target)
           
 

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

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

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

Methods in fr.ifremer.allegro.referential.transcribing.generic.service that return ClusterTranscribingLocationLevel
 ClusterTranscribingLocationLevel RemoteTranscribingLocationLevelFullService.addOrUpdateClusterTranscribingLocationLevel(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)
           
 ClusterTranscribingLocationLevel RemoteTranscribingLocationLevelFullServiceWSDelegator.addOrUpdateClusterTranscribingLocationLevel(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)
           
 ClusterTranscribingLocationLevel RemoteTranscribingLocationLevelFullServiceBase.addOrUpdateClusterTranscribingLocationLevel(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)
           
 ClusterTranscribingLocationLevel[] RemoteTranscribingLocationLevelFullService.getAllClusterTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterTranscribingLocationLevel[] RemoteTranscribingLocationLevelFullServiceWSDelegator.getAllClusterTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterTranscribingLocationLevel[] RemoteTranscribingLocationLevelFullServiceBase.getAllClusterTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterTranscribingLocationLevel RemoteTranscribingLocationLevelFullService.getClusterTranscribingLocationLevelByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer locationLevelId)
           
 ClusterTranscribingLocationLevel RemoteTranscribingLocationLevelFullServiceWSDelegator.getClusterTranscribingLocationLevelByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer locationLevelId)
           
 ClusterTranscribingLocationLevel RemoteTranscribingLocationLevelFullServiceBase.getClusterTranscribingLocationLevelByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer locationLevelId)
           
protected  ClusterTranscribingLocationLevel RemoteTranscribingLocationLevelFullServiceImpl.handleAddOrUpdateClusterTranscribingLocationLevel(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)
           
protected abstract  ClusterTranscribingLocationLevel RemoteTranscribingLocationLevelFullServiceBase.handleAddOrUpdateClusterTranscribingLocationLevel(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)
          Performs the core logic for RemoteTranscribingLocationLevelFullServiceBase.addOrUpdateClusterTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocationLevel)
protected  ClusterTranscribingLocationLevel[] RemoteTranscribingLocationLevelFullServiceImpl.handleGetAllClusterTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterTranscribingLocationLevel[] RemoteTranscribingLocationLevelFullServiceBase.handleGetAllClusterTranscribingLocationLevelSinceDateSynchro(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 RemoteTranscribingLocationLevelFullServiceBase.getAllClusterTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  ClusterTranscribingLocationLevel RemoteTranscribingLocationLevelFullServiceImpl.handleGetClusterTranscribingLocationLevelByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer locationLevelId)
           
protected abstract  ClusterTranscribingLocationLevel RemoteTranscribingLocationLevelFullServiceBase.handleGetClusterTranscribingLocationLevelByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer locationLevelId)
          Performs the core logic for RemoteTranscribingLocationLevelFullServiceBase.getClusterTranscribingLocationLevelByIdentifiers(java.lang.Integer, java.lang.Integer)
 

Methods in fr.ifremer.allegro.referential.transcribing.generic.service with parameters of type ClusterTranscribingLocationLevel
 ClusterTranscribingLocationLevel RemoteTranscribingLocationLevelFullService.addOrUpdateClusterTranscribingLocationLevel(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)
           
 ClusterTranscribingLocationLevel RemoteTranscribingLocationLevelFullServiceWSDelegator.addOrUpdateClusterTranscribingLocationLevel(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)
           
 ClusterTranscribingLocationLevel RemoteTranscribingLocationLevelFullServiceBase.addOrUpdateClusterTranscribingLocationLevel(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)
           
protected  ClusterTranscribingLocationLevel RemoteTranscribingLocationLevelFullServiceImpl.handleAddOrUpdateClusterTranscribingLocationLevel(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)
           
protected abstract  ClusterTranscribingLocationLevel RemoteTranscribingLocationLevelFullServiceBase.handleAddOrUpdateClusterTranscribingLocationLevel(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)
          Performs the core logic for RemoteTranscribingLocationLevelFullServiceBase.addOrUpdateClusterTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocationLevel)
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.