Uses of Class
fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodNaturalId

Packages that use RemoteMethodNaturalId
fr.ifremer.allegro.referential.pmfm   
fr.ifremer.allegro.referential.pmfm.generic.cluster   
fr.ifremer.allegro.referential.pmfm.generic.service   
fr.ifremer.allegro.referential.pmfm.generic.vo   
 

Uses of RemoteMethodNaturalId in fr.ifremer.allegro.referential.pmfm
 

Methods in fr.ifremer.allegro.referential.pmfm that return RemoteMethodNaturalId
 RemoteMethodNaturalId MethodDaoImpl.toRemoteMethodNaturalId(Method entity)
           
 RemoteMethodNaturalId MethodDao.toRemoteMethodNaturalId(Method entity)
          Converts this DAO's entity to an object of type RemoteMethodNaturalId.
 RemoteMethodNaturalId MethodDaoBase.toRemoteMethodNaturalId(Method entity)
           
protected  RemoteMethodNaturalId MethodDaoBase.toRemoteMethodNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteMethodNaturalId[] MethodDao.toRemoteMethodNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteMethodNaturalId.
 RemoteMethodNaturalId[] MethodDaoBase.toRemoteMethodNaturalIdArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.pmfm with parameters of type RemoteMethodNaturalId
 Method MethodDaoImpl.remoteMethodNaturalIdToEntity(RemoteMethodNaturalId remoteMethodNaturalId)
           
 Method MethodDao.remoteMethodNaturalIdToEntity(RemoteMethodNaturalId remoteMethodNaturalId)
          Converts an instance of type RemoteMethodNaturalId to this DAO's entity.
 void MethodDaoImpl.remoteMethodNaturalIdToEntity(RemoteMethodNaturalId source, Method target, boolean copyIfNull)
           
 void MethodDao.remoteMethodNaturalIdToEntity(RemoteMethodNaturalId source, Method target, boolean copyIfNull)
          Copies the fields of RemoteMethodNaturalId to the specified entity.
 void MethodDaoBase.remoteMethodNaturalIdToEntity(RemoteMethodNaturalId source, Method target, boolean copyIfNull)
           
 void MethodDaoImpl.toRemoteMethodNaturalId(Method source, RemoteMethodNaturalId target)
           
 void MethodDao.toRemoteMethodNaturalId(Method source, RemoteMethodNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void MethodDaoBase.toRemoteMethodNaturalId(Method source, RemoteMethodNaturalId target)
           
 

Uses of RemoteMethodNaturalId in fr.ifremer.allegro.referential.pmfm.generic.cluster
 

Methods in fr.ifremer.allegro.referential.pmfm.generic.cluster that return RemoteMethodNaturalId
 RemoteMethodNaturalId ClusterPmfm.getMethodNaturalId()
           
 

Methods in fr.ifremer.allegro.referential.pmfm.generic.cluster with parameters of type RemoteMethodNaturalId
 void ClusterPmfm.setMethodNaturalId(RemoteMethodNaturalId methodNaturalId)
           
 

Constructors in fr.ifremer.allegro.referential.pmfm.generic.cluster with parameters of type RemoteMethodNaturalId
ClusterPmfm(java.util.Date creationDate, RemoteParameterNaturalId parameterNaturalId, RemoteMatrixNaturalId matrixNaturalId, RemoteMethodNaturalId methodNaturalId, RemoteUnitNaturalId unitNaturalId, RemoteFractionNaturalId fractionNaturalId, RemoteQualitativeValueNaturalId[] qualitativeValueNaturalId, RemoteStatusNaturalId statusNaturalId, RemoteAggregationLevelNaturalId aggregationLevelNaturalId)
           
ClusterPmfm(java.lang.Integer id, java.lang.Integer idLocal, java.lang.Integer signifFiguresNumber, java.lang.Integer maximumNumberDecimals, java.lang.Float detectionThreshold, java.lang.Float minValue, java.lang.Float maxValue, java.lang.Float precision, java.lang.Float defaultValue, java.util.Date creationDate, java.sql.Timestamp updateDate, RemoteParameterNaturalId parameterNaturalId, RemoteMatrixNaturalId matrixNaturalId, RemoteMethodNaturalId methodNaturalId, RemoteUnitNaturalId unitNaturalId, RemoteFractionNaturalId fractionNaturalId, RemoteQualitativeValueNaturalId[] qualitativeValueNaturalId, RemoteStatusNaturalId statusNaturalId, RemoteAggregationLevelNaturalId aggregationLevelNaturalId)
           
 

Uses of RemoteMethodNaturalId in fr.ifremer.allegro.referential.pmfm.generic.service
 

Methods in fr.ifremer.allegro.referential.pmfm.generic.service that return RemoteMethodNaturalId
 RemoteMethodNaturalId RemoteMethodFullService.getMethodNaturalIdById(java.lang.Integer id)
           
 RemoteMethodNaturalId RemoteMethodFullServiceWSDelegator.getMethodNaturalIdById(java.lang.Integer id)
           
 RemoteMethodNaturalId RemoteMethodFullServiceBase.getMethodNaturalIdById(java.lang.Integer id)
           
 RemoteMethodNaturalId[] RemoteMethodFullService.getMethodNaturalIds()
           
 RemoteMethodNaturalId[] RemoteMethodFullServiceWSDelegator.getMethodNaturalIds()
           
 RemoteMethodNaturalId[] RemoteMethodFullServiceBase.getMethodNaturalIds()
           
protected  RemoteMethodNaturalId RemoteMethodFullServiceImpl.handleGetMethodNaturalIdById(java.lang.Integer id)
           
protected abstract  RemoteMethodNaturalId RemoteMethodFullServiceBase.handleGetMethodNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteMethodFullServiceBase.getMethodNaturalIdById(java.lang.Integer)
protected  RemoteMethodNaturalId[] RemoteMethodFullServiceImpl.handleGetMethodNaturalIds()
           
protected abstract  RemoteMethodNaturalId[] RemoteMethodFullServiceBase.handleGetMethodNaturalIds()
          Performs the core logic for RemoteMethodFullServiceBase.getMethodNaturalIds()
 

Methods in fr.ifremer.allegro.referential.pmfm.generic.service with parameters of type RemoteMethodNaturalId
 RemoteMethodFullVO RemoteMethodFullService.getMethodByNaturalId(RemoteMethodNaturalId methodNaturalId)
           
 RemoteMethodFullVO RemoteMethodFullServiceWSDelegator.getMethodByNaturalId(RemoteMethodNaturalId methodNaturalId)
           
 RemoteMethodFullVO RemoteMethodFullServiceBase.getMethodByNaturalId(RemoteMethodNaturalId methodNaturalId)
           
protected  RemoteMethodFullVO RemoteMethodFullServiceImpl.handleGetMethodByNaturalId(RemoteMethodNaturalId methodNaturalId)
           
protected abstract  RemoteMethodFullVO RemoteMethodFullServiceBase.handleGetMethodByNaturalId(RemoteMethodNaturalId methodNaturalId)
          Performs the core logic for RemoteMethodFullServiceBase.getMethodByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodNaturalId)
 

Uses of RemoteMethodNaturalId in fr.ifremer.allegro.referential.pmfm.generic.vo
 

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

Constructors in fr.ifremer.allegro.referential.pmfm.generic.vo with parameters of type RemoteMethodNaturalId
RemoteMethodNaturalId(RemoteMethodNaturalId otherBean)
          Copies constructor from other RemoteMethodNaturalId
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.