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

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

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

Methods in fr.ifremer.allegro.data.measure that return RemoteMeasurementNaturalId
 RemoteMeasurementNaturalId MeasurementDaoImpl.toRemoteMeasurementNaturalId(Measurement entity)
           
 RemoteMeasurementNaturalId MeasurementDao.toRemoteMeasurementNaturalId(Measurement entity)
          Converts this DAO's entity to an object of type RemoteMeasurementNaturalId.
 RemoteMeasurementNaturalId MeasurementDaoBase.toRemoteMeasurementNaturalId(Measurement entity)
           
protected  RemoteMeasurementNaturalId MeasurementDaoBase.toRemoteMeasurementNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteMeasurementNaturalId[] MeasurementDao.toRemoteMeasurementNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteMeasurementNaturalId.
 RemoteMeasurementNaturalId[] MeasurementDaoBase.toRemoteMeasurementNaturalIdArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.data.measure with parameters of type RemoteMeasurementNaturalId
 Measurement MeasurementDaoImpl.remoteMeasurementNaturalIdToEntity(RemoteMeasurementNaturalId remoteMeasurementNaturalId)
           
 Measurement MeasurementDao.remoteMeasurementNaturalIdToEntity(RemoteMeasurementNaturalId remoteMeasurementNaturalId)
          Converts an instance of type RemoteMeasurementNaturalId to this DAO's entity.
 void MeasurementDaoImpl.remoteMeasurementNaturalIdToEntity(RemoteMeasurementNaturalId source, Measurement target, boolean copyIfNull)
           
 void MeasurementDao.remoteMeasurementNaturalIdToEntity(RemoteMeasurementNaturalId source, Measurement target, boolean copyIfNull)
          Copies the fields of RemoteMeasurementNaturalId to the specified entity.
 void MeasurementDaoBase.remoteMeasurementNaturalIdToEntity(RemoteMeasurementNaturalId source, Measurement target, boolean copyIfNull)
           
 void MeasurementDaoImpl.toRemoteMeasurementNaturalId(Measurement source, RemoteMeasurementNaturalId target)
           
 void MeasurementDao.toRemoteMeasurementNaturalId(Measurement source, RemoteMeasurementNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void MeasurementDaoBase.toRemoteMeasurementNaturalId(Measurement source, RemoteMeasurementNaturalId target)
           
 

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

Methods in fr.ifremer.allegro.data.measure.generic.service that return RemoteMeasurementNaturalId
 RemoteMeasurementNaturalId RemoteMeasurementFullService.getMeasurementNaturalIdById(java.lang.Integer id)
           
 RemoteMeasurementNaturalId RemoteMeasurementFullServiceWSDelegator.getMeasurementNaturalIdById(java.lang.Integer id)
           
 RemoteMeasurementNaturalId RemoteMeasurementFullServiceBase.getMeasurementNaturalIdById(java.lang.Integer id)
           
 RemoteMeasurementNaturalId[] RemoteMeasurementFullService.getMeasurementNaturalIds()
           
 RemoteMeasurementNaturalId[] RemoteMeasurementFullServiceWSDelegator.getMeasurementNaturalIds()
           
 RemoteMeasurementNaturalId[] RemoteMeasurementFullServiceBase.getMeasurementNaturalIds()
           
protected  RemoteMeasurementNaturalId RemoteMeasurementFullServiceImpl.handleGetMeasurementNaturalIdById(java.lang.Integer id)
           
protected abstract  RemoteMeasurementNaturalId RemoteMeasurementFullServiceBase.handleGetMeasurementNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteMeasurementFullServiceBase.getMeasurementNaturalIdById(java.lang.Integer)
protected  RemoteMeasurementNaturalId[] RemoteMeasurementFullServiceImpl.handleGetMeasurementNaturalIds()
           
protected abstract  RemoteMeasurementNaturalId[] RemoteMeasurementFullServiceBase.handleGetMeasurementNaturalIds()
          Performs the core logic for RemoteMeasurementFullServiceBase.getMeasurementNaturalIds()
 

Methods in fr.ifremer.allegro.data.measure.generic.service with parameters of type RemoteMeasurementNaturalId
 RemoteMeasurementFullVO RemoteMeasurementFullService.getMeasurementByNaturalId(RemoteMeasurementNaturalId measurementNaturalId)
           
 RemoteMeasurementFullVO RemoteMeasurementFullServiceWSDelegator.getMeasurementByNaturalId(RemoteMeasurementNaturalId measurementNaturalId)
           
 RemoteMeasurementFullVO RemoteMeasurementFullServiceBase.getMeasurementByNaturalId(RemoteMeasurementNaturalId measurementNaturalId)
           
protected  RemoteMeasurementFullVO RemoteMeasurementFullServiceImpl.handleGetMeasurementByNaturalId(RemoteMeasurementNaturalId measurementNaturalId)
           
protected abstract  RemoteMeasurementFullVO RemoteMeasurementFullServiceBase.handleGetMeasurementByNaturalId(RemoteMeasurementNaturalId measurementNaturalId)
          Performs the core logic for RemoteMeasurementFullServiceBase.getMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementNaturalId)
 

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.