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

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

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

Methods in fr.ifremer.allegro.referential.spatial that return ClusterSpatialItem2Location
protected  ClusterSpatialItem2Location SpatialItem2LocationDaoBase.toClusterSpatialItem2Location(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterSpatialItem2Location SpatialItem2LocationDaoImpl.toClusterSpatialItem2Location(SpatialItem2Location entity)
           
 ClusterSpatialItem2Location SpatialItem2LocationDao.toClusterSpatialItem2Location(SpatialItem2Location entity)
          Converts this DAO's entity to an object of type ClusterSpatialItem2Location.
 ClusterSpatialItem2Location SpatialItem2LocationDaoBase.toClusterSpatialItem2Location(SpatialItem2Location entity)
           
 ClusterSpatialItem2Location[] SpatialItem2LocationDao.toClusterSpatialItem2LocationArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterSpatialItem2Location.
 ClusterSpatialItem2Location[] SpatialItem2LocationDaoBase.toClusterSpatialItem2LocationArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.spatial with parameters of type ClusterSpatialItem2Location
 SpatialItem2Location SpatialItem2LocationDaoImpl.clusterSpatialItem2LocationToEntity(ClusterSpatialItem2Location clusterSpatialItem2Location)
           
 SpatialItem2Location SpatialItem2LocationDao.clusterSpatialItem2LocationToEntity(ClusterSpatialItem2Location clusterSpatialItem2Location)
          Converts an instance of type ClusterSpatialItem2Location to this DAO's entity.
 void SpatialItem2LocationDaoImpl.clusterSpatialItem2LocationToEntity(ClusterSpatialItem2Location source, SpatialItem2Location target, boolean copyIfNull)
           
 void SpatialItem2LocationDao.clusterSpatialItem2LocationToEntity(ClusterSpatialItem2Location source, SpatialItem2Location target, boolean copyIfNull)
          Copies the fields of ClusterSpatialItem2Location to the specified entity.
 void SpatialItem2LocationDaoBase.clusterSpatialItem2LocationToEntity(ClusterSpatialItem2Location source, SpatialItem2Location target, boolean copyIfNull)
           
 SpatialItem2Location SpatialItem2LocationDao.createFromClusterSpatialItem2Location(ClusterSpatialItem2Location clusterSpatialItem2Location)
           
 SpatialItem2Location SpatialItem2LocationDaoBase.createFromClusterSpatialItem2Location(ClusterSpatialItem2Location clusterSpatialItem2Location)
           
protected  SpatialItem2Location SpatialItem2LocationDaoImpl.handleCreateFromClusterSpatialItem2Location(ClusterSpatialItem2Location clusterSpatialItem2Location)
           
protected abstract  SpatialItem2Location SpatialItem2LocationDaoBase.handleCreateFromClusterSpatialItem2Location(ClusterSpatialItem2Location clusterSpatialItem2Location)
          Performs the core logic for SpatialItem2LocationDaoBase.createFromClusterSpatialItem2Location(fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItem2Location)
 void SpatialItem2LocationDaoImpl.toClusterSpatialItem2Location(SpatialItem2Location source, ClusterSpatialItem2Location target)
           
 void SpatialItem2LocationDao.toClusterSpatialItem2Location(SpatialItem2Location source, ClusterSpatialItem2Location target)
          Copies the fields of the specified entity to the target value object.
 void SpatialItem2LocationDaoBase.toClusterSpatialItem2Location(SpatialItem2Location source, ClusterSpatialItem2Location target)
           
 

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

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

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

Constructors in fr.ifremer.allegro.referential.spatial.generic.cluster with parameters of type ClusterSpatialItem2Location
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)
           
ClusterSpatialItem2Location(ClusterSpatialItem2Location otherBean)
          Copies constructor from other ClusterSpatialItem2Location
 

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

Methods in fr.ifremer.allegro.referential.spatial.generic.service that return ClusterSpatialItem2Location
 ClusterSpatialItem2Location RemoteSpatialItem2LocationFullService.getClusterSpatialItem2LocationByIdentifiers(java.lang.Integer spatialItemId, java.lang.Integer locationId)
           
 ClusterSpatialItem2Location RemoteSpatialItem2LocationFullServiceWSDelegator.getClusterSpatialItem2LocationByIdentifiers(java.lang.Integer spatialItemId, java.lang.Integer locationId)
           
 ClusterSpatialItem2Location RemoteSpatialItem2LocationFullServiceBase.getClusterSpatialItem2LocationByIdentifiers(java.lang.Integer spatialItemId, java.lang.Integer locationId)
           
protected  ClusterSpatialItem2Location RemoteSpatialItem2LocationFullServiceImpl.handleGetClusterSpatialItem2LocationByIdentifiers(java.lang.Integer spatialItemId, java.lang.Integer locationId)
           
protected abstract  ClusterSpatialItem2Location RemoteSpatialItem2LocationFullServiceBase.handleGetClusterSpatialItem2LocationByIdentifiers(java.lang.Integer spatialItemId, java.lang.Integer locationId)
          Performs the core logic for RemoteSpatialItem2LocationFullServiceBase.getClusterSpatialItem2LocationByIdentifiers(java.lang.Integer, java.lang.Integer)
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.