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

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

Methods in fr.ifremer.allegro.data.vessel.feature.physical that return RemotePhysicalFeaturesFullVO
protected  RemotePhysicalFeaturesFullVO PhysicalFeaturesDaoBase.toRemotePhysicalFeaturesFullVO(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemotePhysicalFeaturesFullVO PhysicalFeaturesDaoImpl.toRemotePhysicalFeaturesFullVO(PhysicalFeatures entity)
           
 RemotePhysicalFeaturesFullVO PhysicalFeaturesDao.toRemotePhysicalFeaturesFullVO(PhysicalFeatures entity)
          Converts this DAO's entity to an object of type RemotePhysicalFeaturesFullVO.
 RemotePhysicalFeaturesFullVO PhysicalFeaturesDaoBase.toRemotePhysicalFeaturesFullVO(PhysicalFeatures entity)
           
 RemotePhysicalFeaturesFullVO[] PhysicalFeaturesDao.toRemotePhysicalFeaturesFullVOArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemotePhysicalFeaturesFullVO.
 RemotePhysicalFeaturesFullVO[] PhysicalFeaturesDaoBase.toRemotePhysicalFeaturesFullVOArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.data.vessel.feature.physical with parameters of type RemotePhysicalFeaturesFullVO
 PhysicalFeatures PhysicalFeaturesDaoImpl.remotePhysicalFeaturesFullVOToEntity(RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVO)
           
 PhysicalFeatures PhysicalFeaturesDao.remotePhysicalFeaturesFullVOToEntity(RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVO)
          Converts an instance of type RemotePhysicalFeaturesFullVO to this DAO's entity.
 void PhysicalFeaturesDaoImpl.remotePhysicalFeaturesFullVOToEntity(RemotePhysicalFeaturesFullVO source, PhysicalFeatures target, boolean copyIfNull)
           
 void PhysicalFeaturesDao.remotePhysicalFeaturesFullVOToEntity(RemotePhysicalFeaturesFullVO source, PhysicalFeatures target, boolean copyIfNull)
          Copies the fields of RemotePhysicalFeaturesFullVO to the specified entity.
 void PhysicalFeaturesDaoBase.remotePhysicalFeaturesFullVOToEntity(RemotePhysicalFeaturesFullVO source, PhysicalFeatures target, boolean copyIfNull)
           
 void PhysicalFeaturesDaoImpl.toRemotePhysicalFeaturesFullVO(PhysicalFeatures source, RemotePhysicalFeaturesFullVO target)
           
 void PhysicalFeaturesDao.toRemotePhysicalFeaturesFullVO(PhysicalFeatures source, RemotePhysicalFeaturesFullVO target)
          Copies the fields of the specified entity to the target value object.
 void PhysicalFeaturesDaoBase.toRemotePhysicalFeaturesFullVO(PhysicalFeatures source, RemotePhysicalFeaturesFullVO target)
           
 

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

Methods in fr.ifremer.allegro.data.vessel.feature.physical.generic.service that return RemotePhysicalFeaturesFullVO
 RemotePhysicalFeaturesFullVO[] RemotePhysicalFeaturesFullService.getAllPhysicalFeatures()
           
 RemotePhysicalFeaturesFullVO[] RemotePhysicalFeaturesFullServiceWSDelegator.getAllPhysicalFeatures()
           
 RemotePhysicalFeaturesFullVO[] RemotePhysicalFeaturesFullServiceBase.getAllPhysicalFeatures()
           
 RemotePhysicalFeaturesFullVO RemotePhysicalFeaturesFullService.getPhysicalFeaturesById(java.lang.Integer id)
           
 RemotePhysicalFeaturesFullVO RemotePhysicalFeaturesFullServiceWSDelegator.getPhysicalFeaturesById(java.lang.Integer id)
           
 RemotePhysicalFeaturesFullVO RemotePhysicalFeaturesFullServiceBase.getPhysicalFeaturesById(java.lang.Integer id)
           
 RemotePhysicalFeaturesFullVO[] RemotePhysicalFeaturesFullService.getPhysicalFeaturesByIds(java.lang.Integer[] id)
           
 RemotePhysicalFeaturesFullVO[] RemotePhysicalFeaturesFullServiceWSDelegator.getPhysicalFeaturesByIds(java.lang.Integer[] id)
           
 RemotePhysicalFeaturesFullVO[] RemotePhysicalFeaturesFullServiceBase.getPhysicalFeaturesByIds(java.lang.Integer[] id)
           
 RemotePhysicalFeaturesFullVO RemotePhysicalFeaturesFullService.getPhysicalFeaturesByNaturalId(RemotePhysicalFeaturesNaturalId physicalFeaturesNaturalId)
           
 RemotePhysicalFeaturesFullVO RemotePhysicalFeaturesFullServiceWSDelegator.getPhysicalFeaturesByNaturalId(RemotePhysicalFeaturesNaturalId physicalFeaturesNaturalId)
           
 RemotePhysicalFeaturesFullVO RemotePhysicalFeaturesFullServiceBase.getPhysicalFeaturesByNaturalId(RemotePhysicalFeaturesNaturalId physicalFeaturesNaturalId)
           
 RemotePhysicalFeaturesFullVO[] RemotePhysicalFeaturesFullService.getPhysicalFeaturesByProgramCode(java.lang.String code)
           
 RemotePhysicalFeaturesFullVO[] RemotePhysicalFeaturesFullServiceWSDelegator.getPhysicalFeaturesByProgramCode(java.lang.String code)
           
 RemotePhysicalFeaturesFullVO[] RemotePhysicalFeaturesFullServiceBase.getPhysicalFeaturesByProgramCode(java.lang.String code)
           
 RemotePhysicalFeaturesFullVO[] RemotePhysicalFeaturesFullService.getPhysicalFeaturesByQualityFlagCode(java.lang.String code)
           
 RemotePhysicalFeaturesFullVO[] RemotePhysicalFeaturesFullServiceWSDelegator.getPhysicalFeaturesByQualityFlagCode(java.lang.String code)
           
 RemotePhysicalFeaturesFullVO[] RemotePhysicalFeaturesFullServiceBase.getPhysicalFeaturesByQualityFlagCode(java.lang.String code)
           
 RemotePhysicalFeaturesFullVO[] RemotePhysicalFeaturesFullService.getPhysicalFeaturesByVesselCode(java.lang.String code)
           
 RemotePhysicalFeaturesFullVO[] RemotePhysicalFeaturesFullServiceWSDelegator.getPhysicalFeaturesByVesselCode(java.lang.String code)
           
 RemotePhysicalFeaturesFullVO[] RemotePhysicalFeaturesFullServiceBase.getPhysicalFeaturesByVesselCode(java.lang.String code)
           
protected  RemotePhysicalFeaturesFullVO[] RemotePhysicalFeaturesFullServiceImpl.handleGetAllPhysicalFeatures()
           
protected abstract  RemotePhysicalFeaturesFullVO[] RemotePhysicalFeaturesFullServiceBase.handleGetAllPhysicalFeatures()
          Performs the core logic for RemotePhysicalFeaturesFullServiceBase.getAllPhysicalFeatures()
protected  RemotePhysicalFeaturesFullVO RemotePhysicalFeaturesFullServiceImpl.handleGetPhysicalFeaturesById(java.lang.Integer id)
           
protected abstract  RemotePhysicalFeaturesFullVO RemotePhysicalFeaturesFullServiceBase.handleGetPhysicalFeaturesById(java.lang.Integer id)
          Performs the core logic for RemotePhysicalFeaturesFullServiceBase.getPhysicalFeaturesById(java.lang.Integer)
protected  RemotePhysicalFeaturesFullVO[] RemotePhysicalFeaturesFullServiceImpl.handleGetPhysicalFeaturesByIds(java.lang.Integer[] id)
           
protected abstract  RemotePhysicalFeaturesFullVO[] RemotePhysicalFeaturesFullServiceBase.handleGetPhysicalFeaturesByIds(java.lang.Integer[] id)
          Performs the core logic for RemotePhysicalFeaturesFullServiceBase.getPhysicalFeaturesByIds(java.lang.Integer[])
protected  RemotePhysicalFeaturesFullVO RemotePhysicalFeaturesFullServiceImpl.handleGetPhysicalFeaturesByNaturalId(RemotePhysicalFeaturesNaturalId physicalFeaturesNaturalId)
           
protected abstract  RemotePhysicalFeaturesFullVO RemotePhysicalFeaturesFullServiceBase.handleGetPhysicalFeaturesByNaturalId(RemotePhysicalFeaturesNaturalId physicalFeaturesNaturalId)
          Performs the core logic for RemotePhysicalFeaturesFullServiceBase.getPhysicalFeaturesByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemotePhysicalFeaturesNaturalId)
protected  RemotePhysicalFeaturesFullVO[] RemotePhysicalFeaturesFullServiceImpl.handleGetPhysicalFeaturesByProgramCode(java.lang.String code)
           
protected abstract  RemotePhysicalFeaturesFullVO[] RemotePhysicalFeaturesFullServiceBase.handleGetPhysicalFeaturesByProgramCode(java.lang.String code)
          Performs the core logic for RemotePhysicalFeaturesFullServiceBase.getPhysicalFeaturesByProgramCode(java.lang.String)
protected  RemotePhysicalFeaturesFullVO[] RemotePhysicalFeaturesFullServiceImpl.handleGetPhysicalFeaturesByQualityFlagCode(java.lang.String code)
           
protected abstract  RemotePhysicalFeaturesFullVO[] RemotePhysicalFeaturesFullServiceBase.handleGetPhysicalFeaturesByQualityFlagCode(java.lang.String code)
          Performs the core logic for RemotePhysicalFeaturesFullServiceBase.getPhysicalFeaturesByQualityFlagCode(java.lang.String)
protected  RemotePhysicalFeaturesFullVO[] RemotePhysicalFeaturesFullServiceImpl.handleGetPhysicalFeaturesByVesselCode(java.lang.String code)
           
protected abstract  RemotePhysicalFeaturesFullVO[] RemotePhysicalFeaturesFullServiceBase.handleGetPhysicalFeaturesByVesselCode(java.lang.String code)
          Performs the core logic for RemotePhysicalFeaturesFullServiceBase.getPhysicalFeaturesByVesselCode(java.lang.String)
 

Methods in fr.ifremer.allegro.data.vessel.feature.physical.generic.service with parameters of type RemotePhysicalFeaturesFullVO
protected  boolean RemotePhysicalFeaturesFullServiceImpl.handleRemotePhysicalFeaturesFullVOsAreEqual(RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVOFirst, RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVOSecond)
           
protected abstract  boolean RemotePhysicalFeaturesFullServiceBase.handleRemotePhysicalFeaturesFullVOsAreEqual(RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVOFirst, RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVOSecond)
          Performs the core logic for RemotePhysicalFeaturesFullServiceBase.remotePhysicalFeaturesFullVOsAreEqual(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemotePhysicalFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemotePhysicalFeaturesFullVO)
protected  boolean RemotePhysicalFeaturesFullServiceImpl.handleRemotePhysicalFeaturesFullVOsAreEqualOnIdentifiers(RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVOFirst, RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVOSecond)
           
protected abstract  boolean RemotePhysicalFeaturesFullServiceBase.handleRemotePhysicalFeaturesFullVOsAreEqualOnIdentifiers(RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVOFirst, RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVOSecond)
          Performs the core logic for RemotePhysicalFeaturesFullServiceBase.remotePhysicalFeaturesFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemotePhysicalFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemotePhysicalFeaturesFullVO)
protected  void RemotePhysicalFeaturesFullServiceImpl.handleRemovePhysicalFeatures(RemotePhysicalFeaturesFullVO physicalFeatures)
           
protected abstract  void RemotePhysicalFeaturesFullServiceBase.handleRemovePhysicalFeatures(RemotePhysicalFeaturesFullVO physicalFeatures)
          Performs the core logic for RemotePhysicalFeaturesFullServiceBase.removePhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemotePhysicalFeaturesFullVO)
 boolean RemotePhysicalFeaturesFullService.remotePhysicalFeaturesFullVOsAreEqual(RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVOFirst, RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVOSecond)
           
 boolean RemotePhysicalFeaturesFullServiceWSDelegator.remotePhysicalFeaturesFullVOsAreEqual(RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVOFirst, RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVOSecond)
           
 boolean RemotePhysicalFeaturesFullServiceBase.remotePhysicalFeaturesFullVOsAreEqual(RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVOFirst, RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVOSecond)
           
 boolean RemotePhysicalFeaturesFullService.remotePhysicalFeaturesFullVOsAreEqualOnIdentifiers(RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVOFirst, RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVOSecond)
           
 boolean RemotePhysicalFeaturesFullServiceWSDelegator.remotePhysicalFeaturesFullVOsAreEqualOnIdentifiers(RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVOFirst, RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVOSecond)
           
 boolean RemotePhysicalFeaturesFullServiceBase.remotePhysicalFeaturesFullVOsAreEqualOnIdentifiers(RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVOFirst, RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVOSecond)
           
 void RemotePhysicalFeaturesFullService.removePhysicalFeatures(RemotePhysicalFeaturesFullVO physicalFeatures)
           
 void RemotePhysicalFeaturesFullServiceWSDelegator.removePhysicalFeatures(RemotePhysicalFeaturesFullVO physicalFeatures)
           
 void RemotePhysicalFeaturesFullServiceBase.removePhysicalFeatures(RemotePhysicalFeaturesFullVO physicalFeatures)
           
 

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

Subclasses of RemotePhysicalFeaturesFullVO in fr.ifremer.allegro.data.vessel.feature.physical.generic.vo
 class RemoteGearPhysicalFeaturesFullVO
           
 class RemoteVesselPhysicalFeaturesFullVO
           
 

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.