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

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

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

Methods in fr.ifremer.allegro.referential.location that return ClusterLocationLine
 ClusterLocationLine LocationLineDaoImpl.toClusterLocationLine(LocationLine entity)
           
 ClusterLocationLine LocationLineDao.toClusterLocationLine(LocationLine entity)
          Converts this DAO's entity to an object of type ClusterLocationLine.
 ClusterLocationLine LocationLineDaoBase.toClusterLocationLine(LocationLine entity)
           
protected  ClusterLocationLine LocationLineDaoBase.toClusterLocationLine(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterLocationLine[] LocationLineDao.toClusterLocationLineArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterLocationLine.
 ClusterLocationLine[] LocationLineDaoBase.toClusterLocationLineArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.location with parameters of type ClusterLocationLine
 LocationLine LocationLineDaoImpl.clusterLocationLineToEntity(ClusterLocationLine clusterLocationLine)
           
 LocationLine LocationLineDao.clusterLocationLineToEntity(ClusterLocationLine clusterLocationLine)
          Converts an instance of type ClusterLocationLine to this DAO's entity.
 void LocationLineDaoImpl.clusterLocationLineToEntity(ClusterLocationLine source, LocationLine target, boolean copyIfNull)
           
 void LocationLineDao.clusterLocationLineToEntity(ClusterLocationLine source, LocationLine target, boolean copyIfNull)
          Copies the fields of ClusterLocationLine to the specified entity.
 void LocationLineDaoBase.clusterLocationLineToEntity(ClusterLocationLine source, LocationLine target, boolean copyIfNull)
           
 LocationLine LocationLineDao.createFromClusterLocationLine(ClusterLocationLine clusterLocationLine)
           
 LocationLine LocationLineDaoBase.createFromClusterLocationLine(ClusterLocationLine clusterLocationLine)
           
protected  LocationLine LocationLineDaoImpl.handleCreateFromClusterLocationLine(ClusterLocationLine clusterLocationLine)
           
protected abstract  LocationLine LocationLineDaoBase.handleCreateFromClusterLocationLine(ClusterLocationLine clusterLocationLine)
          Performs the core logic for LocationLineDaoBase.createFromClusterLocationLine(fr.ifremer.allegro.referential.location.generic.cluster.ClusterLocationLine)
 void LocationLineDaoImpl.toClusterLocationLine(LocationLine source, ClusterLocationLine target)
           
 void LocationLineDao.toClusterLocationLine(LocationLine source, ClusterLocationLine target)
          Copies the fields of the specified entity to the target value object.
 void LocationLineDaoBase.toClusterLocationLine(LocationLine source, ClusterLocationLine target)
           
 

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

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

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

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

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

Methods in fr.ifremer.allegro.referential.location.generic.service that return ClusterLocationLine
 ClusterLocationLine RemoteLocationLineFullService.getClusterLocationLineByIdentifiers(java.lang.Integer id)
           
 ClusterLocationLine RemoteLocationLineFullServiceWSDelegator.getClusterLocationLineByIdentifiers(java.lang.Integer id)
           
 ClusterLocationLine RemoteLocationLineFullServiceBase.getClusterLocationLineByIdentifiers(java.lang.Integer id)
           
protected  ClusterLocationLine RemoteLocationLineFullServiceImpl.handleGetClusterLocationLineByIdentifiers(java.lang.Integer id)
           
protected abstract  ClusterLocationLine RemoteLocationLineFullServiceBase.handleGetClusterLocationLineByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteLocationLineFullServiceBase.getClusterLocationLineByIdentifiers(java.lang.Integer)
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.