Uses of Class
fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeatures

Packages that use PhysicalFeatures
fr.ifremer.allegro.data.vessel.feature.physical   
 

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

Subclasses of PhysicalFeatures in fr.ifremer.allegro.data.vessel.feature.physical
 class GearPhysicalFeatures
           Caract??ristiques d'un engin physique d'un navire (navire de peche ou oc??anographique, ou autres).
 class GearPhysicalFeaturesImpl
           
 class PhysicalFeaturesImpl
           
 class VesselPhysicalFeatures
           Caract??ristiques physique d'un navire (navire de peche ou oc??anographique, ou autres).
 class VesselPhysicalFeaturesImpl
           
 

Methods in fr.ifremer.allegro.data.vessel.feature.physical that return PhysicalFeatures
 PhysicalFeatures PhysicalFeaturesDaoImpl.clusterPhysicalFeaturesToEntity(ClusterPhysicalFeatures clusterPhysicalFeatures)
           
 PhysicalFeatures PhysicalFeaturesDao.clusterPhysicalFeaturesToEntity(ClusterPhysicalFeatures clusterPhysicalFeatures)
          Converts an instance of type ClusterPhysicalFeatures to this DAO's entity.
 PhysicalFeatures GearPhysicalFeaturesDao.create(java.util.Date startDate, java.util.Date endDate, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, Vessel vessel, QualityFlag qualityFlag, Program program, java.util.Collection gearPhysicalMeasurements, PhysicalGearSurvey physicalGearSurvey, FishingTrip fishingTrip, java.util.Collection operations, Gear gear, java.util.Collection gearPhysicalFeaturesOrigins)
           Creates a new fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures instance from all attributes and properties and adds it to the persistent store.
 PhysicalFeatures VesselPhysicalFeaturesDao.create(java.util.Date startDate, java.util.Date endDate, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, Vessel vessel, QualityFlag qualityFlag, Program program, java.lang.String name, java.lang.String exteriorMarking, java.lang.String IRCS, java.lang.String comments, java.util.Collection vesselPhysicalMeasurements, PhysicalGearSurvey physicalGearSurvey, java.util.Collection vesselPhysicalFeaturesOrigins, Department recorderDepartment, User recorderUser, Location baseLandingLocation)
           Creates a new fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures instance from all attributes and properties and adds it to the persistent store.
 PhysicalFeatures GearPhysicalFeaturesDao.create(java.util.Date creationDate, Gear gear, Program program, QualityFlag qualityFlag, java.util.Date startDate, Vessel vessel)
           Creates a new fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures instance from only required properties (attributes and association ends) and adds it to the persistent store.
 PhysicalFeatures VesselPhysicalFeaturesDao.create(java.util.Date creationDate, Program program, QualityFlag qualityFlag, Department recorderDepartment, java.util.Date startDate, Vessel vessel)
           Creates a new fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures instance from only required properties (attributes and association ends) and adds it to the persistent store.
 PhysicalFeatures GearPhysicalFeaturesDao.create(GearPhysicalFeatures gearPhysicalFeatures)
          Creates an instance of fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures and adds it to the persistent store.
 PhysicalFeatures VesselPhysicalFeaturesDao.create(VesselPhysicalFeatures vesselPhysicalFeatures)
          Creates an instance of fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures and adds it to the persistent store.
 PhysicalFeatures PhysicalFeaturesDao.findPhysicalFeaturesById(java.lang.Integer id)
           
 PhysicalFeatures PhysicalFeaturesDaoBase.findPhysicalFeaturesById(java.lang.Integer id)
           
 PhysicalFeatures GearPhysicalFeaturesDaoBase.findPhysicalFeaturesById(java.lang.Integer id)
           
 PhysicalFeatures VesselPhysicalFeaturesDaoBase.findPhysicalFeaturesById(java.lang.Integer id)
           
 PhysicalFeatures PhysicalFeaturesDao.findPhysicalFeaturesById(java.lang.String queryString, java.lang.Integer id)
           Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesById(java.lang.Integer) with an additional argument called queryString.
 PhysicalFeatures PhysicalFeaturesDaoBase.findPhysicalFeaturesById(java.lang.String queryString, java.lang.Integer id)
           
 PhysicalFeatures GearPhysicalFeaturesDaoBase.findPhysicalFeaturesById(java.lang.String queryString, java.lang.Integer id)
           
 PhysicalFeatures VesselPhysicalFeaturesDaoBase.findPhysicalFeaturesById(java.lang.String queryString, java.lang.Integer id)
           
 PhysicalFeatures PhysicalFeaturesDao.findPhysicalFeaturesByNaturalId(java.util.Date startDate, Vessel vessel, Program program)
           
 PhysicalFeatures PhysicalFeaturesDaoBase.findPhysicalFeaturesByNaturalId(java.util.Date startDate, Vessel vessel, Program program)
           
 PhysicalFeatures GearPhysicalFeaturesDaoBase.findPhysicalFeaturesByNaturalId(java.util.Date startDate, Vessel vessel, Program program)
           
 PhysicalFeatures VesselPhysicalFeaturesDaoBase.findPhysicalFeaturesByNaturalId(java.util.Date startDate, Vessel vessel, Program program)
           
 PhysicalFeatures PhysicalFeaturesDao.findPhysicalFeaturesByNaturalId(java.lang.String queryString, java.util.Date startDate, Vessel vessel, Program program)
           Does the same thing as PhysicalFeaturesDao.findPhysicalFeaturesByNaturalId(java.util.Date, fr.ifremer.allegro.referential.vessel.Vessel, fr.ifremer.allegro.administration.programStrategy.Program) with an additional argument called queryString.
 PhysicalFeatures PhysicalFeaturesDaoBase.findPhysicalFeaturesByNaturalId(java.lang.String queryString, java.util.Date startDate, Vessel vessel, Program program)
           
 PhysicalFeatures GearPhysicalFeaturesDaoBase.findPhysicalFeaturesByNaturalId(java.lang.String queryString, java.util.Date startDate, Vessel vessel, Program program)
           
 PhysicalFeatures VesselPhysicalFeaturesDaoBase.findPhysicalFeaturesByNaturalId(java.lang.String queryString, java.util.Date startDate, Vessel vessel, Program program)
           
 PhysicalFeatures PhysicalFeaturesDao.load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeatures from the persistent store.
 PhysicalFeatures GearPhysicalFeaturesDao.load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.data.vessel.feature.physical.GearPhysicalFeatures from the persistent store.
 PhysicalFeatures VesselPhysicalFeaturesDao.load(java.lang.Integer id)
          Loads an instance of fr.ifremer.allegro.data.vessel.feature.physical.VesselPhysicalFeatures from the persistent store.
 PhysicalFeatures PhysicalFeaturesDaoBase.load(java.lang.Integer id)
           
 PhysicalFeatures PhysicalFeaturesDaoImpl.remotePhysicalFeaturesFullVOToEntity(RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVO)
           
 PhysicalFeatures PhysicalFeaturesDao.remotePhysicalFeaturesFullVOToEntity(RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVO)
          Converts an instance of type RemotePhysicalFeaturesFullVO to this DAO's entity.
 PhysicalFeatures PhysicalFeaturesDaoImpl.remotePhysicalFeaturesNaturalIdToEntity(RemotePhysicalFeaturesNaturalId remotePhysicalFeaturesNaturalId)
           
 PhysicalFeatures PhysicalFeaturesDao.remotePhysicalFeaturesNaturalIdToEntity(RemotePhysicalFeaturesNaturalId remotePhysicalFeaturesNaturalId)
          Converts an instance of type RemotePhysicalFeaturesNaturalId to this DAO's entity.
protected  PhysicalFeatures PhysicalFeaturesDaoBase.toEntity(java.lang.Object[] row)
           
 

Methods in fr.ifremer.allegro.data.vessel.feature.physical with parameters of type PhysicalFeatures
 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.remotePhysicalFeaturesFullVOToEntity(RemotePhysicalFeaturesFullVO source, PhysicalFeatures target, boolean copyIfNull)
           
 void PhysicalFeaturesDao.remotePhysicalFeaturesFullVOToEntity(RemotePhysicalFeaturesFullVO source, PhysicalFeatures target, boolean copyIfNull)
          Copies the fields of RemotePhysicalFeaturesFullVO to the specified entity.
 void PhysicalFeaturesDaoBase.remotePhysicalFeaturesFullVOToEntity(RemotePhysicalFeaturesFullVO source, PhysicalFeatures target, boolean copyIfNull)
           
 void PhysicalFeaturesDaoImpl.remotePhysicalFeaturesNaturalIdToEntity(RemotePhysicalFeaturesNaturalId source, PhysicalFeatures target, boolean copyIfNull)
           
 void PhysicalFeaturesDao.remotePhysicalFeaturesNaturalIdToEntity(RemotePhysicalFeaturesNaturalId source, PhysicalFeatures target, boolean copyIfNull)
          Copies the fields of RemotePhysicalFeaturesNaturalId to the specified entity.
 void PhysicalFeaturesDaoBase.remotePhysicalFeaturesNaturalIdToEntity(RemotePhysicalFeaturesNaturalId source, PhysicalFeatures target, boolean copyIfNull)
           
 void PhysicalFeaturesDao.remove(PhysicalFeatures physicalFeatures)
          Removes the instance of fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeatures from the persistent store.
 void PhysicalFeaturesDaoBase.remove(PhysicalFeatures physicalFeatures)
           
 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)
           
 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)
           
 RemotePhysicalFeaturesFullVO PhysicalFeaturesDaoImpl.toRemotePhysicalFeaturesFullVO(PhysicalFeatures entity)
           
 RemotePhysicalFeaturesFullVO PhysicalFeaturesDao.toRemotePhysicalFeaturesFullVO(PhysicalFeatures entity)
          Converts this DAO's entity to an object of type RemotePhysicalFeaturesFullVO.
 RemotePhysicalFeaturesFullVO PhysicalFeaturesDaoBase.toRemotePhysicalFeaturesFullVO(PhysicalFeatures entity)
           
 void PhysicalFeaturesDaoImpl.toRemotePhysicalFeaturesFullVO(PhysicalFeatures source, RemotePhysicalFeaturesFullVO target)
           
 void PhysicalFeaturesDao.toRemotePhysicalFeaturesFullVO(PhysicalFeatures source, RemotePhysicalFeaturesFullVO target)
          Copies the fields of the specified entity to the target value object.
 void PhysicalFeaturesDaoBase.toRemotePhysicalFeaturesFullVO(PhysicalFeatures source, RemotePhysicalFeaturesFullVO target)
           
 RemotePhysicalFeaturesNaturalId PhysicalFeaturesDaoImpl.toRemotePhysicalFeaturesNaturalId(PhysicalFeatures entity)
           
 RemotePhysicalFeaturesNaturalId PhysicalFeaturesDao.toRemotePhysicalFeaturesNaturalId(PhysicalFeatures entity)
          Converts this DAO's entity to an object of type RemotePhysicalFeaturesNaturalId.
 RemotePhysicalFeaturesNaturalId PhysicalFeaturesDaoBase.toRemotePhysicalFeaturesNaturalId(PhysicalFeatures entity)
           
 void PhysicalFeaturesDaoImpl.toRemotePhysicalFeaturesNaturalId(PhysicalFeatures source, RemotePhysicalFeaturesNaturalId target)
           
 void PhysicalFeaturesDao.toRemotePhysicalFeaturesNaturalId(PhysicalFeatures source, RemotePhysicalFeaturesNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void PhysicalFeaturesDaoBase.toRemotePhysicalFeaturesNaturalId(PhysicalFeatures source, RemotePhysicalFeaturesNaturalId target)
           
protected  java.lang.Object PhysicalFeaturesDaoBase.transformEntity(int transform, PhysicalFeatures entity)
          Allows transformation of entities into value objects (or something else for that matter), when the transform flag is set to one of the constants defined in fr.ifremer.allegro.data.vessel.feature.physical.PhysicalFeaturesDao, please note that the PhysicalFeaturesDao.TRANSFORM_NONE constant denotes no transformation, so the entity itself will be returned.
 void PhysicalFeaturesDao.update(PhysicalFeatures physicalFeatures)
          Updates the physicalFeatures instance in the persistent store.
 void PhysicalFeaturesDaoBase.update(PhysicalFeatures physicalFeatures)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.