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

Packages that use RemoteFractionNaturalId
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 RemoteFractionNaturalId in fr.ifremer.allegro.referential.pmfm
 

Methods in fr.ifremer.allegro.referential.pmfm that return RemoteFractionNaturalId
 RemoteFractionNaturalId FractionDaoImpl.toRemoteFractionNaturalId(Fraction entity)
           
 RemoteFractionNaturalId FractionDao.toRemoteFractionNaturalId(Fraction entity)
          Converts this DAO's entity to an object of type RemoteFractionNaturalId.
 RemoteFractionNaturalId FractionDaoBase.toRemoteFractionNaturalId(Fraction entity)
           
protected  RemoteFractionNaturalId FractionDaoBase.toRemoteFractionNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteFractionNaturalId[] FractionDao.toRemoteFractionNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteFractionNaturalId.
 RemoteFractionNaturalId[] FractionDaoBase.toRemoteFractionNaturalIdArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.pmfm with parameters of type RemoteFractionNaturalId
 Fraction FractionDaoImpl.remoteFractionNaturalIdToEntity(RemoteFractionNaturalId remoteFractionNaturalId)
           
 Fraction FractionDao.remoteFractionNaturalIdToEntity(RemoteFractionNaturalId remoteFractionNaturalId)
          Converts an instance of type RemoteFractionNaturalId to this DAO's entity.
 void FractionDaoImpl.remoteFractionNaturalIdToEntity(RemoteFractionNaturalId source, Fraction target, boolean copyIfNull)
           
 void FractionDao.remoteFractionNaturalIdToEntity(RemoteFractionNaturalId source, Fraction target, boolean copyIfNull)
          Copies the fields of RemoteFractionNaturalId to the specified entity.
 void FractionDaoBase.remoteFractionNaturalIdToEntity(RemoteFractionNaturalId source, Fraction target, boolean copyIfNull)
           
 void FractionDaoImpl.toRemoteFractionNaturalId(Fraction source, RemoteFractionNaturalId target)
           
 void FractionDao.toRemoteFractionNaturalId(Fraction source, RemoteFractionNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void FractionDaoBase.toRemoteFractionNaturalId(Fraction source, RemoteFractionNaturalId target)
           
 

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

Methods in fr.ifremer.allegro.referential.pmfm.generic.cluster that return RemoteFractionNaturalId
 RemoteFractionNaturalId ClusterPmfm.getFractionNaturalId()
           
 RemoteFractionNaturalId[] ClusterMatrix.getFractionNaturalId()
           
 

Methods in fr.ifremer.allegro.referential.pmfm.generic.cluster with parameters of type RemoteFractionNaturalId
 void ClusterPmfm.setFractionNaturalId(RemoteFractionNaturalId fractionNaturalId)
           
 void ClusterMatrix.setFractionNaturalId(RemoteFractionNaturalId[] fractionNaturalId)
           
 

Constructors in fr.ifremer.allegro.referential.pmfm.generic.cluster with parameters of type RemoteFractionNaturalId
ClusterMatrix(java.lang.Integer id, java.lang.Integer idLocal, java.lang.String name, java.lang.String description, java.util.Date creationDate, java.sql.Timestamp updateDate, RemoteStatusNaturalId statusNaturalId, RemoteFractionNaturalId[] fractionNaturalId)
           
ClusterMatrix(java.lang.String name, java.util.Date creationDate, RemoteStatusNaturalId statusNaturalId, RemoteFractionNaturalId[] fractionNaturalId)
           
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 RemoteFractionNaturalId in fr.ifremer.allegro.referential.pmfm.generic.service
 

Methods in fr.ifremer.allegro.referential.pmfm.generic.service that return RemoteFractionNaturalId
 RemoteFractionNaturalId RemoteFractionFullService.getFractionNaturalIdById(java.lang.Integer id)
           
 RemoteFractionNaturalId RemoteFractionFullServiceWSDelegator.getFractionNaturalIdById(java.lang.Integer id)
           
 RemoteFractionNaturalId RemoteFractionFullServiceBase.getFractionNaturalIdById(java.lang.Integer id)
           
 RemoteFractionNaturalId[] RemoteFractionFullService.getFractionNaturalIds()
           
 RemoteFractionNaturalId[] RemoteFractionFullServiceWSDelegator.getFractionNaturalIds()
           
 RemoteFractionNaturalId[] RemoteFractionFullServiceBase.getFractionNaturalIds()
           
protected  RemoteFractionNaturalId RemoteFractionFullServiceImpl.handleGetFractionNaturalIdById(java.lang.Integer id)
           
protected abstract  RemoteFractionNaturalId RemoteFractionFullServiceBase.handleGetFractionNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteFractionFullServiceBase.getFractionNaturalIdById(java.lang.Integer)
protected  RemoteFractionNaturalId[] RemoteFractionFullServiceImpl.handleGetFractionNaturalIds()
           
protected abstract  RemoteFractionNaturalId[] RemoteFractionFullServiceBase.handleGetFractionNaturalIds()
          Performs the core logic for RemoteFractionFullServiceBase.getFractionNaturalIds()
 

Methods in fr.ifremer.allegro.referential.pmfm.generic.service with parameters of type RemoteFractionNaturalId
 RemoteFractionFullVO RemoteFractionFullService.getFractionByNaturalId(RemoteFractionNaturalId fractionNaturalId)
           
 RemoteFractionFullVO RemoteFractionFullServiceWSDelegator.getFractionByNaturalId(RemoteFractionNaturalId fractionNaturalId)
           
 RemoteFractionFullVO RemoteFractionFullServiceBase.getFractionByNaturalId(RemoteFractionNaturalId fractionNaturalId)
           
protected  RemoteFractionFullVO RemoteFractionFullServiceImpl.handleGetFractionByNaturalId(RemoteFractionNaturalId fractionNaturalId)
           
protected abstract  RemoteFractionFullVO RemoteFractionFullServiceBase.handleGetFractionByNaturalId(RemoteFractionNaturalId fractionNaturalId)
          Performs the core logic for RemoteFractionFullServiceBase.getFractionByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionNaturalId)
 

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

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



Copyright © 2008-2010 IFREMER. All Rights Reserved.