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

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

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

Methods in fr.ifremer.allegro.data.measure that return RemoteGearPhysicalMeasurementFullVO
 RemoteGearPhysicalMeasurementFullVO GearPhysicalMeasurementDaoImpl.toRemoteGearPhysicalMeasurementFullVO(GearPhysicalMeasurement entity)
           
 RemoteGearPhysicalMeasurementFullVO GearPhysicalMeasurementDao.toRemoteGearPhysicalMeasurementFullVO(GearPhysicalMeasurement entity)
          Converts this DAO's entity to an object of type RemoteGearPhysicalMeasurementFullVO.
 RemoteGearPhysicalMeasurementFullVO GearPhysicalMeasurementDaoBase.toRemoteGearPhysicalMeasurementFullVO(GearPhysicalMeasurement entity)
           
protected  RemoteGearPhysicalMeasurementFullVO GearPhysicalMeasurementDaoBase.toRemoteGearPhysicalMeasurementFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteGearPhysicalMeasurementFullVO[] GearPhysicalMeasurementDao.toRemoteGearPhysicalMeasurementFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteGearPhysicalMeasurementFullVO.
 RemoteGearPhysicalMeasurementFullVO[] GearPhysicalMeasurementDaoBase.toRemoteGearPhysicalMeasurementFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.data.measure with parameters of type RemoteGearPhysicalMeasurementFullVO
 GearPhysicalMeasurement GearPhysicalMeasurementDaoImpl.remoteGearPhysicalMeasurementFullVOToEntity(RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVO)
           
 GearPhysicalMeasurement GearPhysicalMeasurementDao.remoteGearPhysicalMeasurementFullVOToEntity(RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVO)
          Converts an instance of type RemoteGearPhysicalMeasurementFullVO to this DAO's entity.
 void GearPhysicalMeasurementDaoImpl.remoteGearPhysicalMeasurementFullVOToEntity(RemoteGearPhysicalMeasurementFullVO source, GearPhysicalMeasurement target, boolean copyIfNull)
           
 void GearPhysicalMeasurementDao.remoteGearPhysicalMeasurementFullVOToEntity(RemoteGearPhysicalMeasurementFullVO source, GearPhysicalMeasurement target, boolean copyIfNull)
          Copies the fields of RemoteGearPhysicalMeasurementFullVO to the specified entity.
 void GearPhysicalMeasurementDaoBase.remoteGearPhysicalMeasurementFullVOToEntity(RemoteGearPhysicalMeasurementFullVO source, GearPhysicalMeasurement target, boolean copyIfNull)
           
 void GearPhysicalMeasurementDaoImpl.toRemoteGearPhysicalMeasurementFullVO(GearPhysicalMeasurement source, RemoteGearPhysicalMeasurementFullVO target)
           
 void GearPhysicalMeasurementDao.toRemoteGearPhysicalMeasurementFullVO(GearPhysicalMeasurement source, RemoteGearPhysicalMeasurementFullVO target)
          Copies the fields of the specified entity to the target value object.
 void GearPhysicalMeasurementDaoBase.toRemoteGearPhysicalMeasurementFullVO(GearPhysicalMeasurement source, RemoteGearPhysicalMeasurementFullVO target)
           
 

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

Methods in fr.ifremer.allegro.data.measure.generic.service that return RemoteGearPhysicalMeasurementFullVO
 RemoteGearPhysicalMeasurementFullVO RemoteGearPhysicalMeasurementFullService.addGearPhysicalMeasurement(RemoteGearPhysicalMeasurementFullVO gearPhysicalMeasurement)
           
 RemoteGearPhysicalMeasurementFullVO RemoteGearPhysicalMeasurementFullServiceWSDelegator.addGearPhysicalMeasurement(RemoteGearPhysicalMeasurementFullVO gearPhysicalMeasurement)
           
 RemoteGearPhysicalMeasurementFullVO RemoteGearPhysicalMeasurementFullServiceBase.addGearPhysicalMeasurement(RemoteGearPhysicalMeasurementFullVO gearPhysicalMeasurement)
           
 RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullService.getAllGearPhysicalMeasurement()
           
 RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullServiceWSDelegator.getAllGearPhysicalMeasurement()
           
 RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullServiceBase.getAllGearPhysicalMeasurement()
           
 RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullService.getGearPhysicalMeasurementByAggregationLevelId(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullServiceWSDelegator.getGearPhysicalMeasurementByAggregationLevelId(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullServiceBase.getGearPhysicalMeasurementByAggregationLevelId(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullService.getGearPhysicalMeasurementByAnalysisInstrumentId(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullServiceWSDelegator.getGearPhysicalMeasurementByAnalysisInstrumentId(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullServiceBase.getGearPhysicalMeasurementByAnalysisInstrumentId(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullService.getGearPhysicalMeasurementByDepartmentId(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullServiceWSDelegator.getGearPhysicalMeasurementByDepartmentId(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullServiceBase.getGearPhysicalMeasurementByDepartmentId(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullService.getGearPhysicalMeasurementByGearPhysicalFeaturesId(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullServiceWSDelegator.getGearPhysicalMeasurementByGearPhysicalFeaturesId(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullServiceBase.getGearPhysicalMeasurementByGearPhysicalFeaturesId(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO RemoteGearPhysicalMeasurementFullService.getGearPhysicalMeasurementById(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO RemoteGearPhysicalMeasurementFullServiceWSDelegator.getGearPhysicalMeasurementById(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO RemoteGearPhysicalMeasurementFullServiceBase.getGearPhysicalMeasurementById(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullService.getGearPhysicalMeasurementByIds(java.lang.Integer[] id)
           
 RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullServiceWSDelegator.getGearPhysicalMeasurementByIds(java.lang.Integer[] id)
           
 RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullServiceBase.getGearPhysicalMeasurementByIds(java.lang.Integer[] id)
           
 RemoteGearPhysicalMeasurementFullVO RemoteGearPhysicalMeasurementFullService.getGearPhysicalMeasurementByNaturalId(RemoteGearPhysicalMeasurementNaturalId gearPhysicalMeasurementNaturalId)
           
 RemoteGearPhysicalMeasurementFullVO RemoteGearPhysicalMeasurementFullServiceWSDelegator.getGearPhysicalMeasurementByNaturalId(RemoteGearPhysicalMeasurementNaturalId gearPhysicalMeasurementNaturalId)
           
 RemoteGearPhysicalMeasurementFullVO RemoteGearPhysicalMeasurementFullServiceBase.getGearPhysicalMeasurementByNaturalId(RemoteGearPhysicalMeasurementNaturalId gearPhysicalMeasurementNaturalId)
           
 RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullService.getGearPhysicalMeasurementByNumericalPrecisionId(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullServiceWSDelegator.getGearPhysicalMeasurementByNumericalPrecisionId(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullServiceBase.getGearPhysicalMeasurementByNumericalPrecisionId(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullService.getGearPhysicalMeasurementByPmfmId(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullServiceWSDelegator.getGearPhysicalMeasurementByPmfmId(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullServiceBase.getGearPhysicalMeasurementByPmfmId(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullService.getGearPhysicalMeasurementByPrecisionTypeId(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullServiceWSDelegator.getGearPhysicalMeasurementByPrecisionTypeId(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullServiceBase.getGearPhysicalMeasurementByPrecisionTypeId(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullService.getGearPhysicalMeasurementByQualitativeValueId(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullServiceWSDelegator.getGearPhysicalMeasurementByQualitativeValueId(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullServiceBase.getGearPhysicalMeasurementByQualitativeValueId(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullService.getGearPhysicalMeasurementByQualityFlagCode(java.lang.String code)
           
 RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullServiceWSDelegator.getGearPhysicalMeasurementByQualityFlagCode(java.lang.String code)
           
 RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullServiceBase.getGearPhysicalMeasurementByQualityFlagCode(java.lang.String code)
           
protected  RemoteGearPhysicalMeasurementFullVO RemoteGearPhysicalMeasurementFullServiceImpl.handleAddGearPhysicalMeasurement(RemoteGearPhysicalMeasurementFullVO gearPhysicalMeasurement)
           
protected abstract  RemoteGearPhysicalMeasurementFullVO RemoteGearPhysicalMeasurementFullServiceBase.handleAddGearPhysicalMeasurement(RemoteGearPhysicalMeasurementFullVO gearPhysicalMeasurement)
          Performs the core logic for RemoteGearPhysicalMeasurementFullServiceBase.addGearPhysicalMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearPhysicalMeasurementFullVO)
protected  RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullServiceImpl.handleGetAllGearPhysicalMeasurement()
           
protected abstract  RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullServiceBase.handleGetAllGearPhysicalMeasurement()
          Performs the core logic for RemoteGearPhysicalMeasurementFullServiceBase.getAllGearPhysicalMeasurement()
protected  RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullServiceImpl.handleGetGearPhysicalMeasurementByAggregationLevelId(java.lang.Integer id)
           
protected abstract  RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullServiceBase.handleGetGearPhysicalMeasurementByAggregationLevelId(java.lang.Integer id)
          Performs the core logic for RemoteGearPhysicalMeasurementFullServiceBase.getGearPhysicalMeasurementByAggregationLevelId(java.lang.Integer)
protected  RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullServiceImpl.handleGetGearPhysicalMeasurementByAnalysisInstrumentId(java.lang.Integer id)
           
protected abstract  RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullServiceBase.handleGetGearPhysicalMeasurementByAnalysisInstrumentId(java.lang.Integer id)
          Performs the core logic for RemoteGearPhysicalMeasurementFullServiceBase.getGearPhysicalMeasurementByAnalysisInstrumentId(java.lang.Integer)
protected  RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullServiceImpl.handleGetGearPhysicalMeasurementByDepartmentId(java.lang.Integer id)
           
protected abstract  RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullServiceBase.handleGetGearPhysicalMeasurementByDepartmentId(java.lang.Integer id)
          Performs the core logic for RemoteGearPhysicalMeasurementFullServiceBase.getGearPhysicalMeasurementByDepartmentId(java.lang.Integer)
protected  RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullServiceImpl.handleGetGearPhysicalMeasurementByGearPhysicalFeaturesId(java.lang.Integer id)
           
protected abstract  RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullServiceBase.handleGetGearPhysicalMeasurementByGearPhysicalFeaturesId(java.lang.Integer id)
          Performs the core logic for RemoteGearPhysicalMeasurementFullServiceBase.getGearPhysicalMeasurementByGearPhysicalFeaturesId(java.lang.Integer)
protected  RemoteGearPhysicalMeasurementFullVO RemoteGearPhysicalMeasurementFullServiceImpl.handleGetGearPhysicalMeasurementById(java.lang.Integer id)
           
protected abstract  RemoteGearPhysicalMeasurementFullVO RemoteGearPhysicalMeasurementFullServiceBase.handleGetGearPhysicalMeasurementById(java.lang.Integer id)
          Performs the core logic for RemoteGearPhysicalMeasurementFullServiceBase.getGearPhysicalMeasurementById(java.lang.Integer)
protected  RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullServiceImpl.handleGetGearPhysicalMeasurementByIds(java.lang.Integer[] id)
           
protected abstract  RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullServiceBase.handleGetGearPhysicalMeasurementByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteGearPhysicalMeasurementFullServiceBase.getGearPhysicalMeasurementByIds(java.lang.Integer[])
protected  RemoteGearPhysicalMeasurementFullVO RemoteGearPhysicalMeasurementFullServiceImpl.handleGetGearPhysicalMeasurementByNaturalId(RemoteGearPhysicalMeasurementNaturalId gearPhysicalMeasurementNaturalId)
           
protected abstract  RemoteGearPhysicalMeasurementFullVO RemoteGearPhysicalMeasurementFullServiceBase.handleGetGearPhysicalMeasurementByNaturalId(RemoteGearPhysicalMeasurementNaturalId gearPhysicalMeasurementNaturalId)
          Performs the core logic for RemoteGearPhysicalMeasurementFullServiceBase.getGearPhysicalMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearPhysicalMeasurementNaturalId)
protected  RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullServiceImpl.handleGetGearPhysicalMeasurementByNumericalPrecisionId(java.lang.Integer id)
           
protected abstract  RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullServiceBase.handleGetGearPhysicalMeasurementByNumericalPrecisionId(java.lang.Integer id)
          Performs the core logic for RemoteGearPhysicalMeasurementFullServiceBase.getGearPhysicalMeasurementByNumericalPrecisionId(java.lang.Integer)
protected  RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullServiceImpl.handleGetGearPhysicalMeasurementByPmfmId(java.lang.Integer id)
           
protected abstract  RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullServiceBase.handleGetGearPhysicalMeasurementByPmfmId(java.lang.Integer id)
          Performs the core logic for RemoteGearPhysicalMeasurementFullServiceBase.getGearPhysicalMeasurementByPmfmId(java.lang.Integer)
protected  RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullServiceImpl.handleGetGearPhysicalMeasurementByPrecisionTypeId(java.lang.Integer id)
           
protected abstract  RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullServiceBase.handleGetGearPhysicalMeasurementByPrecisionTypeId(java.lang.Integer id)
          Performs the core logic for RemoteGearPhysicalMeasurementFullServiceBase.getGearPhysicalMeasurementByPrecisionTypeId(java.lang.Integer)
protected  RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullServiceImpl.handleGetGearPhysicalMeasurementByQualitativeValueId(java.lang.Integer id)
           
protected abstract  RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullServiceBase.handleGetGearPhysicalMeasurementByQualitativeValueId(java.lang.Integer id)
          Performs the core logic for RemoteGearPhysicalMeasurementFullServiceBase.getGearPhysicalMeasurementByQualitativeValueId(java.lang.Integer)
protected  RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullServiceImpl.handleGetGearPhysicalMeasurementByQualityFlagCode(java.lang.String code)
           
protected abstract  RemoteGearPhysicalMeasurementFullVO[] RemoteGearPhysicalMeasurementFullServiceBase.handleGetGearPhysicalMeasurementByQualityFlagCode(java.lang.String code)
          Performs the core logic for RemoteGearPhysicalMeasurementFullServiceBase.getGearPhysicalMeasurementByQualityFlagCode(java.lang.String)
 

Methods in fr.ifremer.allegro.data.measure.generic.service with parameters of type RemoteGearPhysicalMeasurementFullVO
 RemoteGearPhysicalMeasurementFullVO RemoteGearPhysicalMeasurementFullService.addGearPhysicalMeasurement(RemoteGearPhysicalMeasurementFullVO gearPhysicalMeasurement)
           
 RemoteGearPhysicalMeasurementFullVO RemoteGearPhysicalMeasurementFullServiceWSDelegator.addGearPhysicalMeasurement(RemoteGearPhysicalMeasurementFullVO gearPhysicalMeasurement)
           
 RemoteGearPhysicalMeasurementFullVO RemoteGearPhysicalMeasurementFullServiceBase.addGearPhysicalMeasurement(RemoteGearPhysicalMeasurementFullVO gearPhysicalMeasurement)
           
protected  RemoteGearPhysicalMeasurementFullVO RemoteGearPhysicalMeasurementFullServiceImpl.handleAddGearPhysicalMeasurement(RemoteGearPhysicalMeasurementFullVO gearPhysicalMeasurement)
           
protected abstract  RemoteGearPhysicalMeasurementFullVO RemoteGearPhysicalMeasurementFullServiceBase.handleAddGearPhysicalMeasurement(RemoteGearPhysicalMeasurementFullVO gearPhysicalMeasurement)
          Performs the core logic for RemoteGearPhysicalMeasurementFullServiceBase.addGearPhysicalMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearPhysicalMeasurementFullVO)
protected  boolean RemoteGearPhysicalMeasurementFullServiceImpl.handleRemoteGearPhysicalMeasurementFullVOsAreEqual(RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVOFirst, RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVOSecond)
           
protected abstract  boolean RemoteGearPhysicalMeasurementFullServiceBase.handleRemoteGearPhysicalMeasurementFullVOsAreEqual(RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVOFirst, RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVOSecond)
          Performs the core logic for RemoteGearPhysicalMeasurementFullServiceBase.remoteGearPhysicalMeasurementFullVOsAreEqual(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearPhysicalMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteGearPhysicalMeasurementFullVO)
protected  boolean RemoteGearPhysicalMeasurementFullServiceImpl.handleRemoteGearPhysicalMeasurementFullVOsAreEqualOnIdentifiers(RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVOFirst, RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVOSecond)
           
protected abstract  boolean RemoteGearPhysicalMeasurementFullServiceBase.handleRemoteGearPhysicalMeasurementFullVOsAreEqualOnIdentifiers(RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVOFirst, RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVOSecond)
          Performs the core logic for RemoteGearPhysicalMeasurementFullServiceBase.remoteGearPhysicalMeasurementFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearPhysicalMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteGearPhysicalMeasurementFullVO)
protected  void RemoteGearPhysicalMeasurementFullServiceImpl.handleRemoveGearPhysicalMeasurement(RemoteGearPhysicalMeasurementFullVO gearPhysicalMeasurement)
           
protected abstract  void RemoteGearPhysicalMeasurementFullServiceBase.handleRemoveGearPhysicalMeasurement(RemoteGearPhysicalMeasurementFullVO gearPhysicalMeasurement)
          Performs the core logic for RemoteGearPhysicalMeasurementFullServiceBase.removeGearPhysicalMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearPhysicalMeasurementFullVO)
protected  void RemoteGearPhysicalMeasurementFullServiceImpl.handleUpdateGearPhysicalMeasurement(RemoteGearPhysicalMeasurementFullVO gearPhysicalMeasurement)
           
protected abstract  void RemoteGearPhysicalMeasurementFullServiceBase.handleUpdateGearPhysicalMeasurement(RemoteGearPhysicalMeasurementFullVO gearPhysicalMeasurement)
          Performs the core logic for RemoteGearPhysicalMeasurementFullServiceBase.updateGearPhysicalMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearPhysicalMeasurementFullVO)
 boolean RemoteGearPhysicalMeasurementFullService.remoteGearPhysicalMeasurementFullVOsAreEqual(RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVOFirst, RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVOSecond)
           
 boolean RemoteGearPhysicalMeasurementFullServiceWSDelegator.remoteGearPhysicalMeasurementFullVOsAreEqual(RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVOFirst, RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVOSecond)
           
 boolean RemoteGearPhysicalMeasurementFullServiceBase.remoteGearPhysicalMeasurementFullVOsAreEqual(RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVOFirst, RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVOSecond)
           
 boolean RemoteGearPhysicalMeasurementFullService.remoteGearPhysicalMeasurementFullVOsAreEqualOnIdentifiers(RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVOFirst, RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVOSecond)
           
 boolean RemoteGearPhysicalMeasurementFullServiceWSDelegator.remoteGearPhysicalMeasurementFullVOsAreEqualOnIdentifiers(RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVOFirst, RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVOSecond)
           
 boolean RemoteGearPhysicalMeasurementFullServiceBase.remoteGearPhysicalMeasurementFullVOsAreEqualOnIdentifiers(RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVOFirst, RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVOSecond)
           
 void RemoteGearPhysicalMeasurementFullService.removeGearPhysicalMeasurement(RemoteGearPhysicalMeasurementFullVO gearPhysicalMeasurement)
           
 void RemoteGearPhysicalMeasurementFullServiceWSDelegator.removeGearPhysicalMeasurement(RemoteGearPhysicalMeasurementFullVO gearPhysicalMeasurement)
           
 void RemoteGearPhysicalMeasurementFullServiceBase.removeGearPhysicalMeasurement(RemoteGearPhysicalMeasurementFullVO gearPhysicalMeasurement)
           
 void RemoteGearPhysicalMeasurementFullService.updateGearPhysicalMeasurement(RemoteGearPhysicalMeasurementFullVO gearPhysicalMeasurement)
           
 void RemoteGearPhysicalMeasurementFullServiceWSDelegator.updateGearPhysicalMeasurement(RemoteGearPhysicalMeasurementFullVO gearPhysicalMeasurement)
           
 void RemoteGearPhysicalMeasurementFullServiceBase.updateGearPhysicalMeasurement(RemoteGearPhysicalMeasurementFullVO gearPhysicalMeasurement)
           
 

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

Methods in fr.ifremer.allegro.data.measure.generic.vo with parameters of type RemoteGearPhysicalMeasurementFullVO
 void RemoteGearPhysicalMeasurementFullVO.copy(RemoteGearPhysicalMeasurementFullVO 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 RemoteGearPhysicalMeasurementFullVO
RemoteGearPhysicalMeasurementFullVO(RemoteGearPhysicalMeasurementFullVO otherBean)
          Copies constructor from other RemoteGearPhysicalMeasurementFullVO
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.