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

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

Methods in fr.ifremer.allegro.data.vessel.feature.physical that return RemoteVesselPhysicalFeaturesOriginNaturalId
protected  RemoteVesselPhysicalFeaturesOriginNaturalId VesselPhysicalFeaturesOriginDaoBase.toRemoteVesselPhysicalFeaturesOriginNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteVesselPhysicalFeaturesOriginNaturalId VesselPhysicalFeaturesOriginDaoImpl.toRemoteVesselPhysicalFeaturesOriginNaturalId(VesselPhysicalFeaturesOrigin entity)
           
 RemoteVesselPhysicalFeaturesOriginNaturalId VesselPhysicalFeaturesOriginDao.toRemoteVesselPhysicalFeaturesOriginNaturalId(VesselPhysicalFeaturesOrigin entity)
          Converts this DAO's entity to an object of type RemoteVesselPhysicalFeaturesOriginNaturalId.
 RemoteVesselPhysicalFeaturesOriginNaturalId VesselPhysicalFeaturesOriginDaoBase.toRemoteVesselPhysicalFeaturesOriginNaturalId(VesselPhysicalFeaturesOrigin entity)
           
 RemoteVesselPhysicalFeaturesOriginNaturalId[] VesselPhysicalFeaturesOriginDao.toRemoteVesselPhysicalFeaturesOriginNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteVesselPhysicalFeaturesOriginNaturalId.
 RemoteVesselPhysicalFeaturesOriginNaturalId[] VesselPhysicalFeaturesOriginDaoBase.toRemoteVesselPhysicalFeaturesOriginNaturalIdArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.data.vessel.feature.physical with parameters of type RemoteVesselPhysicalFeaturesOriginNaturalId
 VesselPhysicalFeaturesOrigin VesselPhysicalFeaturesOriginDaoImpl.remoteVesselPhysicalFeaturesOriginNaturalIdToEntity(RemoteVesselPhysicalFeaturesOriginNaturalId remoteVesselPhysicalFeaturesOriginNaturalId)
           
 VesselPhysicalFeaturesOrigin VesselPhysicalFeaturesOriginDao.remoteVesselPhysicalFeaturesOriginNaturalIdToEntity(RemoteVesselPhysicalFeaturesOriginNaturalId remoteVesselPhysicalFeaturesOriginNaturalId)
          Converts an instance of type RemoteVesselPhysicalFeaturesOriginNaturalId to this DAO's entity.
 void VesselPhysicalFeaturesOriginDaoImpl.remoteVesselPhysicalFeaturesOriginNaturalIdToEntity(RemoteVesselPhysicalFeaturesOriginNaturalId source, VesselPhysicalFeaturesOrigin target, boolean copyIfNull)
           
 void VesselPhysicalFeaturesOriginDao.remoteVesselPhysicalFeaturesOriginNaturalIdToEntity(RemoteVesselPhysicalFeaturesOriginNaturalId source, VesselPhysicalFeaturesOrigin target, boolean copyIfNull)
          Copies the fields of RemoteVesselPhysicalFeaturesOriginNaturalId to the specified entity.
 void VesselPhysicalFeaturesOriginDaoBase.remoteVesselPhysicalFeaturesOriginNaturalIdToEntity(RemoteVesselPhysicalFeaturesOriginNaturalId source, VesselPhysicalFeaturesOrigin target, boolean copyIfNull)
           
 void VesselPhysicalFeaturesOriginDaoImpl.toRemoteVesselPhysicalFeaturesOriginNaturalId(VesselPhysicalFeaturesOrigin source, RemoteVesselPhysicalFeaturesOriginNaturalId target)
           
 void VesselPhysicalFeaturesOriginDao.toRemoteVesselPhysicalFeaturesOriginNaturalId(VesselPhysicalFeaturesOrigin source, RemoteVesselPhysicalFeaturesOriginNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void VesselPhysicalFeaturesOriginDaoBase.toRemoteVesselPhysicalFeaturesOriginNaturalId(VesselPhysicalFeaturesOrigin source, RemoteVesselPhysicalFeaturesOriginNaturalId target)
           
 

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

Methods in fr.ifremer.allegro.data.vessel.feature.physical.generic.service that return RemoteVesselPhysicalFeaturesOriginNaturalId
 RemoteVesselPhysicalFeaturesOriginNaturalId[] RemoteVesselPhysicalFeaturesOriginFullService.getVesselPhysicalFeaturesOriginNaturalIds()
           
 RemoteVesselPhysicalFeaturesOriginNaturalId[] RemoteVesselPhysicalFeaturesOriginFullServiceWSDelegator.getVesselPhysicalFeaturesOriginNaturalIds()
           
 RemoteVesselPhysicalFeaturesOriginNaturalId[] RemoteVesselPhysicalFeaturesOriginFullServiceBase.getVesselPhysicalFeaturesOriginNaturalIds()
           
protected  RemoteVesselPhysicalFeaturesOriginNaturalId[] RemoteVesselPhysicalFeaturesOriginFullServiceImpl.handleGetVesselPhysicalFeaturesOriginNaturalIds()
           
protected abstract  RemoteVesselPhysicalFeaturesOriginNaturalId[] RemoteVesselPhysicalFeaturesOriginFullServiceBase.handleGetVesselPhysicalFeaturesOriginNaturalIds()
          Performs the core logic for RemoteVesselPhysicalFeaturesOriginFullServiceBase.getVesselPhysicalFeaturesOriginNaturalIds()
 

Methods in fr.ifremer.allegro.data.vessel.feature.physical.generic.service with parameters of type RemoteVesselPhysicalFeaturesOriginNaturalId
 RemoteVesselPhysicalFeaturesOriginFullVO RemoteVesselPhysicalFeaturesOriginFullService.getVesselPhysicalFeaturesOriginByNaturalId(RemoteVesselPhysicalFeaturesOriginNaturalId vesselPhysicalFeaturesOriginNaturalId)
           
 RemoteVesselPhysicalFeaturesOriginFullVO RemoteVesselPhysicalFeaturesOriginFullServiceWSDelegator.getVesselPhysicalFeaturesOriginByNaturalId(RemoteVesselPhysicalFeaturesOriginNaturalId vesselPhysicalFeaturesOriginNaturalId)
           
 RemoteVesselPhysicalFeaturesOriginFullVO RemoteVesselPhysicalFeaturesOriginFullServiceBase.getVesselPhysicalFeaturesOriginByNaturalId(RemoteVesselPhysicalFeaturesOriginNaturalId vesselPhysicalFeaturesOriginNaturalId)
           
protected  RemoteVesselPhysicalFeaturesOriginFullVO RemoteVesselPhysicalFeaturesOriginFullServiceImpl.handleGetVesselPhysicalFeaturesOriginByNaturalId(RemoteVesselPhysicalFeaturesOriginNaturalId vesselPhysicalFeaturesOriginNaturalId)
           
protected abstract  RemoteVesselPhysicalFeaturesOriginFullVO RemoteVesselPhysicalFeaturesOriginFullServiceBase.handleGetVesselPhysicalFeaturesOriginByNaturalId(RemoteVesselPhysicalFeaturesOriginNaturalId vesselPhysicalFeaturesOriginNaturalId)
          Performs the core logic for RemoteVesselPhysicalFeaturesOriginFullServiceBase.getVesselPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginNaturalId)
 

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.