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

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

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

Methods in fr.ifremer.allegro.referential.location that return ClusterLocationPoint
 ClusterLocationPoint LocationPointDaoImpl.toClusterLocationPoint(LocationPoint entity)
           
 ClusterLocationPoint LocationPointDao.toClusterLocationPoint(LocationPoint entity)
          Converts this DAO's entity to an object of type ClusterLocationPoint.
 ClusterLocationPoint LocationPointDaoBase.toClusterLocationPoint(LocationPoint entity)
           
protected  ClusterLocationPoint LocationPointDaoBase.toClusterLocationPoint(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterLocationPoint[] LocationPointDao.toClusterLocationPointArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterLocationPoint.
 ClusterLocationPoint[] LocationPointDaoBase.toClusterLocationPointArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.location with parameters of type ClusterLocationPoint
 LocationPoint LocationPointDaoImpl.clusterLocationPointToEntity(ClusterLocationPoint clusterLocationPoint)
           
 LocationPoint LocationPointDao.clusterLocationPointToEntity(ClusterLocationPoint clusterLocationPoint)
          Converts an instance of type ClusterLocationPoint to this DAO's entity.
 void LocationPointDaoImpl.clusterLocationPointToEntity(ClusterLocationPoint source, LocationPoint target, boolean copyIfNull)
           
 void LocationPointDao.clusterLocationPointToEntity(ClusterLocationPoint source, LocationPoint target, boolean copyIfNull)
          Copies the fields of ClusterLocationPoint to the specified entity.
 void LocationPointDaoBase.clusterLocationPointToEntity(ClusterLocationPoint source, LocationPoint target, boolean copyIfNull)
           
 LocationPoint LocationPointDao.createFromClusterLocationPoint(ClusterLocationPoint clusterLocationPoint)
           
 LocationPoint LocationPointDaoBase.createFromClusterLocationPoint(ClusterLocationPoint clusterLocationPoint)
           
protected  LocationPoint LocationPointDaoImpl.handleCreateFromClusterLocationPoint(ClusterLocationPoint clusterLocationPoint)
           
protected abstract  LocationPoint LocationPointDaoBase.handleCreateFromClusterLocationPoint(ClusterLocationPoint clusterLocationPoint)
          Performs the core logic for LocationPointDaoBase.createFromClusterLocationPoint(fr.ifremer.allegro.referential.location.generic.cluster.ClusterLocationPoint)
 void LocationPointDaoImpl.toClusterLocationPoint(LocationPoint source, ClusterLocationPoint target)
           
 void LocationPointDao.toClusterLocationPoint(LocationPoint source, ClusterLocationPoint target)
          Copies the fields of the specified entity to the target value object.
 void LocationPointDaoBase.toClusterLocationPoint(LocationPoint source, ClusterLocationPoint target)
           
 

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

Methods in fr.ifremer.allegro.referential.location.generic.cluster that return ClusterLocationPoint
 ClusterLocationPoint[] ClusterLocation.getClusterLocationPoints()
           
 

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

Constructors in fr.ifremer.allegro.referential.location.generic.cluster with parameters of type ClusterLocationPoint
ClusterLocation(java.lang.Integer id, java.lang.Integer idLocal, java.lang.String label, java.lang.String name, java.sql.Timestamp updateDate, RemoteStatusNaturalId statusNaturalId, RemoteLocationClassificationNaturalId locationClassificationNaturalId, RemoteLocationLevelNaturalId locationLevelNaturalId, ClusterLocationArea[] clusterLocationAreas, ClusterLocationLine[] clusterLocationLines, ClusterLocationPoint[] clusterLocationPoints)
           
ClusterLocation(java.lang.String name, RemoteStatusNaturalId statusNaturalId, RemoteLocationClassificationNaturalId locationClassificationNaturalId, RemoteLocationLevelNaturalId locationLevelNaturalId, ClusterLocationArea[] clusterLocationAreas, ClusterLocationLine[] clusterLocationLines, ClusterLocationPoint[] clusterLocationPoints)
           
ClusterLocationPoint(ClusterLocationPoint otherBean)
          Copies constructor from other ClusterLocationPoint
 

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

Methods in fr.ifremer.allegro.referential.location.generic.service that return ClusterLocationPoint
 ClusterLocationPoint RemoteLocationPointFullService.getClusterLocationPointByIdentifiers(java.lang.Integer id)
           
 ClusterLocationPoint RemoteLocationPointFullServiceWSDelegator.getClusterLocationPointByIdentifiers(java.lang.Integer id)
           
 ClusterLocationPoint RemoteLocationPointFullServiceBase.getClusterLocationPointByIdentifiers(java.lang.Integer id)
           
protected  ClusterLocationPoint RemoteLocationPointFullServiceImpl.handleGetClusterLocationPointByIdentifiers(java.lang.Integer id)
           
protected abstract  ClusterLocationPoint RemoteLocationPointFullServiceBase.handleGetClusterLocationPointByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteLocationPointFullServiceBase.getClusterLocationPointByIdentifiers(java.lang.Integer)
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.