Uses of Class
fr.ifremer.allegro.data.measure.photo.generic.cluster.ClusterPhoto

Packages that use ClusterPhoto
fr.ifremer.allegro.data.measure.photo   
fr.ifremer.allegro.data.measure.photo.generic.cluster   
fr.ifremer.allegro.data.measure.photo.generic.service   
 

Uses of ClusterPhoto in fr.ifremer.allegro.data.measure.photo
 

Methods in fr.ifremer.allegro.data.measure.photo that return ClusterPhoto
 ClusterPhoto[] PhotoDao.getAllClusterPhotoSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterPhoto[] PhotoDaoBase.getAllClusterPhotoSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected  ClusterPhoto[] PhotoDaoImpl.handleGetAllClusterPhotoSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterPhoto[] PhotoDaoBase.handleGetAllClusterPhotoSinceDateSynchro(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 PhotoDaoBase.getAllClusterPhotoSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  ClusterPhoto PhotoDaoBase.toClusterPhoto(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterPhoto PhotoDaoImpl.toClusterPhoto(Photo entity)
           
 ClusterPhoto PhotoDao.toClusterPhoto(Photo entity)
          Converts this DAO's entity to an object of type ClusterPhoto.
 ClusterPhoto PhotoDaoBase.toClusterPhoto(Photo entity)
           
 ClusterPhoto[] PhotoDao.toClusterPhotoArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterPhoto.
 ClusterPhoto[] PhotoDaoBase.toClusterPhotoArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.data.measure.photo with parameters of type ClusterPhoto
 Photo PhotoDaoImpl.clusterPhotoToEntity(ClusterPhoto clusterPhoto)
           
 Photo PhotoDao.clusterPhotoToEntity(ClusterPhoto clusterPhoto)
          Converts an instance of type ClusterPhoto to this DAO's entity.
 void PhotoDaoImpl.clusterPhotoToEntity(ClusterPhoto source, Photo target, boolean copyIfNull)
           
 void PhotoDao.clusterPhotoToEntity(ClusterPhoto source, Photo target, boolean copyIfNull)
          Copies the fields of ClusterPhoto to the specified entity.
 void PhotoDaoBase.clusterPhotoToEntity(ClusterPhoto source, Photo target, boolean copyIfNull)
           
 Photo PhotoDao.createFromClusterPhoto(ClusterPhoto clusterPhoto)
           
 Photo PhotoDaoBase.createFromClusterPhoto(ClusterPhoto clusterPhoto)
           
protected  Photo PhotoDaoImpl.handleCreateFromClusterPhoto(ClusterPhoto clusterPhoto)
           
protected abstract  Photo PhotoDaoBase.handleCreateFromClusterPhoto(ClusterPhoto clusterPhoto)
          Performs the core logic for PhotoDaoBase.createFromClusterPhoto(fr.ifremer.allegro.data.measure.photo.generic.cluster.ClusterPhoto)
 void PhotoDaoImpl.toClusterPhoto(Photo source, ClusterPhoto target)
           
 void PhotoDao.toClusterPhoto(Photo source, ClusterPhoto target)
          Copies the fields of the specified entity to the target value object.
 void PhotoDaoBase.toClusterPhoto(Photo source, ClusterPhoto target)
           
 

Uses of ClusterPhoto in fr.ifremer.allegro.data.measure.photo.generic.cluster
 

Methods in fr.ifremer.allegro.data.measure.photo.generic.cluster with parameters of type ClusterPhoto
 void ClusterPhoto.copy(ClusterPhoto otherBean)
          Copies all properties from the argument value object into this value object.
 

Constructors in fr.ifremer.allegro.data.measure.photo.generic.cluster with parameters of type ClusterPhoto
ClusterPhoto(ClusterPhoto otherBean)
          Copies constructor from other ClusterPhoto
 

Uses of ClusterPhoto in fr.ifremer.allegro.data.measure.photo.generic.service
 

Methods in fr.ifremer.allegro.data.measure.photo.generic.service that return ClusterPhoto
 ClusterPhoto RemotePhotoFullService.addOrUpdateClusterPhoto(ClusterPhoto clusterPhoto)
           
 ClusterPhoto RemotePhotoFullServiceWSDelegator.addOrUpdateClusterPhoto(ClusterPhoto clusterPhoto)
           
 ClusterPhoto RemotePhotoFullServiceBase.addOrUpdateClusterPhoto(ClusterPhoto clusterPhoto)
           
 ClusterPhoto[] RemotePhotoFullService.getAllClusterPhotoSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterPhoto[] RemotePhotoFullServiceWSDelegator.getAllClusterPhotoSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterPhoto[] RemotePhotoFullServiceBase.getAllClusterPhotoSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterPhoto RemotePhotoFullService.getClusterPhotoByIdentifiers(java.lang.Integer id)
           
 ClusterPhoto RemotePhotoFullServiceWSDelegator.getClusterPhotoByIdentifiers(java.lang.Integer id)
           
 ClusterPhoto RemotePhotoFullServiceBase.getClusterPhotoByIdentifiers(java.lang.Integer id)
           
protected  ClusterPhoto RemotePhotoFullServiceImpl.handleAddOrUpdateClusterPhoto(ClusterPhoto clusterPhoto)
           
protected abstract  ClusterPhoto RemotePhotoFullServiceBase.handleAddOrUpdateClusterPhoto(ClusterPhoto clusterPhoto)
          Performs the core logic for RemotePhotoFullServiceBase.addOrUpdateClusterPhoto(fr.ifremer.allegro.data.measure.photo.generic.cluster.ClusterPhoto)
protected  ClusterPhoto[] RemotePhotoFullServiceImpl.handleGetAllClusterPhotoSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterPhoto[] RemotePhotoFullServiceBase.handleGetAllClusterPhotoSinceDateSynchro(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 RemotePhotoFullServiceBase.getAllClusterPhotoSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  ClusterPhoto RemotePhotoFullServiceImpl.handleGetClusterPhotoByIdentifiers(java.lang.Integer id)
           
protected abstract  ClusterPhoto RemotePhotoFullServiceBase.handleGetClusterPhotoByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemotePhotoFullServiceBase.getClusterPhotoByIdentifiers(java.lang.Integer)
 

Methods in fr.ifremer.allegro.data.measure.photo.generic.service with parameters of type ClusterPhoto
 ClusterPhoto RemotePhotoFullService.addOrUpdateClusterPhoto(ClusterPhoto clusterPhoto)
           
 ClusterPhoto RemotePhotoFullServiceWSDelegator.addOrUpdateClusterPhoto(ClusterPhoto clusterPhoto)
           
 ClusterPhoto RemotePhotoFullServiceBase.addOrUpdateClusterPhoto(ClusterPhoto clusterPhoto)
           
protected  ClusterPhoto RemotePhotoFullServiceImpl.handleAddOrUpdateClusterPhoto(ClusterPhoto clusterPhoto)
           
protected abstract  ClusterPhoto RemotePhotoFullServiceBase.handleAddOrUpdateClusterPhoto(ClusterPhoto clusterPhoto)
          Performs the core logic for RemotePhotoFullServiceBase.addOrUpdateClusterPhoto(fr.ifremer.allegro.data.measure.photo.generic.cluster.ClusterPhoto)
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.