Uses of Class
fr.ifremer.allegro.referential.generic.vo.RemoteDepthGradientNaturalId

Packages that use RemoteDepthGradientNaturalId
fr.ifremer.allegro.data.fishingArea.generic.cluster   
fr.ifremer.allegro.referential   
fr.ifremer.allegro.referential.generic.service   
fr.ifremer.allegro.referential.generic.vo   
 

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

Methods in fr.ifremer.allegro.data.fishingArea.generic.cluster that return RemoteDepthGradientNaturalId
 RemoteDepthGradientNaturalId ClusterFishingArea.getDepthGradientNaturalId()
           
 

Methods in fr.ifremer.allegro.data.fishingArea.generic.cluster with parameters of type RemoteDepthGradientNaturalId
 void ClusterFishingArea.setDepthGradientNaturalId(RemoteDepthGradientNaturalId depthGradientNaturalId)
           
 

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

Uses of RemoteDepthGradientNaturalId in fr.ifremer.allegro.referential
 

Methods in fr.ifremer.allegro.referential that return RemoteDepthGradientNaturalId
 RemoteDepthGradientNaturalId DepthGradientDaoImpl.toRemoteDepthGradientNaturalId(DepthGradient entity)
           
 RemoteDepthGradientNaturalId DepthGradientDao.toRemoteDepthGradientNaturalId(DepthGradient entity)
          Converts this DAO's entity to an object of type RemoteDepthGradientNaturalId.
 RemoteDepthGradientNaturalId DepthGradientDaoBase.toRemoteDepthGradientNaturalId(DepthGradient entity)
           
protected  RemoteDepthGradientNaturalId DepthGradientDaoBase.toRemoteDepthGradientNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteDepthGradientNaturalId[] DepthGradientDao.toRemoteDepthGradientNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteDepthGradientNaturalId.
 RemoteDepthGradientNaturalId[] DepthGradientDaoBase.toRemoteDepthGradientNaturalIdArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential with parameters of type RemoteDepthGradientNaturalId
 DepthGradient DepthGradientDaoImpl.remoteDepthGradientNaturalIdToEntity(RemoteDepthGradientNaturalId remoteDepthGradientNaturalId)
           
 DepthGradient DepthGradientDao.remoteDepthGradientNaturalIdToEntity(RemoteDepthGradientNaturalId remoteDepthGradientNaturalId)
          Converts an instance of type RemoteDepthGradientNaturalId to this DAO's entity.
 void DepthGradientDaoImpl.remoteDepthGradientNaturalIdToEntity(RemoteDepthGradientNaturalId source, DepthGradient target, boolean copyIfNull)
           
 void DepthGradientDao.remoteDepthGradientNaturalIdToEntity(RemoteDepthGradientNaturalId source, DepthGradient target, boolean copyIfNull)
          Copies the fields of RemoteDepthGradientNaturalId to the specified entity.
 void DepthGradientDaoBase.remoteDepthGradientNaturalIdToEntity(RemoteDepthGradientNaturalId source, DepthGradient target, boolean copyIfNull)
           
 void DepthGradientDaoImpl.toRemoteDepthGradientNaturalId(DepthGradient source, RemoteDepthGradientNaturalId target)
           
 void DepthGradientDao.toRemoteDepthGradientNaturalId(DepthGradient source, RemoteDepthGradientNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void DepthGradientDaoBase.toRemoteDepthGradientNaturalId(DepthGradient source, RemoteDepthGradientNaturalId target)
           
 

Uses of RemoteDepthGradientNaturalId in fr.ifremer.allegro.referential.generic.service
 

Methods in fr.ifremer.allegro.referential.generic.service that return RemoteDepthGradientNaturalId
 RemoteDepthGradientNaturalId RemoteDepthGradientFullService.getDepthGradientNaturalIdById(java.lang.Integer id)
           
 RemoteDepthGradientNaturalId RemoteDepthGradientFullServiceWSDelegator.getDepthGradientNaturalIdById(java.lang.Integer id)
           
 RemoteDepthGradientNaturalId RemoteDepthGradientFullServiceBase.getDepthGradientNaturalIdById(java.lang.Integer id)
           
 RemoteDepthGradientNaturalId[] RemoteDepthGradientFullService.getDepthGradientNaturalIds()
           
 RemoteDepthGradientNaturalId[] RemoteDepthGradientFullServiceWSDelegator.getDepthGradientNaturalIds()
           
 RemoteDepthGradientNaturalId[] RemoteDepthGradientFullServiceBase.getDepthGradientNaturalIds()
           
protected  RemoteDepthGradientNaturalId RemoteDepthGradientFullServiceImpl.handleGetDepthGradientNaturalIdById(java.lang.Integer id)
           
protected abstract  RemoteDepthGradientNaturalId RemoteDepthGradientFullServiceBase.handleGetDepthGradientNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteDepthGradientFullServiceBase.getDepthGradientNaturalIdById(java.lang.Integer)
protected  RemoteDepthGradientNaturalId[] RemoteDepthGradientFullServiceImpl.handleGetDepthGradientNaturalIds()
           
protected abstract  RemoteDepthGradientNaturalId[] RemoteDepthGradientFullServiceBase.handleGetDepthGradientNaturalIds()
          Performs the core logic for RemoteDepthGradientFullServiceBase.getDepthGradientNaturalIds()
 

Methods in fr.ifremer.allegro.referential.generic.service with parameters of type RemoteDepthGradientNaturalId
 RemoteDepthGradientFullVO RemoteDepthGradientFullService.getDepthGradientByNaturalId(RemoteDepthGradientNaturalId depthGradientNaturalId)
           
 RemoteDepthGradientFullVO RemoteDepthGradientFullServiceWSDelegator.getDepthGradientByNaturalId(RemoteDepthGradientNaturalId depthGradientNaturalId)
           
 RemoteDepthGradientFullVO RemoteDepthGradientFullServiceBase.getDepthGradientByNaturalId(RemoteDepthGradientNaturalId depthGradientNaturalId)
           
protected  RemoteDepthGradientFullVO RemoteDepthGradientFullServiceImpl.handleGetDepthGradientByNaturalId(RemoteDepthGradientNaturalId depthGradientNaturalId)
           
protected abstract  RemoteDepthGradientFullVO RemoteDepthGradientFullServiceBase.handleGetDepthGradientByNaturalId(RemoteDepthGradientNaturalId depthGradientNaturalId)
          Performs the core logic for RemoteDepthGradientFullServiceBase.getDepthGradientByNaturalId(fr.ifremer.allegro.referential.generic.vo.RemoteDepthGradientNaturalId)
 

Uses of RemoteDepthGradientNaturalId in fr.ifremer.allegro.referential.generic.vo
 

Methods in fr.ifremer.allegro.referential.generic.vo with parameters of type RemoteDepthGradientNaturalId
 void RemoteDepthGradientNaturalId.copy(RemoteDepthGradientNaturalId otherBean)
          Copies all properties from the argument value object into this value object.
 

Constructors in fr.ifremer.allegro.referential.generic.vo with parameters of type RemoteDepthGradientNaturalId
RemoteDepthGradientNaturalId(RemoteDepthGradientNaturalId otherBean)
          Copies constructor from other RemoteDepthGradientNaturalId
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.