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

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

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

Methods in fr.ifremer.allegro.referential.transcribing that return ClusterTranscribingLocation
 ClusterTranscribingLocation[] TranscribingLocationDao.getAllClusterTranscribingLocationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterTranscribingLocation[] TranscribingLocationDaoBase.getAllClusterTranscribingLocationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected  ClusterTranscribingLocation[] TranscribingLocationDaoImpl.handleGetAllClusterTranscribingLocationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterTranscribingLocation[] TranscribingLocationDaoBase.handleGetAllClusterTranscribingLocationSinceDateSynchro(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 TranscribingLocationDaoBase.getAllClusterTranscribingLocationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  ClusterTranscribingLocation TranscribingLocationDaoBase.toClusterTranscribingLocation(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterTranscribingLocation TranscribingLocationDaoImpl.toClusterTranscribingLocation(TranscribingLocation entity)
           
 ClusterTranscribingLocation TranscribingLocationDao.toClusterTranscribingLocation(TranscribingLocation entity)
          Converts this DAO's entity to an object of type ClusterTranscribingLocation.
 ClusterTranscribingLocation TranscribingLocationDaoBase.toClusterTranscribingLocation(TranscribingLocation entity)
           
 ClusterTranscribingLocation[] TranscribingLocationDao.toClusterTranscribingLocationArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterTranscribingLocation.
 ClusterTranscribingLocation[] TranscribingLocationDaoBase.toClusterTranscribingLocationArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.transcribing with parameters of type ClusterTranscribingLocation
 TranscribingLocation TranscribingLocationDaoImpl.clusterTranscribingLocationToEntity(ClusterTranscribingLocation clusterTranscribingLocation)
           
 TranscribingLocation TranscribingLocationDao.clusterTranscribingLocationToEntity(ClusterTranscribingLocation clusterTranscribingLocation)
          Converts an instance of type ClusterTranscribingLocation to this DAO's entity.
 void TranscribingLocationDaoImpl.clusterTranscribingLocationToEntity(ClusterTranscribingLocation source, TranscribingLocation target, boolean copyIfNull)
           
 void TranscribingLocationDao.clusterTranscribingLocationToEntity(ClusterTranscribingLocation source, TranscribingLocation target, boolean copyIfNull)
          Copies the fields of ClusterTranscribingLocation to the specified entity.
 void TranscribingLocationDaoBase.clusterTranscribingLocationToEntity(ClusterTranscribingLocation source, TranscribingLocation target, boolean copyIfNull)
           
 TranscribingLocation TranscribingLocationDao.createFromClusterTranscribingLocation(ClusterTranscribingLocation clusterTranscribingLocation)
           
 TranscribingLocation TranscribingLocationDaoBase.createFromClusterTranscribingLocation(ClusterTranscribingLocation clusterTranscribingLocation)
           
protected  TranscribingLocation TranscribingLocationDaoImpl.handleCreateFromClusterTranscribingLocation(ClusterTranscribingLocation clusterTranscribingLocation)
           
protected abstract  TranscribingLocation TranscribingLocationDaoBase.handleCreateFromClusterTranscribingLocation(ClusterTranscribingLocation clusterTranscribingLocation)
          Performs the core logic for TranscribingLocationDaoBase.createFromClusterTranscribingLocation(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocation)
 void TranscribingLocationDaoImpl.toClusterTranscribingLocation(TranscribingLocation source, ClusterTranscribingLocation target)
           
 void TranscribingLocationDao.toClusterTranscribingLocation(TranscribingLocation source, ClusterTranscribingLocation target)
          Copies the fields of the specified entity to the target value object.
 void TranscribingLocationDaoBase.toClusterTranscribingLocation(TranscribingLocation source, ClusterTranscribingLocation target)
           
 

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

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

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

Methods in fr.ifremer.allegro.referential.transcribing.generic.service that return ClusterTranscribingLocation
 ClusterTranscribingLocation RemoteTranscribingLocationFullService.addOrUpdateClusterTranscribingLocation(ClusterTranscribingLocation clusterTranscribingLocation)
           
 ClusterTranscribingLocation RemoteTranscribingLocationFullServiceWSDelegator.addOrUpdateClusterTranscribingLocation(ClusterTranscribingLocation clusterTranscribingLocation)
           
 ClusterTranscribingLocation RemoteTranscribingLocationFullServiceBase.addOrUpdateClusterTranscribingLocation(ClusterTranscribingLocation clusterTranscribingLocation)
           
 ClusterTranscribingLocation[] RemoteTranscribingLocationFullService.getAllClusterTranscribingLocationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterTranscribingLocation[] RemoteTranscribingLocationFullServiceWSDelegator.getAllClusterTranscribingLocationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterTranscribingLocation[] RemoteTranscribingLocationFullServiceBase.getAllClusterTranscribingLocationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterTranscribingLocation RemoteTranscribingLocationFullService.getClusterTranscribingLocationByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer locationId)
           
 ClusterTranscribingLocation RemoteTranscribingLocationFullServiceWSDelegator.getClusterTranscribingLocationByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer locationId)
           
 ClusterTranscribingLocation RemoteTranscribingLocationFullServiceBase.getClusterTranscribingLocationByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer locationId)
           
protected  ClusterTranscribingLocation RemoteTranscribingLocationFullServiceImpl.handleAddOrUpdateClusterTranscribingLocation(ClusterTranscribingLocation clusterTranscribingLocation)
           
protected abstract  ClusterTranscribingLocation RemoteTranscribingLocationFullServiceBase.handleAddOrUpdateClusterTranscribingLocation(ClusterTranscribingLocation clusterTranscribingLocation)
          Performs the core logic for RemoteTranscribingLocationFullServiceBase.addOrUpdateClusterTranscribingLocation(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocation)
protected  ClusterTranscribingLocation[] RemoteTranscribingLocationFullServiceImpl.handleGetAllClusterTranscribingLocationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterTranscribingLocation[] RemoteTranscribingLocationFullServiceBase.handleGetAllClusterTranscribingLocationSinceDateSynchro(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 RemoteTranscribingLocationFullServiceBase.getAllClusterTranscribingLocationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  ClusterTranscribingLocation RemoteTranscribingLocationFullServiceImpl.handleGetClusterTranscribingLocationByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer locationId)
           
protected abstract  ClusterTranscribingLocation RemoteTranscribingLocationFullServiceBase.handleGetClusterTranscribingLocationByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer locationId)
          Performs the core logic for RemoteTranscribingLocationFullServiceBase.getClusterTranscribingLocationByIdentifiers(java.lang.Integer, java.lang.Integer)
 

Methods in fr.ifremer.allegro.referential.transcribing.generic.service with parameters of type ClusterTranscribingLocation
 ClusterTranscribingLocation RemoteTranscribingLocationFullService.addOrUpdateClusterTranscribingLocation(ClusterTranscribingLocation clusterTranscribingLocation)
           
 ClusterTranscribingLocation RemoteTranscribingLocationFullServiceWSDelegator.addOrUpdateClusterTranscribingLocation(ClusterTranscribingLocation clusterTranscribingLocation)
           
 ClusterTranscribingLocation RemoteTranscribingLocationFullServiceBase.addOrUpdateClusterTranscribingLocation(ClusterTranscribingLocation clusterTranscribingLocation)
           
protected  ClusterTranscribingLocation RemoteTranscribingLocationFullServiceImpl.handleAddOrUpdateClusterTranscribingLocation(ClusterTranscribingLocation clusterTranscribingLocation)
           
protected abstract  ClusterTranscribingLocation RemoteTranscribingLocationFullServiceBase.handleAddOrUpdateClusterTranscribingLocation(ClusterTranscribingLocation clusterTranscribingLocation)
          Performs the core logic for RemoteTranscribingLocationFullServiceBase.addOrUpdateClusterTranscribingLocation(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocation)
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.