Uses of Class
fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesFullVO

Packages that use RemoteVesselPhysicalFeaturesFullVO
fr.ifremer.allegro.data.vessel.feature.physical   
fr.ifremer.allegro.data.vessel.feature.physical.generic.service   
fr.ifremer.allegro.data.vessel.feature.physical.generic.vo   
 

Uses of RemoteVesselPhysicalFeaturesFullVO in fr.ifremer.allegro.data.vessel.feature.physical
 

Methods in fr.ifremer.allegro.data.vessel.feature.physical that return RemoteVesselPhysicalFeaturesFullVO
protected  RemoteVesselPhysicalFeaturesFullVO VesselPhysicalFeaturesDaoBase.toRemoteVesselPhysicalFeaturesFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteVesselPhysicalFeaturesFullVO VesselPhysicalFeaturesDaoImpl.toRemoteVesselPhysicalFeaturesFullVO(VesselPhysicalFeatures entity)
           
 RemoteVesselPhysicalFeaturesFullVO VesselPhysicalFeaturesDao.toRemoteVesselPhysicalFeaturesFullVO(VesselPhysicalFeatures entity)
          Converts this DAO's entity to an object of type RemoteVesselPhysicalFeaturesFullVO.
 RemoteVesselPhysicalFeaturesFullVO VesselPhysicalFeaturesDaoBase.toRemoteVesselPhysicalFeaturesFullVO(VesselPhysicalFeatures entity)
           
 RemoteVesselPhysicalFeaturesFullVO[] VesselPhysicalFeaturesDao.toRemoteVesselPhysicalFeaturesFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteVesselPhysicalFeaturesFullVO.
 RemoteVesselPhysicalFeaturesFullVO[] VesselPhysicalFeaturesDaoBase.toRemoteVesselPhysicalFeaturesFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.data.vessel.feature.physical with parameters of type RemoteVesselPhysicalFeaturesFullVO
 VesselPhysicalFeatures VesselPhysicalFeaturesDaoImpl.remoteVesselPhysicalFeaturesFullVOToEntity(RemoteVesselPhysicalFeaturesFullVO remoteVesselPhysicalFeaturesFullVO)
           
 VesselPhysicalFeatures VesselPhysicalFeaturesDao.remoteVesselPhysicalFeaturesFullVOToEntity(RemoteVesselPhysicalFeaturesFullVO remoteVesselPhysicalFeaturesFullVO)
          Converts an instance of type RemoteVesselPhysicalFeaturesFullVO to this DAO's entity.
 void VesselPhysicalFeaturesDaoImpl.remoteVesselPhysicalFeaturesFullVOToEntity(RemoteVesselPhysicalFeaturesFullVO source, VesselPhysicalFeatures target, boolean copyIfNull)
           
 void VesselPhysicalFeaturesDao.remoteVesselPhysicalFeaturesFullVOToEntity(RemoteVesselPhysicalFeaturesFullVO source, VesselPhysicalFeatures target, boolean copyIfNull)
          Copies the fields of RemoteVesselPhysicalFeaturesFullVO to the specified entity.
 void VesselPhysicalFeaturesDaoBase.remoteVesselPhysicalFeaturesFullVOToEntity(RemoteVesselPhysicalFeaturesFullVO source, VesselPhysicalFeatures target, boolean copyIfNull)
           
 void VesselPhysicalFeaturesDaoImpl.toRemoteVesselPhysicalFeaturesFullVO(VesselPhysicalFeatures source, RemoteVesselPhysicalFeaturesFullVO target)
           
 void VesselPhysicalFeaturesDao.toRemoteVesselPhysicalFeaturesFullVO(VesselPhysicalFeatures source, RemoteVesselPhysicalFeaturesFullVO target)
          Copies the fields of the specified entity to the target value object.
 void VesselPhysicalFeaturesDaoBase.toRemoteVesselPhysicalFeaturesFullVO(VesselPhysicalFeatures source, RemoteVesselPhysicalFeaturesFullVO target)
           
 

Uses of RemoteVesselPhysicalFeaturesFullVO in fr.ifremer.allegro.data.vessel.feature.physical.generic.service
 

Methods in fr.ifremer.allegro.data.vessel.feature.physical.generic.service that return RemoteVesselPhysicalFeaturesFullVO
 RemoteVesselPhysicalFeaturesFullVO RemoteVesselPhysicalFeaturesFullService.addVesselPhysicalFeatures(RemoteVesselPhysicalFeaturesFullVO vesselPhysicalFeatures)
           
 RemoteVesselPhysicalFeaturesFullVO RemoteVesselPhysicalFeaturesFullServiceWSDelegator.addVesselPhysicalFeatures(RemoteVesselPhysicalFeaturesFullVO vesselPhysicalFeatures)
           
 RemoteVesselPhysicalFeaturesFullVO RemoteVesselPhysicalFeaturesFullServiceBase.addVesselPhysicalFeatures(RemoteVesselPhysicalFeaturesFullVO vesselPhysicalFeatures)
           
 RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullService.getAllVesselPhysicalFeatures()
           
 RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullServiceWSDelegator.getAllVesselPhysicalFeatures()
           
 RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullServiceBase.getAllVesselPhysicalFeatures()
           
 RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullService.getVesselPhysicalFeaturesByBaseLandingLocationId(java.lang.Integer id)
           
 RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullServiceWSDelegator.getVesselPhysicalFeaturesByBaseLandingLocationId(java.lang.Integer id)
           
 RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullServiceBase.getVesselPhysicalFeaturesByBaseLandingLocationId(java.lang.Integer id)
           
 RemoteVesselPhysicalFeaturesFullVO RemoteVesselPhysicalFeaturesFullService.getVesselPhysicalFeaturesById(java.lang.Integer id)
           
 RemoteVesselPhysicalFeaturesFullVO RemoteVesselPhysicalFeaturesFullServiceWSDelegator.getVesselPhysicalFeaturesById(java.lang.Integer id)
           
 RemoteVesselPhysicalFeaturesFullVO RemoteVesselPhysicalFeaturesFullServiceBase.getVesselPhysicalFeaturesById(java.lang.Integer id)
           
 RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullService.getVesselPhysicalFeaturesByIds(java.lang.Integer[] id)
           
 RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullServiceWSDelegator.getVesselPhysicalFeaturesByIds(java.lang.Integer[] id)
           
 RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullServiceBase.getVesselPhysicalFeaturesByIds(java.lang.Integer[] id)
           
 RemoteVesselPhysicalFeaturesFullVO RemoteVesselPhysicalFeaturesFullService.getVesselPhysicalFeaturesByNaturalId(RemoteVesselPhysicalFeaturesNaturalId vesselPhysicalFeaturesNaturalId)
           
 RemoteVesselPhysicalFeaturesFullVO RemoteVesselPhysicalFeaturesFullServiceWSDelegator.getVesselPhysicalFeaturesByNaturalId(RemoteVesselPhysicalFeaturesNaturalId vesselPhysicalFeaturesNaturalId)
           
 RemoteVesselPhysicalFeaturesFullVO RemoteVesselPhysicalFeaturesFullServiceBase.getVesselPhysicalFeaturesByNaturalId(RemoteVesselPhysicalFeaturesNaturalId vesselPhysicalFeaturesNaturalId)
           
 RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullService.getVesselPhysicalFeaturesByPhysicalGearSurveyId(java.lang.Integer id)
           
 RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullServiceWSDelegator.getVesselPhysicalFeaturesByPhysicalGearSurveyId(java.lang.Integer id)
           
 RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullServiceBase.getVesselPhysicalFeaturesByPhysicalGearSurveyId(java.lang.Integer id)
           
 RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullService.getVesselPhysicalFeaturesByProgramCode(java.lang.String code)
           
 RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullServiceWSDelegator.getVesselPhysicalFeaturesByProgramCode(java.lang.String code)
           
 RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullServiceBase.getVesselPhysicalFeaturesByProgramCode(java.lang.String code)
           
 RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullService.getVesselPhysicalFeaturesByQualityFlagCode(java.lang.String code)
           
 RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullServiceWSDelegator.getVesselPhysicalFeaturesByQualityFlagCode(java.lang.String code)
           
 RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullServiceBase.getVesselPhysicalFeaturesByQualityFlagCode(java.lang.String code)
           
 RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullService.getVesselPhysicalFeaturesByRecorderDepartmentId(java.lang.Integer id)
           
 RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullServiceWSDelegator.getVesselPhysicalFeaturesByRecorderDepartmentId(java.lang.Integer id)
           
 RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullServiceBase.getVesselPhysicalFeaturesByRecorderDepartmentId(java.lang.Integer id)
           
 RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullService.getVesselPhysicalFeaturesByRecorderUserId(java.lang.Integer id)
           
 RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullServiceWSDelegator.getVesselPhysicalFeaturesByRecorderUserId(java.lang.Integer id)
           
 RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullServiceBase.getVesselPhysicalFeaturesByRecorderUserId(java.lang.Integer id)
           
 RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullService.getVesselPhysicalFeaturesByVesselCode(java.lang.String code)
           
 RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullServiceWSDelegator.getVesselPhysicalFeaturesByVesselCode(java.lang.String code)
           
 RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullServiceBase.getVesselPhysicalFeaturesByVesselCode(java.lang.String code)
           
protected  RemoteVesselPhysicalFeaturesFullVO RemoteVesselPhysicalFeaturesFullServiceImpl.handleAddVesselPhysicalFeatures(RemoteVesselPhysicalFeaturesFullVO vesselPhysicalFeatures)
           
protected abstract  RemoteVesselPhysicalFeaturesFullVO RemoteVesselPhysicalFeaturesFullServiceBase.handleAddVesselPhysicalFeatures(RemoteVesselPhysicalFeaturesFullVO vesselPhysicalFeatures)
          Performs the core logic for RemoteVesselPhysicalFeaturesFullServiceBase.addVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesFullVO)
protected  RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullServiceImpl.handleGetAllVesselPhysicalFeatures()
           
protected abstract  RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullServiceBase.handleGetAllVesselPhysicalFeatures()
          Performs the core logic for RemoteVesselPhysicalFeaturesFullServiceBase.getAllVesselPhysicalFeatures()
protected  RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullServiceImpl.handleGetVesselPhysicalFeaturesByBaseLandingLocationId(java.lang.Integer id)
           
protected abstract  RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullServiceBase.handleGetVesselPhysicalFeaturesByBaseLandingLocationId(java.lang.Integer id)
          Performs the core logic for RemoteVesselPhysicalFeaturesFullServiceBase.getVesselPhysicalFeaturesByBaseLandingLocationId(java.lang.Integer)
protected  RemoteVesselPhysicalFeaturesFullVO RemoteVesselPhysicalFeaturesFullServiceImpl.handleGetVesselPhysicalFeaturesById(java.lang.Integer id)
           
protected abstract  RemoteVesselPhysicalFeaturesFullVO RemoteVesselPhysicalFeaturesFullServiceBase.handleGetVesselPhysicalFeaturesById(java.lang.Integer id)
          Performs the core logic for RemoteVesselPhysicalFeaturesFullServiceBase.getVesselPhysicalFeaturesById(java.lang.Integer)
protected  RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullServiceImpl.handleGetVesselPhysicalFeaturesByIds(java.lang.Integer[] id)
           
protected abstract  RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullServiceBase.handleGetVesselPhysicalFeaturesByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteVesselPhysicalFeaturesFullServiceBase.getVesselPhysicalFeaturesByIds(java.lang.Integer[])
protected  RemoteVesselPhysicalFeaturesFullVO RemoteVesselPhysicalFeaturesFullServiceImpl.handleGetVesselPhysicalFeaturesByNaturalId(RemoteVesselPhysicalFeaturesNaturalId vesselPhysicalFeaturesNaturalId)
           
protected abstract  RemoteVesselPhysicalFeaturesFullVO RemoteVesselPhysicalFeaturesFullServiceBase.handleGetVesselPhysicalFeaturesByNaturalId(RemoteVesselPhysicalFeaturesNaturalId vesselPhysicalFeaturesNaturalId)
          Performs the core logic for RemoteVesselPhysicalFeaturesFullServiceBase.getVesselPhysicalFeaturesByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesNaturalId)
protected  RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullServiceImpl.handleGetVesselPhysicalFeaturesByPhysicalGearSurveyId(java.lang.Integer id)
           
protected abstract  RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullServiceBase.handleGetVesselPhysicalFeaturesByPhysicalGearSurveyId(java.lang.Integer id)
          Performs the core logic for RemoteVesselPhysicalFeaturesFullServiceBase.getVesselPhysicalFeaturesByPhysicalGearSurveyId(java.lang.Integer)
protected  RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullServiceImpl.handleGetVesselPhysicalFeaturesByProgramCode(java.lang.String code)
           
protected abstract  RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullServiceBase.handleGetVesselPhysicalFeaturesByProgramCode(java.lang.String code)
          Performs the core logic for RemoteVesselPhysicalFeaturesFullServiceBase.getVesselPhysicalFeaturesByProgramCode(java.lang.String)
protected  RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullServiceImpl.handleGetVesselPhysicalFeaturesByQualityFlagCode(java.lang.String code)
           
protected abstract  RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullServiceBase.handleGetVesselPhysicalFeaturesByQualityFlagCode(java.lang.String code)
          Performs the core logic for RemoteVesselPhysicalFeaturesFullServiceBase.getVesselPhysicalFeaturesByQualityFlagCode(java.lang.String)
protected  RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullServiceImpl.handleGetVesselPhysicalFeaturesByRecorderDepartmentId(java.lang.Integer id)
           
protected abstract  RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullServiceBase.handleGetVesselPhysicalFeaturesByRecorderDepartmentId(java.lang.Integer id)
          Performs the core logic for RemoteVesselPhysicalFeaturesFullServiceBase.getVesselPhysicalFeaturesByRecorderDepartmentId(java.lang.Integer)
protected  RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullServiceImpl.handleGetVesselPhysicalFeaturesByRecorderUserId(java.lang.Integer id)
           
protected abstract  RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullServiceBase.handleGetVesselPhysicalFeaturesByRecorderUserId(java.lang.Integer id)
          Performs the core logic for RemoteVesselPhysicalFeaturesFullServiceBase.getVesselPhysicalFeaturesByRecorderUserId(java.lang.Integer)
protected  RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullServiceImpl.handleGetVesselPhysicalFeaturesByVesselCode(java.lang.String code)
           
protected abstract  RemoteVesselPhysicalFeaturesFullVO[] RemoteVesselPhysicalFeaturesFullServiceBase.handleGetVesselPhysicalFeaturesByVesselCode(java.lang.String code)
          Performs the core logic for RemoteVesselPhysicalFeaturesFullServiceBase.getVesselPhysicalFeaturesByVesselCode(java.lang.String)
 

Methods in fr.ifremer.allegro.data.vessel.feature.physical.generic.service with parameters of type RemoteVesselPhysicalFeaturesFullVO
 RemoteVesselPhysicalFeaturesFullVO RemoteVesselPhysicalFeaturesFullService.addVesselPhysicalFeatures(RemoteVesselPhysicalFeaturesFullVO vesselPhysicalFeatures)
           
 RemoteVesselPhysicalFeaturesFullVO RemoteVesselPhysicalFeaturesFullServiceWSDelegator.addVesselPhysicalFeatures(RemoteVesselPhysicalFeaturesFullVO vesselPhysicalFeatures)
           
 RemoteVesselPhysicalFeaturesFullVO RemoteVesselPhysicalFeaturesFullServiceBase.addVesselPhysicalFeatures(RemoteVesselPhysicalFeaturesFullVO vesselPhysicalFeatures)
           
protected  RemoteVesselPhysicalFeaturesFullVO RemoteVesselPhysicalFeaturesFullServiceImpl.handleAddVesselPhysicalFeatures(RemoteVesselPhysicalFeaturesFullVO vesselPhysicalFeatures)
           
protected abstract  RemoteVesselPhysicalFeaturesFullVO RemoteVesselPhysicalFeaturesFullServiceBase.handleAddVesselPhysicalFeatures(RemoteVesselPhysicalFeaturesFullVO vesselPhysicalFeatures)
          Performs the core logic for RemoteVesselPhysicalFeaturesFullServiceBase.addVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesFullVO)
protected  boolean RemoteVesselPhysicalFeaturesFullServiceImpl.handleRemoteVesselPhysicalFeaturesFullVOsAreEqual(RemoteVesselPhysicalFeaturesFullVO remoteVesselPhysicalFeaturesFullVOFirst, RemoteVesselPhysicalFeaturesFullVO remoteVesselPhysicalFeaturesFullVOSecond)
           
protected abstract  boolean RemoteVesselPhysicalFeaturesFullServiceBase.handleRemoteVesselPhysicalFeaturesFullVOsAreEqual(RemoteVesselPhysicalFeaturesFullVO remoteVesselPhysicalFeaturesFullVOFirst, RemoteVesselPhysicalFeaturesFullVO remoteVesselPhysicalFeaturesFullVOSecond)
          Performs the core logic for RemoteVesselPhysicalFeaturesFullServiceBase.remoteVesselPhysicalFeaturesFullVOsAreEqual(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesFullVO)
protected  boolean RemoteVesselPhysicalFeaturesFullServiceImpl.handleRemoteVesselPhysicalFeaturesFullVOsAreEqualOnIdentifiers(RemoteVesselPhysicalFeaturesFullVO remoteVesselPhysicalFeaturesFullVOFirst, RemoteVesselPhysicalFeaturesFullVO remoteVesselPhysicalFeaturesFullVOSecond)
           
protected abstract  boolean RemoteVesselPhysicalFeaturesFullServiceBase.handleRemoteVesselPhysicalFeaturesFullVOsAreEqualOnIdentifiers(RemoteVesselPhysicalFeaturesFullVO remoteVesselPhysicalFeaturesFullVOFirst, RemoteVesselPhysicalFeaturesFullVO remoteVesselPhysicalFeaturesFullVOSecond)
          Performs the core logic for RemoteVesselPhysicalFeaturesFullServiceBase.remoteVesselPhysicalFeaturesFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesFullVO)
protected  void RemoteVesselPhysicalFeaturesFullServiceImpl.handleRemoveVesselPhysicalFeatures(RemoteVesselPhysicalFeaturesFullVO vesselPhysicalFeatures)
           
protected abstract  void RemoteVesselPhysicalFeaturesFullServiceBase.handleRemoveVesselPhysicalFeatures(RemoteVesselPhysicalFeaturesFullVO vesselPhysicalFeatures)
          Performs the core logic for RemoteVesselPhysicalFeaturesFullServiceBase.removeVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesFullVO)
protected  void RemoteVesselPhysicalFeaturesFullServiceImpl.handleUpdateVesselPhysicalFeatures(RemoteVesselPhysicalFeaturesFullVO vesselPhysicalFeatures)
           
protected abstract  void RemoteVesselPhysicalFeaturesFullServiceBase.handleUpdateVesselPhysicalFeatures(RemoteVesselPhysicalFeaturesFullVO vesselPhysicalFeatures)
          Performs the core logic for RemoteVesselPhysicalFeaturesFullServiceBase.updateVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesFullVO)
 boolean RemoteVesselPhysicalFeaturesFullService.remoteVesselPhysicalFeaturesFullVOsAreEqual(RemoteVesselPhysicalFeaturesFullVO remoteVesselPhysicalFeaturesFullVOFirst, RemoteVesselPhysicalFeaturesFullVO remoteVesselPhysicalFeaturesFullVOSecond)
           
 boolean RemoteVesselPhysicalFeaturesFullServiceWSDelegator.remoteVesselPhysicalFeaturesFullVOsAreEqual(RemoteVesselPhysicalFeaturesFullVO remoteVesselPhysicalFeaturesFullVOFirst, RemoteVesselPhysicalFeaturesFullVO remoteVesselPhysicalFeaturesFullVOSecond)
           
 boolean RemoteVesselPhysicalFeaturesFullServiceBase.remoteVesselPhysicalFeaturesFullVOsAreEqual(RemoteVesselPhysicalFeaturesFullVO remoteVesselPhysicalFeaturesFullVOFirst, RemoteVesselPhysicalFeaturesFullVO remoteVesselPhysicalFeaturesFullVOSecond)
           
 boolean RemoteVesselPhysicalFeaturesFullService.remoteVesselPhysicalFeaturesFullVOsAreEqualOnIdentifiers(RemoteVesselPhysicalFeaturesFullVO remoteVesselPhysicalFeaturesFullVOFirst, RemoteVesselPhysicalFeaturesFullVO remoteVesselPhysicalFeaturesFullVOSecond)
           
 boolean RemoteVesselPhysicalFeaturesFullServiceWSDelegator.remoteVesselPhysicalFeaturesFullVOsAreEqualOnIdentifiers(RemoteVesselPhysicalFeaturesFullVO remoteVesselPhysicalFeaturesFullVOFirst, RemoteVesselPhysicalFeaturesFullVO remoteVesselPhysicalFeaturesFullVOSecond)
           
 boolean RemoteVesselPhysicalFeaturesFullServiceBase.remoteVesselPhysicalFeaturesFullVOsAreEqualOnIdentifiers(RemoteVesselPhysicalFeaturesFullVO remoteVesselPhysicalFeaturesFullVOFirst, RemoteVesselPhysicalFeaturesFullVO remoteVesselPhysicalFeaturesFullVOSecond)
           
 void RemoteVesselPhysicalFeaturesFullService.removeVesselPhysicalFeatures(RemoteVesselPhysicalFeaturesFullVO vesselPhysicalFeatures)
           
 void RemoteVesselPhysicalFeaturesFullServiceWSDelegator.removeVesselPhysicalFeatures(RemoteVesselPhysicalFeaturesFullVO vesselPhysicalFeatures)
           
 void RemoteVesselPhysicalFeaturesFullServiceBase.removeVesselPhysicalFeatures(RemoteVesselPhysicalFeaturesFullVO vesselPhysicalFeatures)
           
 void RemoteVesselPhysicalFeaturesFullService.updateVesselPhysicalFeatures(RemoteVesselPhysicalFeaturesFullVO vesselPhysicalFeatures)
           
 void RemoteVesselPhysicalFeaturesFullServiceWSDelegator.updateVesselPhysicalFeatures(RemoteVesselPhysicalFeaturesFullVO vesselPhysicalFeatures)
           
 void RemoteVesselPhysicalFeaturesFullServiceBase.updateVesselPhysicalFeatures(RemoteVesselPhysicalFeaturesFullVO vesselPhysicalFeatures)
           
 

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

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

Constructors in fr.ifremer.allegro.data.vessel.feature.physical.generic.vo with parameters of type RemoteVesselPhysicalFeaturesFullVO
RemoteVesselPhysicalFeaturesFullVO(RemoteVesselPhysicalFeaturesFullVO otherBean)
          Copies constructor from other RemoteVesselPhysicalFeaturesFullVO
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.