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

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

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

Methods in fr.ifremer.allegro.referential.location that return ClusterLocationArea
 ClusterLocationArea LocationAreaDaoImpl.toClusterLocationArea(LocationArea entity)
           
 ClusterLocationArea LocationAreaDao.toClusterLocationArea(LocationArea entity)
          Converts this DAO's entity to an object of type ClusterLocationArea.
 ClusterLocationArea LocationAreaDaoBase.toClusterLocationArea(LocationArea entity)
           
protected  ClusterLocationArea LocationAreaDaoBase.toClusterLocationArea(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterLocationArea[] LocationAreaDao.toClusterLocationAreaArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterLocationArea.
 ClusterLocationArea[] LocationAreaDaoBase.toClusterLocationAreaArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.location with parameters of type ClusterLocationArea
 LocationArea LocationAreaDaoImpl.clusterLocationAreaToEntity(ClusterLocationArea clusterLocationArea)
           
 LocationArea LocationAreaDao.clusterLocationAreaToEntity(ClusterLocationArea clusterLocationArea)
          Converts an instance of type ClusterLocationArea to this DAO's entity.
 void LocationAreaDaoImpl.clusterLocationAreaToEntity(ClusterLocationArea source, LocationArea target, boolean copyIfNull)
           
 void LocationAreaDao.clusterLocationAreaToEntity(ClusterLocationArea source, LocationArea target, boolean copyIfNull)
          Copies the fields of ClusterLocationArea to the specified entity.
 void LocationAreaDaoBase.clusterLocationAreaToEntity(ClusterLocationArea source, LocationArea target, boolean copyIfNull)
           
 LocationArea LocationAreaDao.createFromClusterLocationArea(ClusterLocationArea clusterLocationArea)
           
 LocationArea LocationAreaDaoBase.createFromClusterLocationArea(ClusterLocationArea clusterLocationArea)
           
protected  LocationArea LocationAreaDaoImpl.handleCreateFromClusterLocationArea(ClusterLocationArea clusterLocationArea)
           
protected abstract  LocationArea LocationAreaDaoBase.handleCreateFromClusterLocationArea(ClusterLocationArea clusterLocationArea)
          Performs the core logic for LocationAreaDaoBase.createFromClusterLocationArea(fr.ifremer.allegro.referential.location.generic.cluster.ClusterLocationArea)
 void LocationAreaDaoImpl.toClusterLocationArea(LocationArea source, ClusterLocationArea target)
           
 void LocationAreaDao.toClusterLocationArea(LocationArea source, ClusterLocationArea target)
          Copies the fields of the specified entity to the target value object.
 void LocationAreaDaoBase.toClusterLocationArea(LocationArea source, ClusterLocationArea target)
           
 

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

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

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

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

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

Methods in fr.ifremer.allegro.referential.location.generic.service that return ClusterLocationArea
 ClusterLocationArea RemoteLocationAreaFullService.getClusterLocationAreaByIdentifiers(java.lang.Integer id)
           
 ClusterLocationArea RemoteLocationAreaFullServiceWSDelegator.getClusterLocationAreaByIdentifiers(java.lang.Integer id)
           
 ClusterLocationArea RemoteLocationAreaFullServiceBase.getClusterLocationAreaByIdentifiers(java.lang.Integer id)
           
protected  ClusterLocationArea RemoteLocationAreaFullServiceImpl.handleGetClusterLocationAreaByIdentifiers(java.lang.Integer id)
           
protected abstract  ClusterLocationArea RemoteLocationAreaFullServiceBase.handleGetClusterLocationAreaByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteLocationAreaFullServiceBase.getClusterLocationAreaByIdentifiers(java.lang.Integer)
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.