Uses of Class
fr.ifremer.allegro.referential.location.generic.cluster.ClusterLocation

Packages that use ClusterLocation
fr.ifremer.allegro.referential.location   
fr.ifremer.allegro.referential.location.generic.cluster   
fr.ifremer.allegro.referential.location.generic.service   
 

Uses of ClusterLocation in fr.ifremer.allegro.referential.location
 

Methods in fr.ifremer.allegro.referential.location that return ClusterLocation
 ClusterLocation[] LocationDao.getAllClusterLocationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterLocation[] LocationDaoBase.getAllClusterLocationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected  ClusterLocation[] LocationDaoImpl.handleGetAllClusterLocationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterLocation[] LocationDaoBase.handleGetAllClusterLocationSinceDateSynchro(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 LocationDaoBase.getAllClusterLocationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
 ClusterLocation LocationDaoImpl.toClusterLocation(Location entity)
           
 ClusterLocation LocationDao.toClusterLocation(Location entity)
          Converts this DAO's entity to an object of type ClusterLocation.
 ClusterLocation LocationDaoBase.toClusterLocation(Location entity)
           
protected  ClusterLocation LocationDaoBase.toClusterLocation(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterLocation[] LocationDao.toClusterLocationArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterLocation.
 ClusterLocation[] LocationDaoBase.toClusterLocationArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.location with parameters of type ClusterLocation
 Location LocationDaoImpl.clusterLocationToEntity(ClusterLocation clusterLocation)
           
 Location LocationDao.clusterLocationToEntity(ClusterLocation clusterLocation)
          Converts an instance of type ClusterLocation to this DAO's entity.
 void LocationDaoImpl.clusterLocationToEntity(ClusterLocation source, Location target, boolean copyIfNull)
           
 void LocationDao.clusterLocationToEntity(ClusterLocation source, Location target, boolean copyIfNull)
          Copies the fields of ClusterLocation to the specified entity.
 void LocationDaoBase.clusterLocationToEntity(ClusterLocation source, Location target, boolean copyIfNull)
           
 Location LocationDao.createFromClusterLocation(ClusterLocation clusterLocation)
           
 Location LocationDaoBase.createFromClusterLocation(ClusterLocation clusterLocation)
           
protected  Location LocationDaoImpl.handleCreateFromClusterLocation(ClusterLocation clusterLocation)
           
protected abstract  Location LocationDaoBase.handleCreateFromClusterLocation(ClusterLocation clusterLocation)
          Performs the core logic for LocationDaoBase.createFromClusterLocation(fr.ifremer.allegro.referential.location.generic.cluster.ClusterLocation)
 void LocationDaoImpl.toClusterLocation(Location source, ClusterLocation target)
           
 void LocationDao.toClusterLocation(Location source, ClusterLocation target)
          Copies the fields of the specified entity to the target value object.
 void LocationDaoBase.toClusterLocation(Location source, ClusterLocation target)
           
 

Uses of ClusterLocation in fr.ifremer.allegro.referential.location.generic.cluster
 

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

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

Uses of ClusterLocation in fr.ifremer.allegro.referential.location.generic.service
 

Methods in fr.ifremer.allegro.referential.location.generic.service that return ClusterLocation
 ClusterLocation RemoteLocationFullService.addOrUpdateClusterLocation(ClusterLocation clusterLocation)
           
 ClusterLocation RemoteLocationFullServiceWSDelegator.addOrUpdateClusterLocation(ClusterLocation clusterLocation)
           
 ClusterLocation RemoteLocationFullServiceBase.addOrUpdateClusterLocation(ClusterLocation clusterLocation)
           
 ClusterLocation[] RemoteLocationFullService.getAllClusterLocationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterLocation[] RemoteLocationFullServiceWSDelegator.getAllClusterLocationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterLocation[] RemoteLocationFullServiceBase.getAllClusterLocationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterLocation RemoteLocationFullService.getClusterLocationByIdentifiers(java.lang.Integer id)
           
 ClusterLocation RemoteLocationFullServiceWSDelegator.getClusterLocationByIdentifiers(java.lang.Integer id)
           
 ClusterLocation RemoteLocationFullServiceBase.getClusterLocationByIdentifiers(java.lang.Integer id)
           
protected  ClusterLocation RemoteLocationFullServiceImpl.handleAddOrUpdateClusterLocation(ClusterLocation clusterLocation)
           
protected abstract  ClusterLocation RemoteLocationFullServiceBase.handleAddOrUpdateClusterLocation(ClusterLocation clusterLocation)
          Performs the core logic for RemoteLocationFullServiceBase.addOrUpdateClusterLocation(fr.ifremer.allegro.referential.location.generic.cluster.ClusterLocation)
protected  ClusterLocation[] RemoteLocationFullServiceImpl.handleGetAllClusterLocationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
protected abstract  ClusterLocation[] RemoteLocationFullServiceBase.handleGetAllClusterLocationSinceDateSynchro(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 RemoteLocationFullServiceBase.getAllClusterLocationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  ClusterLocation RemoteLocationFullServiceImpl.handleGetClusterLocationByIdentifiers(java.lang.Integer id)
           
protected abstract  ClusterLocation RemoteLocationFullServiceBase.handleGetClusterLocationByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteLocationFullServiceBase.getClusterLocationByIdentifiers(java.lang.Integer)
 

Methods in fr.ifremer.allegro.referential.location.generic.service with parameters of type ClusterLocation
 ClusterLocation RemoteLocationFullService.addOrUpdateClusterLocation(ClusterLocation clusterLocation)
           
 ClusterLocation RemoteLocationFullServiceWSDelegator.addOrUpdateClusterLocation(ClusterLocation clusterLocation)
           
 ClusterLocation RemoteLocationFullServiceBase.addOrUpdateClusterLocation(ClusterLocation clusterLocation)
           
protected  ClusterLocation RemoteLocationFullServiceImpl.handleAddOrUpdateClusterLocation(ClusterLocation clusterLocation)
           
protected abstract  ClusterLocation RemoteLocationFullServiceBase.handleAddOrUpdateClusterLocation(ClusterLocation clusterLocation)
          Performs the core logic for RemoteLocationFullServiceBase.addOrUpdateClusterLocation(fr.ifremer.allegro.referential.location.generic.cluster.ClusterLocation)
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.