Uses of Class
fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyNaturalId

Packages that use RemoteEconomicalSurveyNaturalId
fr.ifremer.allegro.data.measure.generic.cluster   
fr.ifremer.allegro.data.survey.economy   
fr.ifremer.allegro.data.survey.economy.generic.service   
fr.ifremer.allegro.data.survey.economy.generic.vo   
fr.ifremer.allegro.data.vessel.feature.use.generic.cluster   
fr.ifremer.allegro.data.vessel.feature.use.generic.vo   
 

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

Methods in fr.ifremer.allegro.data.measure.generic.cluster that return RemoteEconomicalSurveyNaturalId
 RemoteEconomicalSurveyNaturalId ClusterSurveyMeasurement.getEconomicalSurveyNaturalId()
           
 

Methods in fr.ifremer.allegro.data.measure.generic.cluster with parameters of type RemoteEconomicalSurveyNaturalId
 void ClusterSurveyMeasurement.setEconomicalSurveyNaturalId(RemoteEconomicalSurveyNaturalId economicalSurveyNaturalId)
           
 

Constructors in fr.ifremer.allegro.data.measure.generic.cluster with parameters of type RemoteEconomicalSurveyNaturalId
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 RemoteEconomicalSurveyNaturalId in fr.ifremer.allegro.data.survey.economy
 

Methods in fr.ifremer.allegro.data.survey.economy that return RemoteEconomicalSurveyNaturalId
 RemoteEconomicalSurveyNaturalId EconomicalSurveyDaoImpl.toRemoteEconomicalSurveyNaturalId(EconomicalSurvey entity)
           
 RemoteEconomicalSurveyNaturalId EconomicalSurveyDao.toRemoteEconomicalSurveyNaturalId(EconomicalSurvey entity)
          Converts this DAO's entity to an object of type RemoteEconomicalSurveyNaturalId.
 RemoteEconomicalSurveyNaturalId EconomicalSurveyDaoBase.toRemoteEconomicalSurveyNaturalId(EconomicalSurvey entity)
           
protected  RemoteEconomicalSurveyNaturalId EconomicalSurveyDaoBase.toRemoteEconomicalSurveyNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteEconomicalSurveyNaturalId[] EconomicalSurveyDao.toRemoteEconomicalSurveyNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteEconomicalSurveyNaturalId.
 RemoteEconomicalSurveyNaturalId[] EconomicalSurveyDaoBase.toRemoteEconomicalSurveyNaturalIdArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.data.survey.economy with parameters of type RemoteEconomicalSurveyNaturalId
 EconomicalSurvey EconomicalSurveyDaoImpl.remoteEconomicalSurveyNaturalIdToEntity(RemoteEconomicalSurveyNaturalId remoteEconomicalSurveyNaturalId)
           
 EconomicalSurvey EconomicalSurveyDao.remoteEconomicalSurveyNaturalIdToEntity(RemoteEconomicalSurveyNaturalId remoteEconomicalSurveyNaturalId)
          Converts an instance of type RemoteEconomicalSurveyNaturalId to this DAO's entity.
 void EconomicalSurveyDaoImpl.remoteEconomicalSurveyNaturalIdToEntity(RemoteEconomicalSurveyNaturalId source, EconomicalSurvey target, boolean copyIfNull)
           
 void EconomicalSurveyDao.remoteEconomicalSurveyNaturalIdToEntity(RemoteEconomicalSurveyNaturalId source, EconomicalSurvey target, boolean copyIfNull)
          Copies the fields of RemoteEconomicalSurveyNaturalId to the specified entity.
 void EconomicalSurveyDaoBase.remoteEconomicalSurveyNaturalIdToEntity(RemoteEconomicalSurveyNaturalId source, EconomicalSurvey target, boolean copyIfNull)
           
 void EconomicalSurveyDaoImpl.toRemoteEconomicalSurveyNaturalId(EconomicalSurvey source, RemoteEconomicalSurveyNaturalId target)
           
 void EconomicalSurveyDao.toRemoteEconomicalSurveyNaturalId(EconomicalSurvey source, RemoteEconomicalSurveyNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void EconomicalSurveyDaoBase.toRemoteEconomicalSurveyNaturalId(EconomicalSurvey source, RemoteEconomicalSurveyNaturalId target)
           
 

Uses of RemoteEconomicalSurveyNaturalId in fr.ifremer.allegro.data.survey.economy.generic.service
 

Methods in fr.ifremer.allegro.data.survey.economy.generic.service that return RemoteEconomicalSurveyNaturalId
 RemoteEconomicalSurveyNaturalId RemoteEconomicalSurveyFullService.getEconomicalSurveyNaturalIdById(java.lang.Integer id)
           
 RemoteEconomicalSurveyNaturalId RemoteEconomicalSurveyFullServiceWSDelegator.getEconomicalSurveyNaturalIdById(java.lang.Integer id)
           
 RemoteEconomicalSurveyNaturalId RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyNaturalIdById(java.lang.Integer id)
           
 RemoteEconomicalSurveyNaturalId[] RemoteEconomicalSurveyFullService.getEconomicalSurveyNaturalIds()
           
 RemoteEconomicalSurveyNaturalId[] RemoteEconomicalSurveyFullServiceWSDelegator.getEconomicalSurveyNaturalIds()
           
 RemoteEconomicalSurveyNaturalId[] RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyNaturalIds()
           
protected  RemoteEconomicalSurveyNaturalId RemoteEconomicalSurveyFullServiceImpl.handleGetEconomicalSurveyNaturalIdById(java.lang.Integer id)
           
protected abstract  RemoteEconomicalSurveyNaturalId RemoteEconomicalSurveyFullServiceBase.handleGetEconomicalSurveyNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyNaturalIdById(java.lang.Integer)
protected  RemoteEconomicalSurveyNaturalId[] RemoteEconomicalSurveyFullServiceImpl.handleGetEconomicalSurveyNaturalIds()
           
protected abstract  RemoteEconomicalSurveyNaturalId[] RemoteEconomicalSurveyFullServiceBase.handleGetEconomicalSurveyNaturalIds()
          Performs the core logic for RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyNaturalIds()
 

Methods in fr.ifremer.allegro.data.survey.economy.generic.service with parameters of type RemoteEconomicalSurveyNaturalId
 RemoteEconomicalSurveyFullVO RemoteEconomicalSurveyFullService.getEconomicalSurveyByNaturalId(RemoteEconomicalSurveyNaturalId economicalSurveyNaturalId)
           
 RemoteEconomicalSurveyFullVO RemoteEconomicalSurveyFullServiceWSDelegator.getEconomicalSurveyByNaturalId(RemoteEconomicalSurveyNaturalId economicalSurveyNaturalId)
           
 RemoteEconomicalSurveyFullVO RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyByNaturalId(RemoteEconomicalSurveyNaturalId economicalSurveyNaturalId)
           
protected  RemoteEconomicalSurveyFullVO RemoteEconomicalSurveyFullServiceImpl.handleGetEconomicalSurveyByNaturalId(RemoteEconomicalSurveyNaturalId economicalSurveyNaturalId)
           
protected abstract  RemoteEconomicalSurveyFullVO RemoteEconomicalSurveyFullServiceBase.handleGetEconomicalSurveyByNaturalId(RemoteEconomicalSurveyNaturalId economicalSurveyNaturalId)
          Performs the core logic for RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyByNaturalId(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyNaturalId)
 

Uses of RemoteEconomicalSurveyNaturalId in fr.ifremer.allegro.data.survey.economy.generic.vo
 

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

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

Uses of RemoteEconomicalSurveyNaturalId in fr.ifremer.allegro.data.vessel.feature.use.generic.cluster
 

Methods in fr.ifremer.allegro.data.vessel.feature.use.generic.cluster that return RemoteEconomicalSurveyNaturalId
 RemoteEconomicalSurveyNaturalId ClusterVesselUseFeatures.getEconomicalSurveyNaturalId()
           
 

Methods in fr.ifremer.allegro.data.vessel.feature.use.generic.cluster with parameters of type RemoteEconomicalSurveyNaturalId
 void ClusterVesselUseFeatures.setEconomicalSurveyNaturalId(RemoteEconomicalSurveyNaturalId economicalSurveyNaturalId)
           
 

Constructors in fr.ifremer.allegro.data.vessel.feature.use.generic.cluster with parameters of type RemoteEconomicalSurveyNaturalId
ClusterVesselUseFeatures(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, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemoteVesselNaturalId vesselNaturalId, RemoteProgramNaturalId programNaturalId, java.lang.Boolean isActive, RemoteActivityCalendarNaturalId activityCalendarNaturalId, RemoteLocationNaturalId basePortLocationNaturalId, RemoteOperationNaturalId operationNaturalId, RemoteFishingTripNaturalId fishingTripNaturalId, RemoteFishingEffortCalendarNaturalId fishingEffortCalendarNaturalId, RemoteEconomicalSurveyNaturalId economicalSurveyNaturalId, ClusterFishingArea[] clusterFishingAreas, ClusterVesselUseMeasurement[] clusterVesselUseMeasurements, ClusterVesselUseFeaturesOrigin[] clusterVesselUseFeaturesOrigins)
           
 

Uses of RemoteEconomicalSurveyNaturalId in fr.ifremer.allegro.data.vessel.feature.use.generic.vo
 

Methods in fr.ifremer.allegro.data.vessel.feature.use.generic.vo that return RemoteEconomicalSurveyNaturalId
 RemoteEconomicalSurveyNaturalId RemoteVesselUseFeaturesNaturalId.getEconomicalSurvey()
           
 

Methods in fr.ifremer.allegro.data.vessel.feature.use.generic.vo with parameters of type RemoteEconomicalSurveyNaturalId
 void RemoteVesselUseFeaturesNaturalId.setEconomicalSurvey(RemoteEconomicalSurveyNaturalId economicalSurvey)
           
 

Constructors in fr.ifremer.allegro.data.vessel.feature.use.generic.vo with parameters of type RemoteEconomicalSurveyNaturalId
RemoteVesselUseFeaturesNaturalId(java.util.Date startDate, RemoteActivityCalendarNaturalId activityCalendar, RemoteOperationNaturalId operation, RemoteEconomicalSurveyNaturalId economicalSurvey, RemoteVesselNaturalId vessel, RemoteProgramNaturalId program)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.