Uses of Class
fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterPhysicalFeatures

Packages that use ClusterPhysicalFeatures
fr.ifremer.allegro.data.vessel.feature.physical   
fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster   
fr.ifremer.allegro.data.vessel.feature.physical.generic.service   
 

Uses of ClusterPhysicalFeatures in fr.ifremer.allegro.data.vessel.feature.physical
 

Methods in fr.ifremer.allegro.data.vessel.feature.physical that return ClusterPhysicalFeatures
protected  ClusterPhysicalFeatures PhysicalFeaturesDaoBase.toClusterPhysicalFeatures(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 ClusterPhysicalFeatures PhysicalFeaturesDaoImpl.toClusterPhysicalFeatures(PhysicalFeatures entity)
           
 ClusterPhysicalFeatures PhysicalFeaturesDao.toClusterPhysicalFeatures(PhysicalFeatures entity)
          Converts this DAO's entity to an object of type ClusterPhysicalFeatures.
 ClusterPhysicalFeatures PhysicalFeaturesDaoBase.toClusterPhysicalFeatures(PhysicalFeatures entity)
           
 ClusterPhysicalFeatures[] PhysicalFeaturesDao.toClusterPhysicalFeaturesArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type ClusterPhysicalFeatures.
 ClusterPhysicalFeatures[] PhysicalFeaturesDaoBase.toClusterPhysicalFeaturesArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.data.vessel.feature.physical with parameters of type ClusterPhysicalFeatures
 PhysicalFeatures PhysicalFeaturesDaoImpl.clusterPhysicalFeaturesToEntity(ClusterPhysicalFeatures clusterPhysicalFeatures)
           
 PhysicalFeatures PhysicalFeaturesDao.clusterPhysicalFeaturesToEntity(ClusterPhysicalFeatures clusterPhysicalFeatures)
          Converts an instance of type ClusterPhysicalFeatures to this DAO's entity.
 void PhysicalFeaturesDaoImpl.clusterPhysicalFeaturesToEntity(ClusterPhysicalFeatures source, PhysicalFeatures target, boolean copyIfNull)
           
 void PhysicalFeaturesDao.clusterPhysicalFeaturesToEntity(ClusterPhysicalFeatures source, PhysicalFeatures target, boolean copyIfNull)
          Copies the fields of ClusterPhysicalFeatures to the specified entity.
 void PhysicalFeaturesDaoBase.clusterPhysicalFeaturesToEntity(ClusterPhysicalFeatures source, PhysicalFeatures target, boolean copyIfNull)
           
 void PhysicalFeaturesDaoImpl.toClusterPhysicalFeatures(PhysicalFeatures source, ClusterPhysicalFeatures target)
           
 void PhysicalFeaturesDao.toClusterPhysicalFeatures(PhysicalFeatures source, ClusterPhysicalFeatures target)
          Copies the fields of the specified entity to the target value object.
 void PhysicalFeaturesDaoBase.toClusterPhysicalFeatures(PhysicalFeatures source, ClusterPhysicalFeatures target)
           
 

Uses of ClusterPhysicalFeatures in fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster
 

Subclasses of ClusterPhysicalFeatures in fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster
 class ClusterGearPhysicalFeatures
           
 class ClusterVesselPhysicalFeatures
           
 

Methods in fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster with parameters of type ClusterPhysicalFeatures
 void ClusterPhysicalFeatures.copy(ClusterPhysicalFeatures otherBean)
          Copies all properties from the argument value object into this value object.
 

Constructors in fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster with parameters of type ClusterPhysicalFeatures
ClusterPhysicalFeatures(ClusterPhysicalFeatures otherBean)
          Copies constructor from other ClusterPhysicalFeatures
 

Uses of ClusterPhysicalFeatures in fr.ifremer.allegro.data.vessel.feature.physical.generic.service
 

Methods in fr.ifremer.allegro.data.vessel.feature.physical.generic.service that return ClusterPhysicalFeatures
 ClusterPhysicalFeatures RemotePhysicalFeaturesFullService.getClusterPhysicalFeaturesByIdentifiers(java.lang.Integer id)
           
 ClusterPhysicalFeatures RemotePhysicalFeaturesFullServiceWSDelegator.getClusterPhysicalFeaturesByIdentifiers(java.lang.Integer id)
           
 ClusterPhysicalFeatures RemotePhysicalFeaturesFullServiceBase.getClusterPhysicalFeaturesByIdentifiers(java.lang.Integer id)
           
protected  ClusterPhysicalFeatures RemotePhysicalFeaturesFullServiceImpl.handleGetClusterPhysicalFeaturesByIdentifiers(java.lang.Integer id)
           
protected abstract  ClusterPhysicalFeatures RemotePhysicalFeaturesFullServiceBase.handleGetClusterPhysicalFeaturesByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemotePhysicalFeaturesFullServiceBase.getClusterPhysicalFeaturesByIdentifiers(java.lang.Integer)
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.