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

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

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

Methods in fr.ifremer.allegro.referential.spatial that return ClusterSpatialItemLine
protected  ClusterSpatialItemLine SpatialItemLineDaoBase.toClusterSpatialItemLine(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterSpatialItemLine SpatialItemLineDaoImpl.toClusterSpatialItemLine(SpatialItemLine entity)
           
 ClusterSpatialItemLine SpatialItemLineDao.toClusterSpatialItemLine(SpatialItemLine entity)
          Converts this DAO's entity to an object of type ClusterSpatialItemLine.
 ClusterSpatialItemLine SpatialItemLineDaoBase.toClusterSpatialItemLine(SpatialItemLine entity)
           
 ClusterSpatialItemLine[] SpatialItemLineDao.toClusterSpatialItemLineArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterSpatialItemLine.
 ClusterSpatialItemLine[] SpatialItemLineDaoBase.toClusterSpatialItemLineArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.spatial with parameters of type ClusterSpatialItemLine
 SpatialItemLine SpatialItemLineDaoImpl.clusterSpatialItemLineToEntity(ClusterSpatialItemLine clusterSpatialItemLine)
           
 SpatialItemLine SpatialItemLineDao.clusterSpatialItemLineToEntity(ClusterSpatialItemLine clusterSpatialItemLine)
          Converts an instance of type ClusterSpatialItemLine to this DAO's entity.
 void SpatialItemLineDaoImpl.clusterSpatialItemLineToEntity(ClusterSpatialItemLine source, SpatialItemLine target, boolean copyIfNull)
           
 void SpatialItemLineDao.clusterSpatialItemLineToEntity(ClusterSpatialItemLine source, SpatialItemLine target, boolean copyIfNull)
          Copies the fields of ClusterSpatialItemLine to the specified entity.
 void SpatialItemLineDaoBase.clusterSpatialItemLineToEntity(ClusterSpatialItemLine source, SpatialItemLine target, boolean copyIfNull)
           
 SpatialItemLine SpatialItemLineDao.createFromClusterSpatialItemLine(ClusterSpatialItemLine clusterSpatialItemLine)
           
 SpatialItemLine SpatialItemLineDaoBase.createFromClusterSpatialItemLine(ClusterSpatialItemLine clusterSpatialItemLine)
           
protected  SpatialItemLine SpatialItemLineDaoImpl.handleCreateFromClusterSpatialItemLine(ClusterSpatialItemLine clusterSpatialItemLine)
           
protected abstract  SpatialItemLine SpatialItemLineDaoBase.handleCreateFromClusterSpatialItemLine(ClusterSpatialItemLine clusterSpatialItemLine)
          Performs the core logic for SpatialItemLineDaoBase.createFromClusterSpatialItemLine(fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItemLine)
 void SpatialItemLineDaoImpl.toClusterSpatialItemLine(SpatialItemLine source, ClusterSpatialItemLine target)
           
 void SpatialItemLineDao.toClusterSpatialItemLine(SpatialItemLine source, ClusterSpatialItemLine target)
          Copies the fields of the specified entity to the target value object.
 void SpatialItemLineDaoBase.toClusterSpatialItemLine(SpatialItemLine source, ClusterSpatialItemLine target)
           
 

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

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

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

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

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

Methods in fr.ifremer.allegro.referential.spatial.generic.service that return ClusterSpatialItemLine
 ClusterSpatialItemLine RemoteSpatialItemLineFullService.getClusterSpatialItemLineByIdentifiers(java.lang.Integer id)
           
 ClusterSpatialItemLine RemoteSpatialItemLineFullServiceWSDelegator.getClusterSpatialItemLineByIdentifiers(java.lang.Integer id)
           
 ClusterSpatialItemLine RemoteSpatialItemLineFullServiceBase.getClusterSpatialItemLineByIdentifiers(java.lang.Integer id)
           
protected  ClusterSpatialItemLine RemoteSpatialItemLineFullServiceImpl.handleGetClusterSpatialItemLineByIdentifiers(java.lang.Integer id)
           
protected abstract  ClusterSpatialItemLine RemoteSpatialItemLineFullServiceBase.handleGetClusterSpatialItemLineByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteSpatialItemLineFullServiceBase.getClusterSpatialItemLineByIdentifiers(java.lang.Integer)
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.