Uses of Class
fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyNaturalId

Packages that use RemotePhysicalGearSurveyNaturalId
fr.ifremer.allegro.data.measure.generic.cluster   
fr.ifremer.allegro.data.survey.physicalGear   
fr.ifremer.allegro.data.survey.physicalGear.generic.service   
fr.ifremer.allegro.data.survey.physicalGear.generic.vo   
fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster   
fr.ifremer.allegro.data.vessel.feature.physical.generic.vo   
 

Uses of RemotePhysicalGearSurveyNaturalId in fr.ifremer.allegro.data.measure.generic.cluster
 

Methods in fr.ifremer.allegro.data.measure.generic.cluster that return RemotePhysicalGearSurveyNaturalId
 RemotePhysicalGearSurveyNaturalId ClusterSurveyMeasurement.getPhysicalGearSurveyNaturalId()
           
 

Methods in fr.ifremer.allegro.data.measure.generic.cluster with parameters of type RemotePhysicalGearSurveyNaturalId
 void ClusterSurveyMeasurement.setPhysicalGearSurveyNaturalId(RemotePhysicalGearSurveyNaturalId physicalGearSurveyNaturalId)
           
 

Constructors in fr.ifremer.allegro.data.measure.generic.cluster with parameters of type RemotePhysicalGearSurveyNaturalId
ClusterSurveyMeasurement(java.lang.Integer id, java.lang.Integer idLocal, java.lang.Float numericalValue, java.lang.Integer digitCount, java.lang.Float precisionValue, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, RemoteDepartmentNaturalId departmentNaturalId, RemotePrecisionTypeNaturalId precisionTypeNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemoteAnalysisInstrumentNaturalId analysisInstrumentNaturalId, RemoteNumericalPrecisionNaturalId numericalPrecisionNaturalId, RemotePmfmNaturalId pmfmNaturalId, RemoteQualitativeValueNaturalId qualitativeValueNaturalId, RemoteAggregationLevelNaturalId aggregationLevelNaturalId, RemoteActivityCalendarNaturalId activityCalendarNaturalId, RemoteEconomicalSurveyNaturalId economicalSurveyNaturalId, RemoteFishingTripNaturalId fishingTripNaturalId, RemoteLandingNaturalId landingNaturalId, RemoteSaleNaturalId saleNaturalId, RemotePhysicalGearSurveyNaturalId physicalGearSurveyNaturalId)
           
 

Uses of RemotePhysicalGearSurveyNaturalId in fr.ifremer.allegro.data.survey.physicalGear
 

Methods in fr.ifremer.allegro.data.survey.physicalGear that return RemotePhysicalGearSurveyNaturalId
protected  RemotePhysicalGearSurveyNaturalId PhysicalGearSurveyDaoBase.toRemotePhysicalGearSurveyNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemotePhysicalGearSurveyNaturalId PhysicalGearSurveyDaoImpl.toRemotePhysicalGearSurveyNaturalId(PhysicalGearSurvey entity)
           
 RemotePhysicalGearSurveyNaturalId PhysicalGearSurveyDao.toRemotePhysicalGearSurveyNaturalId(PhysicalGearSurvey entity)
          Converts this DAO's entity to an object of type RemotePhysicalGearSurveyNaturalId.
 RemotePhysicalGearSurveyNaturalId PhysicalGearSurveyDaoBase.toRemotePhysicalGearSurveyNaturalId(PhysicalGearSurvey entity)
           
 RemotePhysicalGearSurveyNaturalId[] PhysicalGearSurveyDao.toRemotePhysicalGearSurveyNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemotePhysicalGearSurveyNaturalId.
 RemotePhysicalGearSurveyNaturalId[] PhysicalGearSurveyDaoBase.toRemotePhysicalGearSurveyNaturalIdArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.data.survey.physicalGear with parameters of type RemotePhysicalGearSurveyNaturalId
 PhysicalGearSurvey PhysicalGearSurveyDaoImpl.remotePhysicalGearSurveyNaturalIdToEntity(RemotePhysicalGearSurveyNaturalId remotePhysicalGearSurveyNaturalId)
           
 PhysicalGearSurvey PhysicalGearSurveyDao.remotePhysicalGearSurveyNaturalIdToEntity(RemotePhysicalGearSurveyNaturalId remotePhysicalGearSurveyNaturalId)
          Converts an instance of type RemotePhysicalGearSurveyNaturalId to this DAO's entity.
 void PhysicalGearSurveyDaoImpl.remotePhysicalGearSurveyNaturalIdToEntity(RemotePhysicalGearSurveyNaturalId source, PhysicalGearSurvey target, boolean copyIfNull)
           
 void PhysicalGearSurveyDao.remotePhysicalGearSurveyNaturalIdToEntity(RemotePhysicalGearSurveyNaturalId source, PhysicalGearSurvey target, boolean copyIfNull)
          Copies the fields of RemotePhysicalGearSurveyNaturalId to the specified entity.
 void PhysicalGearSurveyDaoBase.remotePhysicalGearSurveyNaturalIdToEntity(RemotePhysicalGearSurveyNaturalId source, PhysicalGearSurvey target, boolean copyIfNull)
           
 void PhysicalGearSurveyDaoImpl.toRemotePhysicalGearSurveyNaturalId(PhysicalGearSurvey source, RemotePhysicalGearSurveyNaturalId target)
           
 void PhysicalGearSurveyDao.toRemotePhysicalGearSurveyNaturalId(PhysicalGearSurvey source, RemotePhysicalGearSurveyNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void PhysicalGearSurveyDaoBase.toRemotePhysicalGearSurveyNaturalId(PhysicalGearSurvey source, RemotePhysicalGearSurveyNaturalId target)
           
 

Uses of RemotePhysicalGearSurveyNaturalId in fr.ifremer.allegro.data.survey.physicalGear.generic.service
 

Methods in fr.ifremer.allegro.data.survey.physicalGear.generic.service that return RemotePhysicalGearSurveyNaturalId
 RemotePhysicalGearSurveyNaturalId RemotePhysicalGearSurveyFullService.getPhysicalGearSurveyNaturalIdById(java.lang.Integer id)
           
 RemotePhysicalGearSurveyNaturalId RemotePhysicalGearSurveyFullServiceWSDelegator.getPhysicalGearSurveyNaturalIdById(java.lang.Integer id)
           
 RemotePhysicalGearSurveyNaturalId RemotePhysicalGearSurveyFullServiceBase.getPhysicalGearSurveyNaturalIdById(java.lang.Integer id)
           
 RemotePhysicalGearSurveyNaturalId[] RemotePhysicalGearSurveyFullService.getPhysicalGearSurveyNaturalIds()
           
 RemotePhysicalGearSurveyNaturalId[] RemotePhysicalGearSurveyFullServiceWSDelegator.getPhysicalGearSurveyNaturalIds()
           
 RemotePhysicalGearSurveyNaturalId[] RemotePhysicalGearSurveyFullServiceBase.getPhysicalGearSurveyNaturalIds()
           
protected  RemotePhysicalGearSurveyNaturalId RemotePhysicalGearSurveyFullServiceImpl.handleGetPhysicalGearSurveyNaturalIdById(java.lang.Integer id)
           
protected abstract  RemotePhysicalGearSurveyNaturalId RemotePhysicalGearSurveyFullServiceBase.handleGetPhysicalGearSurveyNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemotePhysicalGearSurveyFullServiceBase.getPhysicalGearSurveyNaturalIdById(java.lang.Integer)
protected  RemotePhysicalGearSurveyNaturalId[] RemotePhysicalGearSurveyFullServiceImpl.handleGetPhysicalGearSurveyNaturalIds()
           
protected abstract  RemotePhysicalGearSurveyNaturalId[] RemotePhysicalGearSurveyFullServiceBase.handleGetPhysicalGearSurveyNaturalIds()
          Performs the core logic for RemotePhysicalGearSurveyFullServiceBase.getPhysicalGearSurveyNaturalIds()
 

Methods in fr.ifremer.allegro.data.survey.physicalGear.generic.service with parameters of type RemotePhysicalGearSurveyNaturalId
 RemotePhysicalGearSurveyFullVO RemotePhysicalGearSurveyFullService.getPhysicalGearSurveyByNaturalId(RemotePhysicalGearSurveyNaturalId physicalGearSurveyNaturalId)
           
 RemotePhysicalGearSurveyFullVO RemotePhysicalGearSurveyFullServiceWSDelegator.getPhysicalGearSurveyByNaturalId(RemotePhysicalGearSurveyNaturalId physicalGearSurveyNaturalId)
           
 RemotePhysicalGearSurveyFullVO RemotePhysicalGearSurveyFullServiceBase.getPhysicalGearSurveyByNaturalId(RemotePhysicalGearSurveyNaturalId physicalGearSurveyNaturalId)
           
protected  RemotePhysicalGearSurveyFullVO RemotePhysicalGearSurveyFullServiceImpl.handleGetPhysicalGearSurveyByNaturalId(RemotePhysicalGearSurveyNaturalId physicalGearSurveyNaturalId)
           
protected abstract  RemotePhysicalGearSurveyFullVO RemotePhysicalGearSurveyFullServiceBase.handleGetPhysicalGearSurveyByNaturalId(RemotePhysicalGearSurveyNaturalId physicalGearSurveyNaturalId)
          Performs the core logic for RemotePhysicalGearSurveyFullServiceBase.getPhysicalGearSurveyByNaturalId(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyNaturalId)
 

Uses of RemotePhysicalGearSurveyNaturalId in fr.ifremer.allegro.data.survey.physicalGear.generic.vo
 

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

Constructors in fr.ifremer.allegro.data.survey.physicalGear.generic.vo with parameters of type RemotePhysicalGearSurveyNaturalId
RemotePhysicalGearSurveyNaturalId(RemotePhysicalGearSurveyNaturalId otherBean)
          Copies constructor from other RemotePhysicalGearSurveyNaturalId
 

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

Methods in fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster that return RemotePhysicalGearSurveyNaturalId
 RemotePhysicalGearSurveyNaturalId ClusterGearPhysicalFeatures.getPhysicalGearSurveyNaturalId()
           
 RemotePhysicalGearSurveyNaturalId ClusterVesselPhysicalFeatures.getPhysicalGearSurveyNaturalId()
           
 

Methods in fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster with parameters of type RemotePhysicalGearSurveyNaturalId
 void ClusterGearPhysicalFeatures.setPhysicalGearSurveyNaturalId(RemotePhysicalGearSurveyNaturalId physicalGearSurveyNaturalId)
           
 void ClusterVesselPhysicalFeatures.setPhysicalGearSurveyNaturalId(RemotePhysicalGearSurveyNaturalId physicalGearSurveyNaturalId)
           
 

Constructors in fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster with parameters of type RemotePhysicalGearSurveyNaturalId
ClusterGearPhysicalFeatures(java.lang.Integer id, 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, RemoteVesselNaturalId vesselNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemoteProgramNaturalId programNaturalId, RemoteGearNaturalId gearNaturalId, RemoteOperationNaturalId[] operationNaturalId, RemotePhysicalGearSurveyNaturalId physicalGearSurveyNaturalId, RemoteFishingTripNaturalId fishingTripNaturalId, ClusterGearPhysicalMeasurement[] clusterGearPhysicalMeasurements, ClusterGearPhysicalFeaturesOrigin[] clusterGearPhysicalFeaturesOrigins)
           
ClusterVesselPhysicalFeatures(java.lang.Integer id, 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, RemoteVesselNaturalId vesselNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemoteProgramNaturalId programNaturalId, java.lang.String name, java.lang.String exteriorMarking, java.lang.String IRCS, java.lang.String comments, RemotePhysicalGearSurveyNaturalId physicalGearSurveyNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteUserNaturalId recorderUserNaturalId, RemoteLocationNaturalId baseLandingLocationNaturalId, ClusterVesselPhysicalMeasurement[] clusterVesselPhysicalMeasurements, ClusterVesselPhysicalFeaturesOrigin[] clusterVesselPhysicalFeaturesOrigins)
           
 

Uses of RemotePhysicalGearSurveyNaturalId in fr.ifremer.allegro.data.vessel.feature.physical.generic.vo
 

Methods in fr.ifremer.allegro.data.vessel.feature.physical.generic.vo that return RemotePhysicalGearSurveyNaturalId
 RemotePhysicalGearSurveyNaturalId RemoteGearPhysicalFeaturesNaturalId.getPhysicalGearSurvey()
           
 RemotePhysicalGearSurveyNaturalId RemoteVesselPhysicalFeaturesNaturalId.getPhysicalGearSurvey()
           
 

Methods in fr.ifremer.allegro.data.vessel.feature.physical.generic.vo with parameters of type RemotePhysicalGearSurveyNaturalId
 void RemoteGearPhysicalFeaturesNaturalId.setPhysicalGearSurvey(RemotePhysicalGearSurveyNaturalId physicalGearSurvey)
           
 void RemoteVesselPhysicalFeaturesNaturalId.setPhysicalGearSurvey(RemotePhysicalGearSurveyNaturalId physicalGearSurvey)
           
 

Constructors in fr.ifremer.allegro.data.vessel.feature.physical.generic.vo with parameters of type RemotePhysicalGearSurveyNaturalId
RemoteGearPhysicalFeaturesNaturalId(java.util.Date startDate, RemoteGearNaturalId gear, RemotePhysicalGearSurveyNaturalId physicalGearSurvey, RemoteFishingTripNaturalId fishingTrip, RemoteVesselNaturalId vessel, RemoteProgramNaturalId program)
           
RemoteVesselPhysicalFeaturesNaturalId(java.util.Date startDate, RemotePhysicalGearSurveyNaturalId physicalGearSurvey, RemoteVesselNaturalId vessel, RemoteProgramNaturalId program)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.