Uses of Class
fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO

Packages that use RemoteVesselPhysicalMeasurementFullVO
fr.ifremer.allegro.data.measure   
fr.ifremer.allegro.data.measure.generic.service   
fr.ifremer.allegro.data.measure.generic.vo   
 

Uses of RemoteVesselPhysicalMeasurementFullVO in fr.ifremer.allegro.data.measure
 

Methods in fr.ifremer.allegro.data.measure that return RemoteVesselPhysicalMeasurementFullVO
protected  RemoteVesselPhysicalMeasurementFullVO VesselPhysicalMeasurementDaoBase.toRemoteVesselPhysicalMeasurementFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteVesselPhysicalMeasurementFullVO VesselPhysicalMeasurementDaoImpl.toRemoteVesselPhysicalMeasurementFullVO(VesselPhysicalMeasurement entity)
           
 RemoteVesselPhysicalMeasurementFullVO VesselPhysicalMeasurementDao.toRemoteVesselPhysicalMeasurementFullVO(VesselPhysicalMeasurement entity)
          Converts this DAO's entity to an object of type RemoteVesselPhysicalMeasurementFullVO.
 RemoteVesselPhysicalMeasurementFullVO VesselPhysicalMeasurementDaoBase.toRemoteVesselPhysicalMeasurementFullVO(VesselPhysicalMeasurement entity)
           
 RemoteVesselPhysicalMeasurementFullVO[] VesselPhysicalMeasurementDao.toRemoteVesselPhysicalMeasurementFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteVesselPhysicalMeasurementFullVO.
 RemoteVesselPhysicalMeasurementFullVO[] VesselPhysicalMeasurementDaoBase.toRemoteVesselPhysicalMeasurementFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.data.measure with parameters of type RemoteVesselPhysicalMeasurementFullVO
 VesselPhysicalMeasurement VesselPhysicalMeasurementDaoImpl.remoteVesselPhysicalMeasurementFullVOToEntity(RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVO)
           
 VesselPhysicalMeasurement VesselPhysicalMeasurementDao.remoteVesselPhysicalMeasurementFullVOToEntity(RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVO)
          Converts an instance of type RemoteVesselPhysicalMeasurementFullVO to this DAO's entity.
 void VesselPhysicalMeasurementDaoImpl.remoteVesselPhysicalMeasurementFullVOToEntity(RemoteVesselPhysicalMeasurementFullVO source, VesselPhysicalMeasurement target, boolean copyIfNull)
           
 void VesselPhysicalMeasurementDao.remoteVesselPhysicalMeasurementFullVOToEntity(RemoteVesselPhysicalMeasurementFullVO source, VesselPhysicalMeasurement target, boolean copyIfNull)
          Copies the fields of RemoteVesselPhysicalMeasurementFullVO to the specified entity.
 void VesselPhysicalMeasurementDaoBase.remoteVesselPhysicalMeasurementFullVOToEntity(RemoteVesselPhysicalMeasurementFullVO source, VesselPhysicalMeasurement target, boolean copyIfNull)
           
 void VesselPhysicalMeasurementDaoImpl.toRemoteVesselPhysicalMeasurementFullVO(VesselPhysicalMeasurement source, RemoteVesselPhysicalMeasurementFullVO target)
           
 void VesselPhysicalMeasurementDao.toRemoteVesselPhysicalMeasurementFullVO(VesselPhysicalMeasurement source, RemoteVesselPhysicalMeasurementFullVO target)
          Copies the fields of the specified entity to the target value object.
 void VesselPhysicalMeasurementDaoBase.toRemoteVesselPhysicalMeasurementFullVO(VesselPhysicalMeasurement source, RemoteVesselPhysicalMeasurementFullVO target)
           
 

Uses of RemoteVesselPhysicalMeasurementFullVO in fr.ifremer.allegro.data.measure.generic.service
 

Methods in fr.ifremer.allegro.data.measure.generic.service that return RemoteVesselPhysicalMeasurementFullVO
 RemoteVesselPhysicalMeasurementFullVO RemoteVesselPhysicalMeasurementFullService.addVesselPhysicalMeasurement(RemoteVesselPhysicalMeasurementFullVO vesselPhysicalMeasurement)
           
 RemoteVesselPhysicalMeasurementFullVO RemoteVesselPhysicalMeasurementFullServiceWSDelegator.addVesselPhysicalMeasurement(RemoteVesselPhysicalMeasurementFullVO vesselPhysicalMeasurement)
           
 RemoteVesselPhysicalMeasurementFullVO RemoteVesselPhysicalMeasurementFullServiceBase.addVesselPhysicalMeasurement(RemoteVesselPhysicalMeasurementFullVO vesselPhysicalMeasurement)
           
 RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullService.getAllVesselPhysicalMeasurement()
           
 RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullServiceWSDelegator.getAllVesselPhysicalMeasurement()
           
 RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullServiceBase.getAllVesselPhysicalMeasurement()
           
 RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullService.getVesselPhysicalMeasurementByAggregationLevelId(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullServiceWSDelegator.getVesselPhysicalMeasurementByAggregationLevelId(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullServiceBase.getVesselPhysicalMeasurementByAggregationLevelId(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullService.getVesselPhysicalMeasurementByAnalysisInstrumentId(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullServiceWSDelegator.getVesselPhysicalMeasurementByAnalysisInstrumentId(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullServiceBase.getVesselPhysicalMeasurementByAnalysisInstrumentId(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullService.getVesselPhysicalMeasurementByDepartmentId(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullServiceWSDelegator.getVesselPhysicalMeasurementByDepartmentId(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullServiceBase.getVesselPhysicalMeasurementByDepartmentId(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementFullVO RemoteVesselPhysicalMeasurementFullService.getVesselPhysicalMeasurementById(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementFullVO RemoteVesselPhysicalMeasurementFullServiceWSDelegator.getVesselPhysicalMeasurementById(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementFullVO RemoteVesselPhysicalMeasurementFullServiceBase.getVesselPhysicalMeasurementById(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullService.getVesselPhysicalMeasurementByIds(java.lang.Integer[] id)
           
 RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullServiceWSDelegator.getVesselPhysicalMeasurementByIds(java.lang.Integer[] id)
           
 RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullServiceBase.getVesselPhysicalMeasurementByIds(java.lang.Integer[] id)
           
 RemoteVesselPhysicalMeasurementFullVO RemoteVesselPhysicalMeasurementFullService.getVesselPhysicalMeasurementByNaturalId(RemoteVesselPhysicalMeasurementNaturalId vesselPhysicalMeasurementNaturalId)
           
 RemoteVesselPhysicalMeasurementFullVO RemoteVesselPhysicalMeasurementFullServiceWSDelegator.getVesselPhysicalMeasurementByNaturalId(RemoteVesselPhysicalMeasurementNaturalId vesselPhysicalMeasurementNaturalId)
           
 RemoteVesselPhysicalMeasurementFullVO RemoteVesselPhysicalMeasurementFullServiceBase.getVesselPhysicalMeasurementByNaturalId(RemoteVesselPhysicalMeasurementNaturalId vesselPhysicalMeasurementNaturalId)
           
 RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullService.getVesselPhysicalMeasurementByNumericalPrecisionId(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullServiceWSDelegator.getVesselPhysicalMeasurementByNumericalPrecisionId(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullServiceBase.getVesselPhysicalMeasurementByNumericalPrecisionId(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullService.getVesselPhysicalMeasurementByPmfmId(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullServiceWSDelegator.getVesselPhysicalMeasurementByPmfmId(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullServiceBase.getVesselPhysicalMeasurementByPmfmId(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullService.getVesselPhysicalMeasurementByPrecisionTypeId(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullServiceWSDelegator.getVesselPhysicalMeasurementByPrecisionTypeId(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullServiceBase.getVesselPhysicalMeasurementByPrecisionTypeId(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullService.getVesselPhysicalMeasurementByQualitativeValueId(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullServiceWSDelegator.getVesselPhysicalMeasurementByQualitativeValueId(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullServiceBase.getVesselPhysicalMeasurementByQualitativeValueId(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullService.getVesselPhysicalMeasurementByQualityFlagCode(java.lang.String code)
           
 RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullServiceWSDelegator.getVesselPhysicalMeasurementByQualityFlagCode(java.lang.String code)
           
 RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullServiceBase.getVesselPhysicalMeasurementByQualityFlagCode(java.lang.String code)
           
 RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullService.getVesselPhysicalMeasurementByVesselPhysicalFeaturesId(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullServiceWSDelegator.getVesselPhysicalMeasurementByVesselPhysicalFeaturesId(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullServiceBase.getVesselPhysicalMeasurementByVesselPhysicalFeaturesId(java.lang.Integer id)
           
protected  RemoteVesselPhysicalMeasurementFullVO RemoteVesselPhysicalMeasurementFullServiceImpl.handleAddVesselPhysicalMeasurement(RemoteVesselPhysicalMeasurementFullVO vesselPhysicalMeasurement)
           
protected abstract  RemoteVesselPhysicalMeasurementFullVO RemoteVesselPhysicalMeasurementFullServiceBase.handleAddVesselPhysicalMeasurement(RemoteVesselPhysicalMeasurementFullVO vesselPhysicalMeasurement)
          Performs the core logic for RemoteVesselPhysicalMeasurementFullServiceBase.addVesselPhysicalMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO)
protected  RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullServiceImpl.handleGetAllVesselPhysicalMeasurement()
           
protected abstract  RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullServiceBase.handleGetAllVesselPhysicalMeasurement()
          Performs the core logic for RemoteVesselPhysicalMeasurementFullServiceBase.getAllVesselPhysicalMeasurement()
protected  RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullServiceImpl.handleGetVesselPhysicalMeasurementByAggregationLevelId(java.lang.Integer id)
           
protected abstract  RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullServiceBase.handleGetVesselPhysicalMeasurementByAggregationLevelId(java.lang.Integer id)
          Performs the core logic for RemoteVesselPhysicalMeasurementFullServiceBase.getVesselPhysicalMeasurementByAggregationLevelId(java.lang.Integer)
protected  RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullServiceImpl.handleGetVesselPhysicalMeasurementByAnalysisInstrumentId(java.lang.Integer id)
           
protected abstract  RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullServiceBase.handleGetVesselPhysicalMeasurementByAnalysisInstrumentId(java.lang.Integer id)
          Performs the core logic for RemoteVesselPhysicalMeasurementFullServiceBase.getVesselPhysicalMeasurementByAnalysisInstrumentId(java.lang.Integer)
protected  RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullServiceImpl.handleGetVesselPhysicalMeasurementByDepartmentId(java.lang.Integer id)
           
protected abstract  RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullServiceBase.handleGetVesselPhysicalMeasurementByDepartmentId(java.lang.Integer id)
          Performs the core logic for RemoteVesselPhysicalMeasurementFullServiceBase.getVesselPhysicalMeasurementByDepartmentId(java.lang.Integer)
protected  RemoteVesselPhysicalMeasurementFullVO RemoteVesselPhysicalMeasurementFullServiceImpl.handleGetVesselPhysicalMeasurementById(java.lang.Integer id)
           
protected abstract  RemoteVesselPhysicalMeasurementFullVO RemoteVesselPhysicalMeasurementFullServiceBase.handleGetVesselPhysicalMeasurementById(java.lang.Integer id)
          Performs the core logic for RemoteVesselPhysicalMeasurementFullServiceBase.getVesselPhysicalMeasurementById(java.lang.Integer)
protected  RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullServiceImpl.handleGetVesselPhysicalMeasurementByIds(java.lang.Integer[] id)
           
protected abstract  RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullServiceBase.handleGetVesselPhysicalMeasurementByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteVesselPhysicalMeasurementFullServiceBase.getVesselPhysicalMeasurementByIds(java.lang.Integer[])
protected  RemoteVesselPhysicalMeasurementFullVO RemoteVesselPhysicalMeasurementFullServiceImpl.handleGetVesselPhysicalMeasurementByNaturalId(RemoteVesselPhysicalMeasurementNaturalId vesselPhysicalMeasurementNaturalId)
           
protected abstract  RemoteVesselPhysicalMeasurementFullVO RemoteVesselPhysicalMeasurementFullServiceBase.handleGetVesselPhysicalMeasurementByNaturalId(RemoteVesselPhysicalMeasurementNaturalId vesselPhysicalMeasurementNaturalId)
          Performs the core logic for RemoteVesselPhysicalMeasurementFullServiceBase.getVesselPhysicalMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementNaturalId)
protected  RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullServiceImpl.handleGetVesselPhysicalMeasurementByNumericalPrecisionId(java.lang.Integer id)
           
protected abstract  RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullServiceBase.handleGetVesselPhysicalMeasurementByNumericalPrecisionId(java.lang.Integer id)
          Performs the core logic for RemoteVesselPhysicalMeasurementFullServiceBase.getVesselPhysicalMeasurementByNumericalPrecisionId(java.lang.Integer)
protected  RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullServiceImpl.handleGetVesselPhysicalMeasurementByPmfmId(java.lang.Integer id)
           
protected abstract  RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullServiceBase.handleGetVesselPhysicalMeasurementByPmfmId(java.lang.Integer id)
          Performs the core logic for RemoteVesselPhysicalMeasurementFullServiceBase.getVesselPhysicalMeasurementByPmfmId(java.lang.Integer)
protected  RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullServiceImpl.handleGetVesselPhysicalMeasurementByPrecisionTypeId(java.lang.Integer id)
           
protected abstract  RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullServiceBase.handleGetVesselPhysicalMeasurementByPrecisionTypeId(java.lang.Integer id)
          Performs the core logic for RemoteVesselPhysicalMeasurementFullServiceBase.getVesselPhysicalMeasurementByPrecisionTypeId(java.lang.Integer)
protected  RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullServiceImpl.handleGetVesselPhysicalMeasurementByQualitativeValueId(java.lang.Integer id)
           
protected abstract  RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullServiceBase.handleGetVesselPhysicalMeasurementByQualitativeValueId(java.lang.Integer id)
          Performs the core logic for RemoteVesselPhysicalMeasurementFullServiceBase.getVesselPhysicalMeasurementByQualitativeValueId(java.lang.Integer)
protected  RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullServiceImpl.handleGetVesselPhysicalMeasurementByQualityFlagCode(java.lang.String code)
           
protected abstract  RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullServiceBase.handleGetVesselPhysicalMeasurementByQualityFlagCode(java.lang.String code)
          Performs the core logic for RemoteVesselPhysicalMeasurementFullServiceBase.getVesselPhysicalMeasurementByQualityFlagCode(java.lang.String)
protected  RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullServiceImpl.handleGetVesselPhysicalMeasurementByVesselPhysicalFeaturesId(java.lang.Integer id)
           
protected abstract  RemoteVesselPhysicalMeasurementFullVO[] RemoteVesselPhysicalMeasurementFullServiceBase.handleGetVesselPhysicalMeasurementByVesselPhysicalFeaturesId(java.lang.Integer id)
          Performs the core logic for RemoteVesselPhysicalMeasurementFullServiceBase.getVesselPhysicalMeasurementByVesselPhysicalFeaturesId(java.lang.Integer)
 

Methods in fr.ifremer.allegro.data.measure.generic.service with parameters of type RemoteVesselPhysicalMeasurementFullVO
 RemoteVesselPhysicalMeasurementFullVO RemoteVesselPhysicalMeasurementFullService.addVesselPhysicalMeasurement(RemoteVesselPhysicalMeasurementFullVO vesselPhysicalMeasurement)
           
 RemoteVesselPhysicalMeasurementFullVO RemoteVesselPhysicalMeasurementFullServiceWSDelegator.addVesselPhysicalMeasurement(RemoteVesselPhysicalMeasurementFullVO vesselPhysicalMeasurement)
           
 RemoteVesselPhysicalMeasurementFullVO RemoteVesselPhysicalMeasurementFullServiceBase.addVesselPhysicalMeasurement(RemoteVesselPhysicalMeasurementFullVO vesselPhysicalMeasurement)
           
protected  RemoteVesselPhysicalMeasurementFullVO RemoteVesselPhysicalMeasurementFullServiceImpl.handleAddVesselPhysicalMeasurement(RemoteVesselPhysicalMeasurementFullVO vesselPhysicalMeasurement)
           
protected abstract  RemoteVesselPhysicalMeasurementFullVO RemoteVesselPhysicalMeasurementFullServiceBase.handleAddVesselPhysicalMeasurement(RemoteVesselPhysicalMeasurementFullVO vesselPhysicalMeasurement)
          Performs the core logic for RemoteVesselPhysicalMeasurementFullServiceBase.addVesselPhysicalMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO)
protected  boolean RemoteVesselPhysicalMeasurementFullServiceImpl.handleRemoteVesselPhysicalMeasurementFullVOsAreEqual(RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOFirst, RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOSecond)
           
protected abstract  boolean RemoteVesselPhysicalMeasurementFullServiceBase.handleRemoteVesselPhysicalMeasurementFullVOsAreEqual(RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOFirst, RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOSecond)
          Performs the core logic for RemoteVesselPhysicalMeasurementFullServiceBase.remoteVesselPhysicalMeasurementFullVOsAreEqual(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO)
protected  boolean RemoteVesselPhysicalMeasurementFullServiceImpl.handleRemoteVesselPhysicalMeasurementFullVOsAreEqualOnIdentifiers(RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOFirst, RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOSecond)
           
protected abstract  boolean RemoteVesselPhysicalMeasurementFullServiceBase.handleRemoteVesselPhysicalMeasurementFullVOsAreEqualOnIdentifiers(RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOFirst, RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOSecond)
          Performs the core logic for RemoteVesselPhysicalMeasurementFullServiceBase.remoteVesselPhysicalMeasurementFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO)
protected  void RemoteVesselPhysicalMeasurementFullServiceImpl.handleRemoveVesselPhysicalMeasurement(RemoteVesselPhysicalMeasurementFullVO vesselPhysicalMeasurement)
           
protected abstract  void RemoteVesselPhysicalMeasurementFullServiceBase.handleRemoveVesselPhysicalMeasurement(RemoteVesselPhysicalMeasurementFullVO vesselPhysicalMeasurement)
          Performs the core logic for RemoteVesselPhysicalMeasurementFullServiceBase.removeVesselPhysicalMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO)
protected  void RemoteVesselPhysicalMeasurementFullServiceImpl.handleUpdateVesselPhysicalMeasurement(RemoteVesselPhysicalMeasurementFullVO vesselPhysicalMeasurement)
           
protected abstract  void RemoteVesselPhysicalMeasurementFullServiceBase.handleUpdateVesselPhysicalMeasurement(RemoteVesselPhysicalMeasurementFullVO vesselPhysicalMeasurement)
          Performs the core logic for RemoteVesselPhysicalMeasurementFullServiceBase.updateVesselPhysicalMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO)
 boolean RemoteVesselPhysicalMeasurementFullService.remoteVesselPhysicalMeasurementFullVOsAreEqual(RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOFirst, RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOSecond)
           
 boolean RemoteVesselPhysicalMeasurementFullServiceWSDelegator.remoteVesselPhysicalMeasurementFullVOsAreEqual(RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOFirst, RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOSecond)
           
 boolean RemoteVesselPhysicalMeasurementFullServiceBase.remoteVesselPhysicalMeasurementFullVOsAreEqual(RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOFirst, RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOSecond)
           
 boolean RemoteVesselPhysicalMeasurementFullService.remoteVesselPhysicalMeasurementFullVOsAreEqualOnIdentifiers(RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOFirst, RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOSecond)
           
 boolean RemoteVesselPhysicalMeasurementFullServiceWSDelegator.remoteVesselPhysicalMeasurementFullVOsAreEqualOnIdentifiers(RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOFirst, RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOSecond)
           
 boolean RemoteVesselPhysicalMeasurementFullServiceBase.remoteVesselPhysicalMeasurementFullVOsAreEqualOnIdentifiers(RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOFirst, RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOSecond)
           
 void RemoteVesselPhysicalMeasurementFullService.removeVesselPhysicalMeasurement(RemoteVesselPhysicalMeasurementFullVO vesselPhysicalMeasurement)
           
 void RemoteVesselPhysicalMeasurementFullServiceWSDelegator.removeVesselPhysicalMeasurement(RemoteVesselPhysicalMeasurementFullVO vesselPhysicalMeasurement)
           
 void RemoteVesselPhysicalMeasurementFullServiceBase.removeVesselPhysicalMeasurement(RemoteVesselPhysicalMeasurementFullVO vesselPhysicalMeasurement)
           
 void RemoteVesselPhysicalMeasurementFullService.updateVesselPhysicalMeasurement(RemoteVesselPhysicalMeasurementFullVO vesselPhysicalMeasurement)
           
 void RemoteVesselPhysicalMeasurementFullServiceWSDelegator.updateVesselPhysicalMeasurement(RemoteVesselPhysicalMeasurementFullVO vesselPhysicalMeasurement)
           
 void RemoteVesselPhysicalMeasurementFullServiceBase.updateVesselPhysicalMeasurement(RemoteVesselPhysicalMeasurementFullVO vesselPhysicalMeasurement)
           
 

Uses of RemoteVesselPhysicalMeasurementFullVO in fr.ifremer.allegro.data.measure.generic.vo
 

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.