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

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

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

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

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

Methods in fr.ifremer.allegro.data.vessel.feature.physical.generic.service that return RemotePhysicalFeaturesNaturalId
 RemotePhysicalFeaturesNaturalId RemotePhysicalFeaturesFullService.getPhysicalFeaturesNaturalIdById(java.lang.Integer id)
           
 RemotePhysicalFeaturesNaturalId RemotePhysicalFeaturesFullServiceWSDelegator.getPhysicalFeaturesNaturalIdById(java.lang.Integer id)
           
 RemotePhysicalFeaturesNaturalId RemotePhysicalFeaturesFullServiceBase.getPhysicalFeaturesNaturalIdById(java.lang.Integer id)
           
 RemotePhysicalFeaturesNaturalId[] RemotePhysicalFeaturesFullService.getPhysicalFeaturesNaturalIds()
           
 RemotePhysicalFeaturesNaturalId[] RemotePhysicalFeaturesFullServiceWSDelegator.getPhysicalFeaturesNaturalIds()
           
 RemotePhysicalFeaturesNaturalId[] RemotePhysicalFeaturesFullServiceBase.getPhysicalFeaturesNaturalIds()
           
protected  RemotePhysicalFeaturesNaturalId RemotePhysicalFeaturesFullServiceImpl.handleGetPhysicalFeaturesNaturalIdById(java.lang.Integer id)
           
protected abstract  RemotePhysicalFeaturesNaturalId RemotePhysicalFeaturesFullServiceBase.handleGetPhysicalFeaturesNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemotePhysicalFeaturesFullServiceBase.getPhysicalFeaturesNaturalIdById(java.lang.Integer)
protected  RemotePhysicalFeaturesNaturalId[] RemotePhysicalFeaturesFullServiceImpl.handleGetPhysicalFeaturesNaturalIds()
           
protected abstract  RemotePhysicalFeaturesNaturalId[] RemotePhysicalFeaturesFullServiceBase.handleGetPhysicalFeaturesNaturalIds()
          Performs the core logic for RemotePhysicalFeaturesFullServiceBase.getPhysicalFeaturesNaturalIds()
 

Methods in fr.ifremer.allegro.data.vessel.feature.physical.generic.service with parameters of type RemotePhysicalFeaturesNaturalId
 RemotePhysicalFeaturesFullVO RemotePhysicalFeaturesFullService.getPhysicalFeaturesByNaturalId(RemotePhysicalFeaturesNaturalId physicalFeaturesNaturalId)
           
 RemotePhysicalFeaturesFullVO RemotePhysicalFeaturesFullServiceWSDelegator.getPhysicalFeaturesByNaturalId(RemotePhysicalFeaturesNaturalId physicalFeaturesNaturalId)
           
 RemotePhysicalFeaturesFullVO RemotePhysicalFeaturesFullServiceBase.getPhysicalFeaturesByNaturalId(RemotePhysicalFeaturesNaturalId physicalFeaturesNaturalId)
           
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)
 

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.