Uses of Class
fr.ifremer.allegro.data.fishingArea.generic.cluster.ClusterFishingArea2RegulationLocation

Packages that use ClusterFishingArea2RegulationLocation
fr.ifremer.allegro.data.fishingArea   
fr.ifremer.allegro.data.fishingArea.generic.cluster   
fr.ifremer.allegro.data.fishingArea.generic.service   
 

Uses of ClusterFishingArea2RegulationLocation in fr.ifremer.allegro.data.fishingArea
 

Methods in fr.ifremer.allegro.data.fishingArea that return ClusterFishingArea2RegulationLocation
 ClusterFishingArea2RegulationLocation FishingArea2RegulationLocationDaoImpl.toClusterFishingArea2RegulationLocation(FishingArea2RegulationLocation entity)
           
 ClusterFishingArea2RegulationLocation FishingArea2RegulationLocationDao.toClusterFishingArea2RegulationLocation(FishingArea2RegulationLocation entity)
          Converts this DAO's entity to an object of type ClusterFishingArea2RegulationLocation.
 ClusterFishingArea2RegulationLocation FishingArea2RegulationLocationDaoBase.toClusterFishingArea2RegulationLocation(FishingArea2RegulationLocation entity)
           
protected  ClusterFishingArea2RegulationLocation FishingArea2RegulationLocationDaoBase.toClusterFishingArea2RegulationLocation(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterFishingArea2RegulationLocation[] FishingArea2RegulationLocationDao.toClusterFishingArea2RegulationLocationArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterFishingArea2RegulationLocation.
 ClusterFishingArea2RegulationLocation[] FishingArea2RegulationLocationDaoBase.toClusterFishingArea2RegulationLocationArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.data.fishingArea with parameters of type ClusterFishingArea2RegulationLocation
 FishingArea2RegulationLocation FishingArea2RegulationLocationDaoImpl.clusterFishingArea2RegulationLocationToEntity(ClusterFishingArea2RegulationLocation clusterFishingArea2RegulationLocation)
           
 FishingArea2RegulationLocation FishingArea2RegulationLocationDao.clusterFishingArea2RegulationLocationToEntity(ClusterFishingArea2RegulationLocation clusterFishingArea2RegulationLocation)
          Converts an instance of type ClusterFishingArea2RegulationLocation to this DAO's entity.
 void FishingArea2RegulationLocationDaoImpl.clusterFishingArea2RegulationLocationToEntity(ClusterFishingArea2RegulationLocation source, FishingArea2RegulationLocation target, boolean copyIfNull)
           
 void FishingArea2RegulationLocationDao.clusterFishingArea2RegulationLocationToEntity(ClusterFishingArea2RegulationLocation source, FishingArea2RegulationLocation target, boolean copyIfNull)
          Copies the fields of ClusterFishingArea2RegulationLocation to the specified entity.
 void FishingArea2RegulationLocationDaoBase.clusterFishingArea2RegulationLocationToEntity(ClusterFishingArea2RegulationLocation source, FishingArea2RegulationLocation target, boolean copyIfNull)
           
 FishingArea2RegulationLocation FishingArea2RegulationLocationDao.createFromClusterFishingArea2RegulationLocation(ClusterFishingArea2RegulationLocation clusterFishingArea2RegulationLocation)
           
 FishingArea2RegulationLocation FishingArea2RegulationLocationDaoBase.createFromClusterFishingArea2RegulationLocation(ClusterFishingArea2RegulationLocation clusterFishingArea2RegulationLocation)
           
protected  FishingArea2RegulationLocation FishingArea2RegulationLocationDaoImpl.handleCreateFromClusterFishingArea2RegulationLocation(ClusterFishingArea2RegulationLocation clusterFishingArea2RegulationLocation)
           
protected abstract  FishingArea2RegulationLocation FishingArea2RegulationLocationDaoBase.handleCreateFromClusterFishingArea2RegulationLocation(ClusterFishingArea2RegulationLocation clusterFishingArea2RegulationLocation)
          Performs the core logic for FishingArea2RegulationLocationDaoBase.createFromClusterFishingArea2RegulationLocation(fr.ifremer.allegro.data.fishingArea.generic.cluster.ClusterFishingArea2RegulationLocation)
 void FishingArea2RegulationLocationDaoImpl.toClusterFishingArea2RegulationLocation(FishingArea2RegulationLocation source, ClusterFishingArea2RegulationLocation target)
           
 void FishingArea2RegulationLocationDao.toClusterFishingArea2RegulationLocation(FishingArea2RegulationLocation source, ClusterFishingArea2RegulationLocation target)
          Copies the fields of the specified entity to the target value object.
 void FishingArea2RegulationLocationDaoBase.toClusterFishingArea2RegulationLocation(FishingArea2RegulationLocation source, ClusterFishingArea2RegulationLocation target)
           
 

Uses of ClusterFishingArea2RegulationLocation in fr.ifremer.allegro.data.fishingArea.generic.cluster
 

Methods in fr.ifremer.allegro.data.fishingArea.generic.cluster that return ClusterFishingArea2RegulationLocation
 ClusterFishingArea2RegulationLocation[] ClusterFishingArea.getClusterRegulationLocations()
           
 

Methods in fr.ifremer.allegro.data.fishingArea.generic.cluster with parameters of type ClusterFishingArea2RegulationLocation
 void ClusterFishingArea2RegulationLocation.copy(ClusterFishingArea2RegulationLocation otherBean)
          Copies all properties from the argument value object into this value object.
 void ClusterFishingArea.setClusterRegulationLocations(ClusterFishingArea2RegulationLocation[] clusterRegulationLocations)
           
 

Constructors in fr.ifremer.allegro.data.fishingArea.generic.cluster with parameters of type ClusterFishingArea2RegulationLocation
ClusterFishingArea(java.lang.Integer id, RemoteNearbySpecificAreaNaturalId nearbySpecificAreaNaturalId, RemoteDepthGradientNaturalId depthGradientNaturalId, RemoteDistanceToCoastGradientNaturalId distanceToCoastGradientNaturalId, RemoteLocationNaturalId locationNaturalId, RemoteGearUseFeaturesNaturalId gearUseFeaturesNaturalId, RemoteVesselUseFeaturesNaturalId vesselUseFeaturesNaturalId, RemoteFisheryNaturalId[] fisheryNaturalId, RemoteSampleNaturalId sampleNaturalId, ClusterFishingArea2RegulationLocation[] clusterRegulationLocations)
           
ClusterFishingArea(RemoteLocationNaturalId locationNaturalId, RemoteFisheryNaturalId[] fisheryNaturalId, ClusterFishingArea2RegulationLocation[] clusterRegulationLocations)
           
ClusterFishingArea2RegulationLocation(ClusterFishingArea2RegulationLocation otherBean)
          Copies constructor from other ClusterFishingArea2RegulationLocation
 

Uses of ClusterFishingArea2RegulationLocation in fr.ifremer.allegro.data.fishingArea.generic.service
 

Methods in fr.ifremer.allegro.data.fishingArea.generic.service that return ClusterFishingArea2RegulationLocation
 ClusterFishingArea2RegulationLocation RemoteFishingArea2RegulationLocationFullService.getClusterFishingArea2RegulationLocationByIdentifiers(java.lang.Integer locationId, java.lang.Integer fishingAreaId)
           
 ClusterFishingArea2RegulationLocation RemoteFishingArea2RegulationLocationFullServiceWSDelegator.getClusterFishingArea2RegulationLocationByIdentifiers(java.lang.Integer locationId, java.lang.Integer fishingAreaId)
           
 ClusterFishingArea2RegulationLocation RemoteFishingArea2RegulationLocationFullServiceBase.getClusterFishingArea2RegulationLocationByIdentifiers(java.lang.Integer locationId, java.lang.Integer fishingAreaId)
           
protected  ClusterFishingArea2RegulationLocation RemoteFishingArea2RegulationLocationFullServiceImpl.handleGetClusterFishingArea2RegulationLocationByIdentifiers(java.lang.Integer locationId, java.lang.Integer fishingAreaId)
           
protected abstract  ClusterFishingArea2RegulationLocation RemoteFishingArea2RegulationLocationFullServiceBase.handleGetClusterFishingArea2RegulationLocationByIdentifiers(java.lang.Integer locationId, java.lang.Integer fishingAreaId)
          Performs the core logic for RemoteFishingArea2RegulationLocationFullServiceBase.getClusterFishingArea2RegulationLocationByIdentifiers(java.lang.Integer, java.lang.Integer)
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.