Uses of Class
fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationNaturalId

Packages that use RemoteOperationNaturalId
fr.ifremer.allegro.data.operation   
fr.ifremer.allegro.data.operation.generic.cluster   
fr.ifremer.allegro.data.operation.generic.service   
fr.ifremer.allegro.data.operation.generic.vo   
fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster   
fr.ifremer.allegro.data.vessel.feature.use.generic.cluster   
fr.ifremer.allegro.data.vessel.feature.use.generic.vo   
fr.ifremer.allegro.data.vessel.position.generic.cluster   
 

Uses of RemoteOperationNaturalId in fr.ifremer.allegro.data.operation
 

Methods in fr.ifremer.allegro.data.operation that return RemoteOperationNaturalId
protected  RemoteOperationNaturalId OperationDaoBase.toRemoteOperationNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteOperationNaturalId OperationDaoImpl.toRemoteOperationNaturalId(Operation entity)
           
 RemoteOperationNaturalId OperationDao.toRemoteOperationNaturalId(Operation entity)
          Converts this DAO's entity to an object of type RemoteOperationNaturalId.
 RemoteOperationNaturalId OperationDaoBase.toRemoteOperationNaturalId(Operation entity)
           
 RemoteOperationNaturalId[] OperationDao.toRemoteOperationNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteOperationNaturalId.
 RemoteOperationNaturalId[] OperationDaoBase.toRemoteOperationNaturalIdArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.data.operation with parameters of type RemoteOperationNaturalId
 Operation OperationDaoImpl.remoteOperationNaturalIdToEntity(RemoteOperationNaturalId remoteOperationNaturalId)
           
 Operation OperationDao.remoteOperationNaturalIdToEntity(RemoteOperationNaturalId remoteOperationNaturalId)
          Converts an instance of type RemoteOperationNaturalId to this DAO's entity.
 void OperationDaoImpl.remoteOperationNaturalIdToEntity(RemoteOperationNaturalId source, Operation target, boolean copyIfNull)
           
 void OperationDao.remoteOperationNaturalIdToEntity(RemoteOperationNaturalId source, Operation target, boolean copyIfNull)
          Copies the fields of RemoteOperationNaturalId to the specified entity.
 void OperationDaoBase.remoteOperationNaturalIdToEntity(RemoteOperationNaturalId source, Operation target, boolean copyIfNull)
           
 void OperationDaoImpl.toRemoteOperationNaturalId(Operation source, RemoteOperationNaturalId target)
           
 void OperationDao.toRemoteOperationNaturalId(Operation source, RemoteOperationNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void OperationDaoBase.toRemoteOperationNaturalId(Operation source, RemoteOperationNaturalId target)
           
 

Uses of RemoteOperationNaturalId in fr.ifremer.allegro.data.operation.generic.cluster
 

Methods in fr.ifremer.allegro.data.operation.generic.cluster that return RemoteOperationNaturalId
 RemoteOperationNaturalId ClusterOperationVesselAssociation.getOperationNaturalId()
           
 

Methods in fr.ifremer.allegro.data.operation.generic.cluster with parameters of type RemoteOperationNaturalId
 void ClusterOperationVesselAssociation.setOperationNaturalId(RemoteOperationNaturalId operationNaturalId)
           
 

Constructors in fr.ifremer.allegro.data.operation.generic.cluster with parameters of type RemoteOperationNaturalId
ClusterOperationVesselAssociation(java.lang.Boolean isCatchOnOperationVessel, RemoteOperationNaturalId operationNaturalId, RemoteVesselNaturalId vesselNaturalId)
           
ClusterOperationVesselAssociation(java.lang.Boolean isCatchOnOperationVessel, java.lang.String comments, RemoteOperationNaturalId operationNaturalId, RemoteVesselNaturalId vesselNaturalId)
           
 

Uses of RemoteOperationNaturalId in fr.ifremer.allegro.data.operation.generic.service
 

Methods in fr.ifremer.allegro.data.operation.generic.service that return RemoteOperationNaturalId
 RemoteOperationNaturalId RemoteOperationFullService.getOperationNaturalIdById(java.lang.Integer id)
           
 RemoteOperationNaturalId RemoteOperationFullServiceWSDelegator.getOperationNaturalIdById(java.lang.Integer id)
           
 RemoteOperationNaturalId RemoteOperationFullServiceBase.getOperationNaturalIdById(java.lang.Integer id)
           
 RemoteOperationNaturalId[] RemoteOperationFullService.getOperationNaturalIds()
           
 RemoteOperationNaturalId[] RemoteOperationFullServiceWSDelegator.getOperationNaturalIds()
           
 RemoteOperationNaturalId[] RemoteOperationFullServiceBase.getOperationNaturalIds()
           
protected  RemoteOperationNaturalId RemoteOperationFullServiceImpl.handleGetOperationNaturalIdById(java.lang.Integer id)
           
protected abstract  RemoteOperationNaturalId RemoteOperationFullServiceBase.handleGetOperationNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteOperationFullServiceBase.getOperationNaturalIdById(java.lang.Integer)
protected  RemoteOperationNaturalId[] RemoteOperationFullServiceImpl.handleGetOperationNaturalIds()
           
protected abstract  RemoteOperationNaturalId[] RemoteOperationFullServiceBase.handleGetOperationNaturalIds()
          Performs the core logic for RemoteOperationFullServiceBase.getOperationNaturalIds()
 

Methods in fr.ifremer.allegro.data.operation.generic.service with parameters of type RemoteOperationNaturalId
 RemoteOperationFullVO RemoteOperationFullService.getOperationByNaturalId(RemoteOperationNaturalId operationNaturalId)
           
 RemoteOperationFullVO RemoteOperationFullServiceWSDelegator.getOperationByNaturalId(RemoteOperationNaturalId operationNaturalId)
           
 RemoteOperationFullVO RemoteOperationFullServiceBase.getOperationByNaturalId(RemoteOperationNaturalId operationNaturalId)
           
protected  RemoteOperationFullVO RemoteOperationFullServiceImpl.handleGetOperationByNaturalId(RemoteOperationNaturalId operationNaturalId)
           
protected abstract  RemoteOperationFullVO RemoteOperationFullServiceBase.handleGetOperationByNaturalId(RemoteOperationNaturalId operationNaturalId)
          Performs the core logic for RemoteOperationFullServiceBase.getOperationByNaturalId(fr.ifremer.allegro.data.operation.generic.vo.RemoteOperationNaturalId)
 

Uses of RemoteOperationNaturalId in fr.ifremer.allegro.data.operation.generic.vo
 

Methods in fr.ifremer.allegro.data.operation.generic.vo that return RemoteOperationNaturalId
 RemoteOperationNaturalId RemoteOperationVesselAssociationNaturalId.getOperation()
           
 

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

Constructors in fr.ifremer.allegro.data.operation.generic.vo with parameters of type RemoteOperationNaturalId
RemoteOperationNaturalId(RemoteOperationNaturalId otherBean)
          Copies constructor from other RemoteOperationNaturalId
RemoteOperationVesselAssociationNaturalId(RemoteOperationNaturalId operation, RemoteVesselNaturalId vessel)
           
 

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

Methods in fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster that return RemoteOperationNaturalId
 RemoteOperationNaturalId[] ClusterGearPhysicalFeatures.getOperationNaturalId()
           
 

Methods in fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster with parameters of type RemoteOperationNaturalId
 void ClusterGearPhysicalFeatures.setOperationNaturalId(RemoteOperationNaturalId[] operationNaturalId)
           
 

Constructors in fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster with parameters of type RemoteOperationNaturalId
ClusterGearPhysicalFeatures(java.util.Date startDate, java.util.Date creationDate, RemoteVesselNaturalId vesselNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemoteProgramNaturalId programNaturalId, RemoteGearNaturalId gearNaturalId, RemoteOperationNaturalId[] operationNaturalId, ClusterGearPhysicalMeasurement[] clusterGearPhysicalMeasurements, ClusterGearPhysicalFeaturesOrigin[] clusterGearPhysicalFeaturesOrigins)
           
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)
           
 

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

Methods in fr.ifremer.allegro.data.vessel.feature.use.generic.cluster that return RemoteOperationNaturalId
 RemoteOperationNaturalId ClusterGearUseFeatures.getOperationNaturalId()
           
 RemoteOperationNaturalId ClusterVesselUseFeatures.getOperationNaturalId()
           
 

Methods in fr.ifremer.allegro.data.vessel.feature.use.generic.cluster with parameters of type RemoteOperationNaturalId
 void ClusterGearUseFeatures.setOperationNaturalId(RemoteOperationNaturalId operationNaturalId)
           
 void ClusterVesselUseFeatures.setOperationNaturalId(RemoteOperationNaturalId operationNaturalId)
           
 

Constructors in fr.ifremer.allegro.data.vessel.feature.use.generic.cluster with parameters of type RemoteOperationNaturalId
ClusterGearUseFeatures(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, RemoteGearNaturalId gearNaturalId, RemoteOperationNaturalId operationNaturalId, RemoteFishingEffortCalendarNaturalId fishingEffortCalendarNaturalId, ClusterFishingArea[] clusterFishingAreas, ClusterGearUseMeasurement[] clusterGearUseMeasurements, ClusterGearUseFeaturesOrigin[] clusterGearUseFeaturesOrigins)
           
ClusterMetierUseFeatures(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, RemoteGearNaturalId gearNaturalId, RemoteOperationNaturalId operationNaturalId, RemoteFishingEffortCalendarNaturalId fishingEffortCalendarNaturalId, ClusterFishingArea[] clusterFishingAreas, ClusterGearUseMeasurement[] clusterGearUseMeasurements, ClusterGearUseFeaturesOrigin[] clusterGearUseFeaturesOrigins, RemoteMetierNaturalId metierNaturalId, RemoteActivityCalendarNaturalId activityCalendarNaturalId)
           
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 RemoteOperationNaturalId in fr.ifremer.allegro.data.vessel.feature.use.generic.vo
 

Methods in fr.ifremer.allegro.data.vessel.feature.use.generic.vo that return RemoteOperationNaturalId
 RemoteOperationNaturalId RemoteGearUseFeaturesNaturalId.getOperation()
           
 RemoteOperationNaturalId RemoteMetierUseFeaturesNaturalId.getOperation()
           
 RemoteOperationNaturalId RemoteVesselUseFeaturesNaturalId.getOperation()
           
 

Methods in fr.ifremer.allegro.data.vessel.feature.use.generic.vo with parameters of type RemoteOperationNaturalId
 void RemoteGearUseFeaturesNaturalId.setOperation(RemoteOperationNaturalId operation)
           
 void RemoteMetierUseFeaturesNaturalId.setOperation(RemoteOperationNaturalId operation)
           
 void RemoteVesselUseFeaturesNaturalId.setOperation(RemoteOperationNaturalId operation)
           
 

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

Uses of RemoteOperationNaturalId in fr.ifremer.allegro.data.vessel.position.generic.cluster
 

Methods in fr.ifremer.allegro.data.vessel.position.generic.cluster that return RemoteOperationNaturalId
 RemoteOperationNaturalId ClusterVesselPosition.getOperationNaturalId()
           
 

Methods in fr.ifremer.allegro.data.vessel.position.generic.cluster with parameters of type RemoteOperationNaturalId
 void ClusterVesselPosition.setOperationNaturalId(RemoteOperationNaturalId operationNaturalId)
           
 

Constructors in fr.ifremer.allegro.data.vessel.position.generic.cluster with parameters of type RemoteOperationNaturalId
ClusterVesselExtendedPosition(java.util.Date dateTime, java.lang.Float latitude, java.lang.Float longitude, RemoteVesselNaturalId vesselNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteOperationNaturalId operationNaturalId, ClusterVesselPositionMeasurement[] clusterVesselPositionMeasurements)
           
ClusterVesselExtendedPosition(java.lang.Long id, java.util.Date dateTime, java.lang.Float latitude, java.lang.Float longitude, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.sql.Timestamp updateDate, RemoteVesselNaturalId vesselNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteOperationNaturalId operationNaturalId, ClusterVesselPositionMeasurement[] clusterVesselPositionMeasurements, java.lang.Integer course, java.lang.Float speed, java.lang.Boolean isFishing)
           
ClusterVesselPosition(java.util.Date dateTime, java.lang.Float latitude, java.lang.Float longitude, RemoteVesselNaturalId vesselNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteOperationNaturalId operationNaturalId, ClusterVesselPositionMeasurement[] clusterVesselPositionMeasurements)
           
ClusterVesselPosition(java.lang.Long id, java.util.Date dateTime, java.lang.Float latitude, java.lang.Float longitude, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.sql.Timestamp updateDate, RemoteVesselNaturalId vesselNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, RemoteProgramNaturalId programNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteOperationNaturalId operationNaturalId, ClusterVesselPositionMeasurement[] clusterVesselPositionMeasurements)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.