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

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

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

Methods in fr.ifremer.allegro.data.measure that return RemoteQuantificationMeasurementNaturalId
protected  RemoteQuantificationMeasurementNaturalId QuantificationMeasurementDaoBase.toRemoteQuantificationMeasurementNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteQuantificationMeasurementNaturalId QuantificationMeasurementDaoImpl.toRemoteQuantificationMeasurementNaturalId(QuantificationMeasurement entity)
           
 RemoteQuantificationMeasurementNaturalId QuantificationMeasurementDao.toRemoteQuantificationMeasurementNaturalId(QuantificationMeasurement entity)
          Converts this DAO's entity to an object of type RemoteQuantificationMeasurementNaturalId.
 RemoteQuantificationMeasurementNaturalId QuantificationMeasurementDaoBase.toRemoteQuantificationMeasurementNaturalId(QuantificationMeasurement entity)
           
 RemoteQuantificationMeasurementNaturalId[] QuantificationMeasurementDao.toRemoteQuantificationMeasurementNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteQuantificationMeasurementNaturalId.
 RemoteQuantificationMeasurementNaturalId[] QuantificationMeasurementDaoBase.toRemoteQuantificationMeasurementNaturalIdArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.data.measure with parameters of type RemoteQuantificationMeasurementNaturalId
 QuantificationMeasurement QuantificationMeasurementDaoImpl.remoteQuantificationMeasurementNaturalIdToEntity(RemoteQuantificationMeasurementNaturalId remoteQuantificationMeasurementNaturalId)
           
 QuantificationMeasurement QuantificationMeasurementDao.remoteQuantificationMeasurementNaturalIdToEntity(RemoteQuantificationMeasurementNaturalId remoteQuantificationMeasurementNaturalId)
          Converts an instance of type RemoteQuantificationMeasurementNaturalId to this DAO's entity.
 void QuantificationMeasurementDaoImpl.remoteQuantificationMeasurementNaturalIdToEntity(RemoteQuantificationMeasurementNaturalId source, QuantificationMeasurement target, boolean copyIfNull)
           
 void QuantificationMeasurementDao.remoteQuantificationMeasurementNaturalIdToEntity(RemoteQuantificationMeasurementNaturalId source, QuantificationMeasurement target, boolean copyIfNull)
          Copies the fields of RemoteQuantificationMeasurementNaturalId to the specified entity.
 void QuantificationMeasurementDaoBase.remoteQuantificationMeasurementNaturalIdToEntity(RemoteQuantificationMeasurementNaturalId source, QuantificationMeasurement target, boolean copyIfNull)
           
 void QuantificationMeasurementDaoImpl.toRemoteQuantificationMeasurementNaturalId(QuantificationMeasurement source, RemoteQuantificationMeasurementNaturalId target)
           
 void QuantificationMeasurementDao.toRemoteQuantificationMeasurementNaturalId(QuantificationMeasurement source, RemoteQuantificationMeasurementNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void QuantificationMeasurementDaoBase.toRemoteQuantificationMeasurementNaturalId(QuantificationMeasurement source, RemoteQuantificationMeasurementNaturalId target)
           
 

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

Methods in fr.ifremer.allegro.data.measure.generic.service that return RemoteQuantificationMeasurementNaturalId
 RemoteQuantificationMeasurementNaturalId RemoteQuantificationMeasurementFullService.getQuantificationMeasurementNaturalIdById(java.lang.Integer id)
           
 RemoteQuantificationMeasurementNaturalId RemoteQuantificationMeasurementFullServiceWSDelegator.getQuantificationMeasurementNaturalIdById(java.lang.Integer id)
           
 RemoteQuantificationMeasurementNaturalId RemoteQuantificationMeasurementFullServiceBase.getQuantificationMeasurementNaturalIdById(java.lang.Integer id)
           
 RemoteQuantificationMeasurementNaturalId[] RemoteQuantificationMeasurementFullService.getQuantificationMeasurementNaturalIds()
           
 RemoteQuantificationMeasurementNaturalId[] RemoteQuantificationMeasurementFullServiceWSDelegator.getQuantificationMeasurementNaturalIds()
           
 RemoteQuantificationMeasurementNaturalId[] RemoteQuantificationMeasurementFullServiceBase.getQuantificationMeasurementNaturalIds()
           
protected  RemoteQuantificationMeasurementNaturalId RemoteQuantificationMeasurementFullServiceImpl.handleGetQuantificationMeasurementNaturalIdById(java.lang.Integer id)
           
protected abstract  RemoteQuantificationMeasurementNaturalId RemoteQuantificationMeasurementFullServiceBase.handleGetQuantificationMeasurementNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteQuantificationMeasurementFullServiceBase.getQuantificationMeasurementNaturalIdById(java.lang.Integer)
protected  RemoteQuantificationMeasurementNaturalId[] RemoteQuantificationMeasurementFullServiceImpl.handleGetQuantificationMeasurementNaturalIds()
           
protected abstract  RemoteQuantificationMeasurementNaturalId[] RemoteQuantificationMeasurementFullServiceBase.handleGetQuantificationMeasurementNaturalIds()
          Performs the core logic for RemoteQuantificationMeasurementFullServiceBase.getQuantificationMeasurementNaturalIds()
 

Methods in fr.ifremer.allegro.data.measure.generic.service with parameters of type RemoteQuantificationMeasurementNaturalId
 RemoteQuantificationMeasurementFullVO RemoteQuantificationMeasurementFullService.getQuantificationMeasurementByNaturalId(RemoteQuantificationMeasurementNaturalId quantificationMeasurementNaturalId)
           
 RemoteQuantificationMeasurementFullVO RemoteQuantificationMeasurementFullServiceWSDelegator.getQuantificationMeasurementByNaturalId(RemoteQuantificationMeasurementNaturalId quantificationMeasurementNaturalId)
           
 RemoteQuantificationMeasurementFullVO RemoteQuantificationMeasurementFullServiceBase.getQuantificationMeasurementByNaturalId(RemoteQuantificationMeasurementNaturalId quantificationMeasurementNaturalId)
           
protected  RemoteQuantificationMeasurementFullVO RemoteQuantificationMeasurementFullServiceImpl.handleGetQuantificationMeasurementByNaturalId(RemoteQuantificationMeasurementNaturalId quantificationMeasurementNaturalId)
           
protected abstract  RemoteQuantificationMeasurementFullVO RemoteQuantificationMeasurementFullServiceBase.handleGetQuantificationMeasurementByNaturalId(RemoteQuantificationMeasurementNaturalId quantificationMeasurementNaturalId)
          Performs the core logic for RemoteQuantificationMeasurementFullServiceBase.getQuantificationMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteQuantificationMeasurementNaturalId)
 

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.