Uses of Class
fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementNaturalId

Packages that use RemoteVesselPhysicalMeasurementNaturalId
fr.ifremer.allegro.data.measure   
fr.ifremer.allegro.data.measure.generic.service   
fr.ifremer.allegro.data.measure.generic.vo   
 

Uses of RemoteVesselPhysicalMeasurementNaturalId in fr.ifremer.allegro.data.measure
 

Methods in fr.ifremer.allegro.data.measure that return RemoteVesselPhysicalMeasurementNaturalId
protected  RemoteVesselPhysicalMeasurementNaturalId VesselPhysicalMeasurementDaoBase.toRemoteVesselPhysicalMeasurementNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteVesselPhysicalMeasurementNaturalId VesselPhysicalMeasurementDaoImpl.toRemoteVesselPhysicalMeasurementNaturalId(VesselPhysicalMeasurement entity)
           
 RemoteVesselPhysicalMeasurementNaturalId VesselPhysicalMeasurementDao.toRemoteVesselPhysicalMeasurementNaturalId(VesselPhysicalMeasurement entity)
          Converts this DAO's entity to an object of type RemoteVesselPhysicalMeasurementNaturalId.
 RemoteVesselPhysicalMeasurementNaturalId VesselPhysicalMeasurementDaoBase.toRemoteVesselPhysicalMeasurementNaturalId(VesselPhysicalMeasurement entity)
           
 RemoteVesselPhysicalMeasurementNaturalId[] VesselPhysicalMeasurementDao.toRemoteVesselPhysicalMeasurementNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteVesselPhysicalMeasurementNaturalId.
 RemoteVesselPhysicalMeasurementNaturalId[] VesselPhysicalMeasurementDaoBase.toRemoteVesselPhysicalMeasurementNaturalIdArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.data.measure with parameters of type RemoteVesselPhysicalMeasurementNaturalId
 VesselPhysicalMeasurement VesselPhysicalMeasurementDaoImpl.remoteVesselPhysicalMeasurementNaturalIdToEntity(RemoteVesselPhysicalMeasurementNaturalId remoteVesselPhysicalMeasurementNaturalId)
           
 VesselPhysicalMeasurement VesselPhysicalMeasurementDao.remoteVesselPhysicalMeasurementNaturalIdToEntity(RemoteVesselPhysicalMeasurementNaturalId remoteVesselPhysicalMeasurementNaturalId)
          Converts an instance of type RemoteVesselPhysicalMeasurementNaturalId to this DAO's entity.
 void VesselPhysicalMeasurementDaoImpl.remoteVesselPhysicalMeasurementNaturalIdToEntity(RemoteVesselPhysicalMeasurementNaturalId source, VesselPhysicalMeasurement target, boolean copyIfNull)
           
 void VesselPhysicalMeasurementDao.remoteVesselPhysicalMeasurementNaturalIdToEntity(RemoteVesselPhysicalMeasurementNaturalId source, VesselPhysicalMeasurement target, boolean copyIfNull)
          Copies the fields of RemoteVesselPhysicalMeasurementNaturalId to the specified entity.
 void VesselPhysicalMeasurementDaoBase.remoteVesselPhysicalMeasurementNaturalIdToEntity(RemoteVesselPhysicalMeasurementNaturalId source, VesselPhysicalMeasurement target, boolean copyIfNull)
           
 void VesselPhysicalMeasurementDaoImpl.toRemoteVesselPhysicalMeasurementNaturalId(VesselPhysicalMeasurement source, RemoteVesselPhysicalMeasurementNaturalId target)
           
 void VesselPhysicalMeasurementDao.toRemoteVesselPhysicalMeasurementNaturalId(VesselPhysicalMeasurement source, RemoteVesselPhysicalMeasurementNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void VesselPhysicalMeasurementDaoBase.toRemoteVesselPhysicalMeasurementNaturalId(VesselPhysicalMeasurement source, RemoteVesselPhysicalMeasurementNaturalId target)
           
 

Uses of RemoteVesselPhysicalMeasurementNaturalId in fr.ifremer.allegro.data.measure.generic.service
 

Methods in fr.ifremer.allegro.data.measure.generic.service that return RemoteVesselPhysicalMeasurementNaturalId
 RemoteVesselPhysicalMeasurementNaturalId RemoteVesselPhysicalMeasurementFullService.getVesselPhysicalMeasurementNaturalIdById(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementNaturalId RemoteVesselPhysicalMeasurementFullServiceWSDelegator.getVesselPhysicalMeasurementNaturalIdById(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementNaturalId RemoteVesselPhysicalMeasurementFullServiceBase.getVesselPhysicalMeasurementNaturalIdById(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementNaturalId[] RemoteVesselPhysicalMeasurementFullService.getVesselPhysicalMeasurementNaturalIds()
           
 RemoteVesselPhysicalMeasurementNaturalId[] RemoteVesselPhysicalMeasurementFullServiceWSDelegator.getVesselPhysicalMeasurementNaturalIds()
           
 RemoteVesselPhysicalMeasurementNaturalId[] RemoteVesselPhysicalMeasurementFullServiceBase.getVesselPhysicalMeasurementNaturalIds()
           
protected  RemoteVesselPhysicalMeasurementNaturalId RemoteVesselPhysicalMeasurementFullServiceImpl.handleGetVesselPhysicalMeasurementNaturalIdById(java.lang.Integer id)
           
protected abstract  RemoteVesselPhysicalMeasurementNaturalId RemoteVesselPhysicalMeasurementFullServiceBase.handleGetVesselPhysicalMeasurementNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteVesselPhysicalMeasurementFullServiceBase.getVesselPhysicalMeasurementNaturalIdById(java.lang.Integer)
protected  RemoteVesselPhysicalMeasurementNaturalId[] RemoteVesselPhysicalMeasurementFullServiceImpl.handleGetVesselPhysicalMeasurementNaturalIds()
           
protected abstract  RemoteVesselPhysicalMeasurementNaturalId[] RemoteVesselPhysicalMeasurementFullServiceBase.handleGetVesselPhysicalMeasurementNaturalIds()
          Performs the core logic for RemoteVesselPhysicalMeasurementFullServiceBase.getVesselPhysicalMeasurementNaturalIds()
 

Methods in fr.ifremer.allegro.data.measure.generic.service with parameters of type RemoteVesselPhysicalMeasurementNaturalId
 RemoteVesselPhysicalMeasurementFullVO RemoteVesselPhysicalMeasurementFullService.getVesselPhysicalMeasurementByNaturalId(RemoteVesselPhysicalMeasurementNaturalId vesselPhysicalMeasurementNaturalId)
           
 RemoteVesselPhysicalMeasurementFullVO RemoteVesselPhysicalMeasurementFullServiceWSDelegator.getVesselPhysicalMeasurementByNaturalId(RemoteVesselPhysicalMeasurementNaturalId vesselPhysicalMeasurementNaturalId)
           
 RemoteVesselPhysicalMeasurementFullVO RemoteVesselPhysicalMeasurementFullServiceBase.getVesselPhysicalMeasurementByNaturalId(RemoteVesselPhysicalMeasurementNaturalId vesselPhysicalMeasurementNaturalId)
           
protected  RemoteVesselPhysicalMeasurementFullVO RemoteVesselPhysicalMeasurementFullServiceImpl.handleGetVesselPhysicalMeasurementByNaturalId(RemoteVesselPhysicalMeasurementNaturalId vesselPhysicalMeasurementNaturalId)
           
protected abstract  RemoteVesselPhysicalMeasurementFullVO RemoteVesselPhysicalMeasurementFullServiceBase.handleGetVesselPhysicalMeasurementByNaturalId(RemoteVesselPhysicalMeasurementNaturalId vesselPhysicalMeasurementNaturalId)
          Performs the core logic for RemoteVesselPhysicalMeasurementFullServiceBase.getVesselPhysicalMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementNaturalId)
 

Uses of RemoteVesselPhysicalMeasurementNaturalId in fr.ifremer.allegro.data.measure.generic.vo
 

Methods in fr.ifremer.allegro.data.measure.generic.vo with parameters of type RemoteVesselPhysicalMeasurementNaturalId
 void RemoteVesselPhysicalMeasurementNaturalId.copy(RemoteVesselPhysicalMeasurementNaturalId otherBean)
          Copies all properties from the argument value object into this value object.
 

Constructors in fr.ifremer.allegro.data.measure.generic.vo with parameters of type RemoteVesselPhysicalMeasurementNaturalId
RemoteVesselPhysicalMeasurementNaturalId(RemoteVesselPhysicalMeasurementNaturalId otherBean)
          Copies constructor from other RemoteVesselPhysicalMeasurementNaturalId
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.