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

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

Methods in fr.ifremer.allegro.data.vessel.feature.physical that return RemoteGearPhysicalFeaturesOriginNaturalId
 RemoteGearPhysicalFeaturesOriginNaturalId GearPhysicalFeaturesOriginDaoImpl.toRemoteGearPhysicalFeaturesOriginNaturalId(GearPhysicalFeaturesOrigin entity)
           
 RemoteGearPhysicalFeaturesOriginNaturalId GearPhysicalFeaturesOriginDao.toRemoteGearPhysicalFeaturesOriginNaturalId(GearPhysicalFeaturesOrigin entity)
          Converts this DAO's entity to an object of type RemoteGearPhysicalFeaturesOriginNaturalId.
 RemoteGearPhysicalFeaturesOriginNaturalId GearPhysicalFeaturesOriginDaoBase.toRemoteGearPhysicalFeaturesOriginNaturalId(GearPhysicalFeaturesOrigin entity)
           
protected  RemoteGearPhysicalFeaturesOriginNaturalId GearPhysicalFeaturesOriginDaoBase.toRemoteGearPhysicalFeaturesOriginNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteGearPhysicalFeaturesOriginNaturalId[] GearPhysicalFeaturesOriginDao.toRemoteGearPhysicalFeaturesOriginNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteGearPhysicalFeaturesOriginNaturalId.
 RemoteGearPhysicalFeaturesOriginNaturalId[] GearPhysicalFeaturesOriginDaoBase.toRemoteGearPhysicalFeaturesOriginNaturalIdArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.data.vessel.feature.physical with parameters of type RemoteGearPhysicalFeaturesOriginNaturalId
 GearPhysicalFeaturesOrigin GearPhysicalFeaturesOriginDaoImpl.remoteGearPhysicalFeaturesOriginNaturalIdToEntity(RemoteGearPhysicalFeaturesOriginNaturalId remoteGearPhysicalFeaturesOriginNaturalId)
           
 GearPhysicalFeaturesOrigin GearPhysicalFeaturesOriginDao.remoteGearPhysicalFeaturesOriginNaturalIdToEntity(RemoteGearPhysicalFeaturesOriginNaturalId remoteGearPhysicalFeaturesOriginNaturalId)
          Converts an instance of type RemoteGearPhysicalFeaturesOriginNaturalId to this DAO's entity.
 void GearPhysicalFeaturesOriginDaoImpl.remoteGearPhysicalFeaturesOriginNaturalIdToEntity(RemoteGearPhysicalFeaturesOriginNaturalId source, GearPhysicalFeaturesOrigin target, boolean copyIfNull)
           
 void GearPhysicalFeaturesOriginDao.remoteGearPhysicalFeaturesOriginNaturalIdToEntity(RemoteGearPhysicalFeaturesOriginNaturalId source, GearPhysicalFeaturesOrigin target, boolean copyIfNull)
          Copies the fields of RemoteGearPhysicalFeaturesOriginNaturalId to the specified entity.
 void GearPhysicalFeaturesOriginDaoBase.remoteGearPhysicalFeaturesOriginNaturalIdToEntity(RemoteGearPhysicalFeaturesOriginNaturalId source, GearPhysicalFeaturesOrigin target, boolean copyIfNull)
           
 void GearPhysicalFeaturesOriginDaoImpl.toRemoteGearPhysicalFeaturesOriginNaturalId(GearPhysicalFeaturesOrigin source, RemoteGearPhysicalFeaturesOriginNaturalId target)
           
 void GearPhysicalFeaturesOriginDao.toRemoteGearPhysicalFeaturesOriginNaturalId(GearPhysicalFeaturesOrigin source, RemoteGearPhysicalFeaturesOriginNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void GearPhysicalFeaturesOriginDaoBase.toRemoteGearPhysicalFeaturesOriginNaturalId(GearPhysicalFeaturesOrigin source, RemoteGearPhysicalFeaturesOriginNaturalId target)
           
 

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

Methods in fr.ifremer.allegro.data.vessel.feature.physical.generic.service that return RemoteGearPhysicalFeaturesOriginNaturalId
 RemoteGearPhysicalFeaturesOriginNaturalId[] RemoteGearPhysicalFeaturesOriginFullService.getGearPhysicalFeaturesOriginNaturalIds()
           
 RemoteGearPhysicalFeaturesOriginNaturalId[] RemoteGearPhysicalFeaturesOriginFullServiceWSDelegator.getGearPhysicalFeaturesOriginNaturalIds()
           
 RemoteGearPhysicalFeaturesOriginNaturalId[] RemoteGearPhysicalFeaturesOriginFullServiceBase.getGearPhysicalFeaturesOriginNaturalIds()
           
protected  RemoteGearPhysicalFeaturesOriginNaturalId[] RemoteGearPhysicalFeaturesOriginFullServiceImpl.handleGetGearPhysicalFeaturesOriginNaturalIds()
           
protected abstract  RemoteGearPhysicalFeaturesOriginNaturalId[] RemoteGearPhysicalFeaturesOriginFullServiceBase.handleGetGearPhysicalFeaturesOriginNaturalIds()
          Performs the core logic for RemoteGearPhysicalFeaturesOriginFullServiceBase.getGearPhysicalFeaturesOriginNaturalIds()
 

Methods in fr.ifremer.allegro.data.vessel.feature.physical.generic.service with parameters of type RemoteGearPhysicalFeaturesOriginNaturalId
 RemoteGearPhysicalFeaturesOriginFullVO RemoteGearPhysicalFeaturesOriginFullService.getGearPhysicalFeaturesOriginByNaturalId(RemoteGearPhysicalFeaturesOriginNaturalId gearPhysicalFeaturesOriginNaturalId)
           
 RemoteGearPhysicalFeaturesOriginFullVO RemoteGearPhysicalFeaturesOriginFullServiceWSDelegator.getGearPhysicalFeaturesOriginByNaturalId(RemoteGearPhysicalFeaturesOriginNaturalId gearPhysicalFeaturesOriginNaturalId)
           
 RemoteGearPhysicalFeaturesOriginFullVO RemoteGearPhysicalFeaturesOriginFullServiceBase.getGearPhysicalFeaturesOriginByNaturalId(RemoteGearPhysicalFeaturesOriginNaturalId gearPhysicalFeaturesOriginNaturalId)
           
protected  RemoteGearPhysicalFeaturesOriginFullVO RemoteGearPhysicalFeaturesOriginFullServiceImpl.handleGetGearPhysicalFeaturesOriginByNaturalId(RemoteGearPhysicalFeaturesOriginNaturalId gearPhysicalFeaturesOriginNaturalId)
           
protected abstract  RemoteGearPhysicalFeaturesOriginFullVO RemoteGearPhysicalFeaturesOriginFullServiceBase.handleGetGearPhysicalFeaturesOriginByNaturalId(RemoteGearPhysicalFeaturesOriginNaturalId gearPhysicalFeaturesOriginNaturalId)
          Performs the core logic for RemoteGearPhysicalFeaturesOriginFullServiceBase.getGearPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginNaturalId)
 

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.