Uses of Class
fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItemPoint

Packages that use ClusterSpatialItemPoint
fr.ifremer.allegro.referential.spatial   
fr.ifremer.allegro.referential.spatial.generic.cluster   
fr.ifremer.allegro.referential.spatial.generic.service   
 

Uses of ClusterSpatialItemPoint in fr.ifremer.allegro.referential.spatial
 

Methods in fr.ifremer.allegro.referential.spatial that return ClusterSpatialItemPoint
protected  ClusterSpatialItemPoint SpatialItemPointDaoBase.toClusterSpatialItemPoint(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterSpatialItemPoint SpatialItemPointDaoImpl.toClusterSpatialItemPoint(SpatialItemPoint entity)
           
 ClusterSpatialItemPoint SpatialItemPointDao.toClusterSpatialItemPoint(SpatialItemPoint entity)
          Converts this DAO's entity to an object of type ClusterSpatialItemPoint.
 ClusterSpatialItemPoint SpatialItemPointDaoBase.toClusterSpatialItemPoint(SpatialItemPoint entity)
           
 ClusterSpatialItemPoint[] SpatialItemPointDao.toClusterSpatialItemPointArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterSpatialItemPoint.
 ClusterSpatialItemPoint[] SpatialItemPointDaoBase.toClusterSpatialItemPointArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.spatial with parameters of type ClusterSpatialItemPoint
 SpatialItemPoint SpatialItemPointDaoImpl.clusterSpatialItemPointToEntity(ClusterSpatialItemPoint clusterSpatialItemPoint)
           
 SpatialItemPoint SpatialItemPointDao.clusterSpatialItemPointToEntity(ClusterSpatialItemPoint clusterSpatialItemPoint)
          Converts an instance of type ClusterSpatialItemPoint to this DAO's entity.
 void SpatialItemPointDaoImpl.clusterSpatialItemPointToEntity(ClusterSpatialItemPoint source, SpatialItemPoint target, boolean copyIfNull)
           
 void SpatialItemPointDao.clusterSpatialItemPointToEntity(ClusterSpatialItemPoint source, SpatialItemPoint target, boolean copyIfNull)
          Copies the fields of ClusterSpatialItemPoint to the specified entity.
 void SpatialItemPointDaoBase.clusterSpatialItemPointToEntity(ClusterSpatialItemPoint source, SpatialItemPoint target, boolean copyIfNull)
           
 SpatialItemPoint SpatialItemPointDao.createFromClusterSpatialItemPoint(ClusterSpatialItemPoint clusterSpatialItemPoint)
           
 SpatialItemPoint SpatialItemPointDaoBase.createFromClusterSpatialItemPoint(ClusterSpatialItemPoint clusterSpatialItemPoint)
           
protected  SpatialItemPoint SpatialItemPointDaoImpl.handleCreateFromClusterSpatialItemPoint(ClusterSpatialItemPoint clusterSpatialItemPoint)
           
protected abstract  SpatialItemPoint SpatialItemPointDaoBase.handleCreateFromClusterSpatialItemPoint(ClusterSpatialItemPoint clusterSpatialItemPoint)
          Performs the core logic for SpatialItemPointDaoBase.createFromClusterSpatialItemPoint(fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItemPoint)
 void SpatialItemPointDaoImpl.toClusterSpatialItemPoint(SpatialItemPoint source, ClusterSpatialItemPoint target)
           
 void SpatialItemPointDao.toClusterSpatialItemPoint(SpatialItemPoint source, ClusterSpatialItemPoint target)
          Copies the fields of the specified entity to the target value object.
 void SpatialItemPointDaoBase.toClusterSpatialItemPoint(SpatialItemPoint source, ClusterSpatialItemPoint target)
           
 

Uses of ClusterSpatialItemPoint in fr.ifremer.allegro.referential.spatial.generic.cluster
 

Methods in fr.ifremer.allegro.referential.spatial.generic.cluster that return ClusterSpatialItemPoint
 ClusterSpatialItemPoint[] ClusterSpatialItem.getClusterSpatialItemPoints()
           
 

Methods in fr.ifremer.allegro.referential.spatial.generic.cluster with parameters of type ClusterSpatialItemPoint
 void ClusterSpatialItemPoint.copy(ClusterSpatialItemPoint otherBean)
          Copies all properties from the argument value object into this value object.
 void ClusterSpatialItem.setClusterSpatialItemPoints(ClusterSpatialItemPoint[] clusterSpatialItemPoints)
           
 

Constructors in fr.ifremer.allegro.referential.spatial.generic.cluster with parameters of type ClusterSpatialItemPoint
ClusterSpatialItem(java.lang.Integer id, java.lang.Integer idLocal, java.lang.Integer objectId, java.sql.Timestamp updateDate, RemoteSpatialItemTypeNaturalId spatialItemTypeNaturalId, ClusterSpatialItemArea[] clusterSpatialItemAreas, ClusterSpatialItemLine[] clusterSpatialItemLines, ClusterSpatialItemPoint[] clusterSpatialItemPoints, ClusterSpatialItem2Location[] clusterSpatialItem2Locations)
           
ClusterSpatialItem(java.lang.Integer objectId, RemoteSpatialItemTypeNaturalId spatialItemTypeNaturalId, ClusterSpatialItemArea[] clusterSpatialItemAreas, ClusterSpatialItemLine[] clusterSpatialItemLines, ClusterSpatialItemPoint[] clusterSpatialItemPoints, ClusterSpatialItem2Location[] clusterSpatialItem2Locations)
           
ClusterSpatialItemPoint(ClusterSpatialItemPoint otherBean)
          Copies constructor from other ClusterSpatialItemPoint
 

Uses of ClusterSpatialItemPoint in fr.ifremer.allegro.referential.spatial.generic.service
 

Methods in fr.ifremer.allegro.referential.spatial.generic.service that return ClusterSpatialItemPoint
 ClusterSpatialItemPoint RemoteSpatialItemPointFullService.getClusterSpatialItemPointByIdentifiers(java.lang.Integer id)
           
 ClusterSpatialItemPoint RemoteSpatialItemPointFullServiceWSDelegator.getClusterSpatialItemPointByIdentifiers(java.lang.Integer id)
           
 ClusterSpatialItemPoint RemoteSpatialItemPointFullServiceBase.getClusterSpatialItemPointByIdentifiers(java.lang.Integer id)
           
protected  ClusterSpatialItemPoint RemoteSpatialItemPointFullServiceImpl.handleGetClusterSpatialItemPointByIdentifiers(java.lang.Integer id)
           
protected abstract  ClusterSpatialItemPoint RemoteSpatialItemPointFullServiceBase.handleGetClusterSpatialItemPointByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteSpatialItemPointFullServiceBase.getClusterSpatialItemPointByIdentifiers(java.lang.Integer)
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.