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

Packages that use RemoteGearPhysicalFeaturesFullVO
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 RemoteGearPhysicalFeaturesFullVO in fr.ifremer.allegro.data.vessel.feature.physical
 

Methods in fr.ifremer.allegro.data.vessel.feature.physical that return RemoteGearPhysicalFeaturesFullVO
 RemoteGearPhysicalFeaturesFullVO GearPhysicalFeaturesDaoImpl.toRemoteGearPhysicalFeaturesFullVO(GearPhysicalFeatures entity)
           
 RemoteGearPhysicalFeaturesFullVO GearPhysicalFeaturesDao.toRemoteGearPhysicalFeaturesFullVO(GearPhysicalFeatures entity)
          Converts this DAO's entity to an object of type RemoteGearPhysicalFeaturesFullVO.
 RemoteGearPhysicalFeaturesFullVO GearPhysicalFeaturesDaoBase.toRemoteGearPhysicalFeaturesFullVO(GearPhysicalFeatures entity)
           
protected  RemoteGearPhysicalFeaturesFullVO GearPhysicalFeaturesDaoBase.toRemoteGearPhysicalFeaturesFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteGearPhysicalFeaturesFullVO[] GearPhysicalFeaturesDao.toRemoteGearPhysicalFeaturesFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteGearPhysicalFeaturesFullVO.
 RemoteGearPhysicalFeaturesFullVO[] GearPhysicalFeaturesDaoBase.toRemoteGearPhysicalFeaturesFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.data.vessel.feature.physical with parameters of type RemoteGearPhysicalFeaturesFullVO
 GearPhysicalFeatures GearPhysicalFeaturesDaoImpl.remoteGearPhysicalFeaturesFullVOToEntity(RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVO)
           
 GearPhysicalFeatures GearPhysicalFeaturesDao.remoteGearPhysicalFeaturesFullVOToEntity(RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVO)
          Converts an instance of type RemoteGearPhysicalFeaturesFullVO to this DAO's entity.
 void GearPhysicalFeaturesDaoImpl.remoteGearPhysicalFeaturesFullVOToEntity(RemoteGearPhysicalFeaturesFullVO source, GearPhysicalFeatures target, boolean copyIfNull)
           
 void GearPhysicalFeaturesDao.remoteGearPhysicalFeaturesFullVOToEntity(RemoteGearPhysicalFeaturesFullVO source, GearPhysicalFeatures target, boolean copyIfNull)
          Copies the fields of RemoteGearPhysicalFeaturesFullVO to the specified entity.
 void GearPhysicalFeaturesDaoBase.remoteGearPhysicalFeaturesFullVOToEntity(RemoteGearPhysicalFeaturesFullVO source, GearPhysicalFeatures target, boolean copyIfNull)
           
 void GearPhysicalFeaturesDaoImpl.toRemoteGearPhysicalFeaturesFullVO(GearPhysicalFeatures source, RemoteGearPhysicalFeaturesFullVO target)
           
 void GearPhysicalFeaturesDao.toRemoteGearPhysicalFeaturesFullVO(GearPhysicalFeatures source, RemoteGearPhysicalFeaturesFullVO target)
          Copies the fields of the specified entity to the target value object.
 void GearPhysicalFeaturesDaoBase.toRemoteGearPhysicalFeaturesFullVO(GearPhysicalFeatures source, RemoteGearPhysicalFeaturesFullVO target)
           
 

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

Methods in fr.ifremer.allegro.data.vessel.feature.physical.generic.service that return RemoteGearPhysicalFeaturesFullVO
 RemoteGearPhysicalFeaturesFullVO RemoteGearPhysicalFeaturesFullService.addGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)
           
 RemoteGearPhysicalFeaturesFullVO RemoteGearPhysicalFeaturesFullServiceWSDelegator.addGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)
           
 RemoteGearPhysicalFeaturesFullVO RemoteGearPhysicalFeaturesFullServiceBase.addGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)
           
 RemoteGearPhysicalFeaturesFullVO[] RemoteGearPhysicalFeaturesFullService.getAllGearPhysicalFeatures()
           
 RemoteGearPhysicalFeaturesFullVO[] RemoteGearPhysicalFeaturesFullServiceWSDelegator.getAllGearPhysicalFeatures()
           
 RemoteGearPhysicalFeaturesFullVO[] RemoteGearPhysicalFeaturesFullServiceBase.getAllGearPhysicalFeatures()
           
 RemoteGearPhysicalFeaturesFullVO[] RemoteGearPhysicalFeaturesFullService.getGearPhysicalFeaturesByFishingTripId(java.lang.Integer id)
           
 RemoteGearPhysicalFeaturesFullVO[] RemoteGearPhysicalFeaturesFullServiceWSDelegator.getGearPhysicalFeaturesByFishingTripId(java.lang.Integer id)
           
 RemoteGearPhysicalFeaturesFullVO[] RemoteGearPhysicalFeaturesFullServiceBase.getGearPhysicalFeaturesByFishingTripId(java.lang.Integer id)
           
 RemoteGearPhysicalFeaturesFullVO[] RemoteGearPhysicalFeaturesFullService.getGearPhysicalFeaturesByGearId(java.lang.Integer id)
           
 RemoteGearPhysicalFeaturesFullVO[] RemoteGearPhysicalFeaturesFullServiceWSDelegator.getGearPhysicalFeaturesByGearId(java.lang.Integer id)
           
 RemoteGearPhysicalFeaturesFullVO[] RemoteGearPhysicalFeaturesFullServiceBase.getGearPhysicalFeaturesByGearId(java.lang.Integer id)
           
 RemoteGearPhysicalFeaturesFullVO RemoteGearPhysicalFeaturesFullService.getGearPhysicalFeaturesById(java.lang.Integer id)
           
 RemoteGearPhysicalFeaturesFullVO RemoteGearPhysicalFeaturesFullServiceWSDelegator.getGearPhysicalFeaturesById(java.lang.Integer id)
           
 RemoteGearPhysicalFeaturesFullVO RemoteGearPhysicalFeaturesFullServiceBase.getGearPhysicalFeaturesById(java.lang.Integer id)
           
 RemoteGearPhysicalFeaturesFullVO[] RemoteGearPhysicalFeaturesFullService.getGearPhysicalFeaturesByIds(java.lang.Integer[] id)
           
 RemoteGearPhysicalFeaturesFullVO[] RemoteGearPhysicalFeaturesFullServiceWSDelegator.getGearPhysicalFeaturesByIds(java.lang.Integer[] id)
           
 RemoteGearPhysicalFeaturesFullVO[] RemoteGearPhysicalFeaturesFullServiceBase.getGearPhysicalFeaturesByIds(java.lang.Integer[] id)
           
 RemoteGearPhysicalFeaturesFullVO RemoteGearPhysicalFeaturesFullService.getGearPhysicalFeaturesByNaturalId(RemoteGearPhysicalFeaturesNaturalId gearPhysicalFeaturesNaturalId)
           
 RemoteGearPhysicalFeaturesFullVO RemoteGearPhysicalFeaturesFullServiceWSDelegator.getGearPhysicalFeaturesByNaturalId(RemoteGearPhysicalFeaturesNaturalId gearPhysicalFeaturesNaturalId)
           
 RemoteGearPhysicalFeaturesFullVO RemoteGearPhysicalFeaturesFullServiceBase.getGearPhysicalFeaturesByNaturalId(RemoteGearPhysicalFeaturesNaturalId gearPhysicalFeaturesNaturalId)
           
 RemoteGearPhysicalFeaturesFullVO[] RemoteGearPhysicalFeaturesFullService.getGearPhysicalFeaturesByPhysicalGearSurveyId(java.lang.Integer id)
           
 RemoteGearPhysicalFeaturesFullVO[] RemoteGearPhysicalFeaturesFullServiceWSDelegator.getGearPhysicalFeaturesByPhysicalGearSurveyId(java.lang.Integer id)
           
 RemoteGearPhysicalFeaturesFullVO[] RemoteGearPhysicalFeaturesFullServiceBase.getGearPhysicalFeaturesByPhysicalGearSurveyId(java.lang.Integer id)
           
 RemoteGearPhysicalFeaturesFullVO[] RemoteGearPhysicalFeaturesFullService.getGearPhysicalFeaturesByProgramCode(java.lang.String code)
           
 RemoteGearPhysicalFeaturesFullVO[] RemoteGearPhysicalFeaturesFullServiceWSDelegator.getGearPhysicalFeaturesByProgramCode(java.lang.String code)
           
 RemoteGearPhysicalFeaturesFullVO[] RemoteGearPhysicalFeaturesFullServiceBase.getGearPhysicalFeaturesByProgramCode(java.lang.String code)
           
 RemoteGearPhysicalFeaturesFullVO[] RemoteGearPhysicalFeaturesFullService.getGearPhysicalFeaturesByQualityFlagCode(java.lang.String code)
           
 RemoteGearPhysicalFeaturesFullVO[] RemoteGearPhysicalFeaturesFullServiceWSDelegator.getGearPhysicalFeaturesByQualityFlagCode(java.lang.String code)
           
 RemoteGearPhysicalFeaturesFullVO[] RemoteGearPhysicalFeaturesFullServiceBase.getGearPhysicalFeaturesByQualityFlagCode(java.lang.String code)
           
 RemoteGearPhysicalFeaturesFullVO[] RemoteGearPhysicalFeaturesFullService.getGearPhysicalFeaturesByVesselCode(java.lang.String code)
           
 RemoteGearPhysicalFeaturesFullVO[] RemoteGearPhysicalFeaturesFullServiceWSDelegator.getGearPhysicalFeaturesByVesselCode(java.lang.String code)
           
 RemoteGearPhysicalFeaturesFullVO[] RemoteGearPhysicalFeaturesFullServiceBase.getGearPhysicalFeaturesByVesselCode(java.lang.String code)
           
protected  RemoteGearPhysicalFeaturesFullVO RemoteGearPhysicalFeaturesFullServiceImpl.handleAddGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)
           
protected abstract  RemoteGearPhysicalFeaturesFullVO RemoteGearPhysicalFeaturesFullServiceBase.handleAddGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)
          Performs the core logic for RemoteGearPhysicalFeaturesFullServiceBase.addGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO)
protected  RemoteGearPhysicalFeaturesFullVO[] RemoteGearPhysicalFeaturesFullServiceImpl.handleGetAllGearPhysicalFeatures()
           
protected abstract  RemoteGearPhysicalFeaturesFullVO[] RemoteGearPhysicalFeaturesFullServiceBase.handleGetAllGearPhysicalFeatures()
          Performs the core logic for RemoteGearPhysicalFeaturesFullServiceBase.getAllGearPhysicalFeatures()
protected  RemoteGearPhysicalFeaturesFullVO[] RemoteGearPhysicalFeaturesFullServiceImpl.handleGetGearPhysicalFeaturesByFishingTripId(java.lang.Integer id)
           
protected abstract  RemoteGearPhysicalFeaturesFullVO[] RemoteGearPhysicalFeaturesFullServiceBase.handleGetGearPhysicalFeaturesByFishingTripId(java.lang.Integer id)
          Performs the core logic for RemoteGearPhysicalFeaturesFullServiceBase.getGearPhysicalFeaturesByFishingTripId(java.lang.Integer)
protected  RemoteGearPhysicalFeaturesFullVO[] RemoteGearPhysicalFeaturesFullServiceImpl.handleGetGearPhysicalFeaturesByGearId(java.lang.Integer id)
           
protected abstract  RemoteGearPhysicalFeaturesFullVO[] RemoteGearPhysicalFeaturesFullServiceBase.handleGetGearPhysicalFeaturesByGearId(java.lang.Integer id)
          Performs the core logic for RemoteGearPhysicalFeaturesFullServiceBase.getGearPhysicalFeaturesByGearId(java.lang.Integer)
protected  RemoteGearPhysicalFeaturesFullVO RemoteGearPhysicalFeaturesFullServiceImpl.handleGetGearPhysicalFeaturesById(java.lang.Integer id)
           
protected abstract  RemoteGearPhysicalFeaturesFullVO RemoteGearPhysicalFeaturesFullServiceBase.handleGetGearPhysicalFeaturesById(java.lang.Integer id)
          Performs the core logic for RemoteGearPhysicalFeaturesFullServiceBase.getGearPhysicalFeaturesById(java.lang.Integer)
protected  RemoteGearPhysicalFeaturesFullVO[] RemoteGearPhysicalFeaturesFullServiceImpl.handleGetGearPhysicalFeaturesByIds(java.lang.Integer[] id)
           
protected abstract  RemoteGearPhysicalFeaturesFullVO[] RemoteGearPhysicalFeaturesFullServiceBase.handleGetGearPhysicalFeaturesByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteGearPhysicalFeaturesFullServiceBase.getGearPhysicalFeaturesByIds(java.lang.Integer[])
protected  RemoteGearPhysicalFeaturesFullVO RemoteGearPhysicalFeaturesFullServiceImpl.handleGetGearPhysicalFeaturesByNaturalId(RemoteGearPhysicalFeaturesNaturalId gearPhysicalFeaturesNaturalId)
           
protected abstract  RemoteGearPhysicalFeaturesFullVO RemoteGearPhysicalFeaturesFullServiceBase.handleGetGearPhysicalFeaturesByNaturalId(RemoteGearPhysicalFeaturesNaturalId gearPhysicalFeaturesNaturalId)
          Performs the core logic for RemoteGearPhysicalFeaturesFullServiceBase.getGearPhysicalFeaturesByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesNaturalId)
protected  RemoteGearPhysicalFeaturesFullVO[] RemoteGearPhysicalFeaturesFullServiceImpl.handleGetGearPhysicalFeaturesByPhysicalGearSurveyId(java.lang.Integer id)
           
protected abstract  RemoteGearPhysicalFeaturesFullVO[] RemoteGearPhysicalFeaturesFullServiceBase.handleGetGearPhysicalFeaturesByPhysicalGearSurveyId(java.lang.Integer id)
          Performs the core logic for RemoteGearPhysicalFeaturesFullServiceBase.getGearPhysicalFeaturesByPhysicalGearSurveyId(java.lang.Integer)
protected  RemoteGearPhysicalFeaturesFullVO[] RemoteGearPhysicalFeaturesFullServiceImpl.handleGetGearPhysicalFeaturesByProgramCode(java.lang.String code)
           
protected abstract  RemoteGearPhysicalFeaturesFullVO[] RemoteGearPhysicalFeaturesFullServiceBase.handleGetGearPhysicalFeaturesByProgramCode(java.lang.String code)
          Performs the core logic for RemoteGearPhysicalFeaturesFullServiceBase.getGearPhysicalFeaturesByProgramCode(java.lang.String)
protected  RemoteGearPhysicalFeaturesFullVO[] RemoteGearPhysicalFeaturesFullServiceImpl.handleGetGearPhysicalFeaturesByQualityFlagCode(java.lang.String code)
           
protected abstract  RemoteGearPhysicalFeaturesFullVO[] RemoteGearPhysicalFeaturesFullServiceBase.handleGetGearPhysicalFeaturesByQualityFlagCode(java.lang.String code)
          Performs the core logic for RemoteGearPhysicalFeaturesFullServiceBase.getGearPhysicalFeaturesByQualityFlagCode(java.lang.String)
protected  RemoteGearPhysicalFeaturesFullVO[] RemoteGearPhysicalFeaturesFullServiceImpl.handleGetGearPhysicalFeaturesByVesselCode(java.lang.String code)
           
protected abstract  RemoteGearPhysicalFeaturesFullVO[] RemoteGearPhysicalFeaturesFullServiceBase.handleGetGearPhysicalFeaturesByVesselCode(java.lang.String code)
          Performs the core logic for RemoteGearPhysicalFeaturesFullServiceBase.getGearPhysicalFeaturesByVesselCode(java.lang.String)
 

Methods in fr.ifremer.allegro.data.vessel.feature.physical.generic.service with parameters of type RemoteGearPhysicalFeaturesFullVO
 RemoteGearPhysicalFeaturesFullVO RemoteGearPhysicalFeaturesFullService.addGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)
           
 RemoteGearPhysicalFeaturesFullVO RemoteGearPhysicalFeaturesFullServiceWSDelegator.addGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)
           
 RemoteGearPhysicalFeaturesFullVO RemoteGearPhysicalFeaturesFullServiceBase.addGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)
           
protected  RemoteGearPhysicalFeaturesFullVO RemoteGearPhysicalFeaturesFullServiceImpl.handleAddGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)
           
protected abstract  RemoteGearPhysicalFeaturesFullVO RemoteGearPhysicalFeaturesFullServiceBase.handleAddGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)
          Performs the core logic for RemoteGearPhysicalFeaturesFullServiceBase.addGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO)
protected  boolean RemoteGearPhysicalFeaturesFullServiceImpl.handleRemoteGearPhysicalFeaturesFullVOsAreEqual(RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOFirst, RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOSecond)
           
protected abstract  boolean RemoteGearPhysicalFeaturesFullServiceBase.handleRemoteGearPhysicalFeaturesFullVOsAreEqual(RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOFirst, RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOSecond)
          Performs the core logic for RemoteGearPhysicalFeaturesFullServiceBase.remoteGearPhysicalFeaturesFullVOsAreEqual(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO)
protected  boolean RemoteGearPhysicalFeaturesFullServiceImpl.handleRemoteGearPhysicalFeaturesFullVOsAreEqualOnIdentifiers(RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOFirst, RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOSecond)
           
protected abstract  boolean RemoteGearPhysicalFeaturesFullServiceBase.handleRemoteGearPhysicalFeaturesFullVOsAreEqualOnIdentifiers(RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOFirst, RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOSecond)
          Performs the core logic for RemoteGearPhysicalFeaturesFullServiceBase.remoteGearPhysicalFeaturesFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO)
protected  void RemoteGearPhysicalFeaturesFullServiceImpl.handleRemoveGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)
           
protected abstract  void RemoteGearPhysicalFeaturesFullServiceBase.handleRemoveGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)
          Performs the core logic for RemoteGearPhysicalFeaturesFullServiceBase.removeGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO)
protected  void RemoteGearPhysicalFeaturesFullServiceImpl.handleUpdateGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)
           
protected abstract  void RemoteGearPhysicalFeaturesFullServiceBase.handleUpdateGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)
          Performs the core logic for RemoteGearPhysicalFeaturesFullServiceBase.updateGearPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesFullVO)
 boolean RemoteGearPhysicalFeaturesFullService.remoteGearPhysicalFeaturesFullVOsAreEqual(RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOFirst, RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOSecond)
           
 boolean RemoteGearPhysicalFeaturesFullServiceWSDelegator.remoteGearPhysicalFeaturesFullVOsAreEqual(RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOFirst, RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOSecond)
           
 boolean RemoteGearPhysicalFeaturesFullServiceBase.remoteGearPhysicalFeaturesFullVOsAreEqual(RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOFirst, RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOSecond)
           
 boolean RemoteGearPhysicalFeaturesFullService.remoteGearPhysicalFeaturesFullVOsAreEqualOnIdentifiers(RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOFirst, RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOSecond)
           
 boolean RemoteGearPhysicalFeaturesFullServiceWSDelegator.remoteGearPhysicalFeaturesFullVOsAreEqualOnIdentifiers(RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOFirst, RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOSecond)
           
 boolean RemoteGearPhysicalFeaturesFullServiceBase.remoteGearPhysicalFeaturesFullVOsAreEqualOnIdentifiers(RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOFirst, RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOSecond)
           
 void RemoteGearPhysicalFeaturesFullService.removeGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)
           
 void RemoteGearPhysicalFeaturesFullServiceWSDelegator.removeGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)
           
 void RemoteGearPhysicalFeaturesFullServiceBase.removeGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)
           
 void RemoteGearPhysicalFeaturesFullService.updateGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)
           
 void RemoteGearPhysicalFeaturesFullServiceWSDelegator.updateGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)
           
 void RemoteGearPhysicalFeaturesFullServiceBase.updateGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)
           
 

Uses of RemoteGearPhysicalFeaturesFullVO 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 RemoteGearPhysicalFeaturesFullVO
 void RemoteGearPhysicalFeaturesFullVO.copy(RemoteGearPhysicalFeaturesFullVO 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 RemoteGearPhysicalFeaturesFullVO
RemoteGearPhysicalFeaturesFullVO(RemoteGearPhysicalFeaturesFullVO otherBean)
          Copies constructor from other RemoteGearPhysicalFeaturesFullVO
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.