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

Packages that use RemoteUnitNaturalId
fr.ifremer.allegro.data.sample.generic.cluster   
fr.ifremer.allegro.referential.conversion.generic.cluster   
fr.ifremer.allegro.referential.conversion.generic.vo   
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   
fr.ifremer.allegro.referential.regulation.generic.cluster   
 

Uses of RemoteUnitNaturalId in fr.ifremer.allegro.data.sample.generic.cluster
 

Methods in fr.ifremer.allegro.data.sample.generic.cluster that return RemoteUnitNaturalId
 RemoteUnitNaturalId ClusterSample.getSizeUnitNaturalId()
           
 

Methods in fr.ifremer.allegro.data.sample.generic.cluster with parameters of type RemoteUnitNaturalId
 void ClusterSample.setSizeUnitNaturalId(RemoteUnitNaturalId sizeUnitNaturalId)
           
 

Constructors in fr.ifremer.allegro.data.sample.generic.cluster with parameters of type RemoteUnitNaturalId
ClusterSample(java.lang.Integer id, java.lang.String label, java.util.Date sampleDate, java.lang.Short individualCount, java.lang.Float size, java.lang.String comments, java.util.Date creationDate, java.util.Date controlDate, java.util.Date validationDate, java.util.Date qualificationDate, java.lang.String qualificationComments, java.sql.Timestamp updateDate, RemoteMatrixNaturalId matrixNaturalId, RemoteUnitNaturalId sizeUnitNaturalId, RemoteBatchNaturalId batchNaturalId, RemoteFishingOperationNaturalId fishingOperationNaturalId, RemoteTaxonGroupNaturalId taxonGroupNaturalId, RemoteReferenceTaxonNaturalId referenceTaxonNaturalId, RemoteDepartmentNaturalId recorderDepartmentNaturalId, RemoteUserNaturalId recorderUserNaturalId, RemoteSampleNaturalId parentSampleNaturalId, RemoteProgramNaturalId programNaturalId, RemoteQualityFlagNaturalId qualityFlagNaturalId, java.lang.String synchronizationStatus, ClusterSampleMeasurement[] clusterSampleMeasurements, ClusterSample[] clusterChildSampless, ClusterFishingArea[] clusterFishingAreas)
           
 

Uses of RemoteUnitNaturalId in fr.ifremer.allegro.referential.conversion.generic.cluster
 

Methods in fr.ifremer.allegro.referential.conversion.generic.cluster that return RemoteUnitNaturalId
 RemoteUnitNaturalId ClusterUnitConversion.getFromUnitNaturalId()
           
 RemoteUnitNaturalId ClusterUnitConversion.getToUnitNaturalId()
           
 

Methods in fr.ifremer.allegro.referential.conversion.generic.cluster with parameters of type RemoteUnitNaturalId
 void ClusterUnitConversion.setFromUnitNaturalId(RemoteUnitNaturalId fromUnitNaturalId)
           
 void ClusterUnitConversion.setToUnitNaturalId(RemoteUnitNaturalId toUnitNaturalId)
           
 

Constructors in fr.ifremer.allegro.referential.conversion.generic.cluster with parameters of type RemoteUnitNaturalId
ClusterUnitConversion(java.lang.Float conversionCoefficient, RemoteUnitNaturalId fromUnitNaturalId, RemoteUnitNaturalId toUnitNaturalId)
           
 

Uses of RemoteUnitNaturalId in fr.ifremer.allegro.referential.conversion.generic.vo
 

Methods in fr.ifremer.allegro.referential.conversion.generic.vo that return RemoteUnitNaturalId
 RemoteUnitNaturalId RemoteUnitConversionNaturalId.getFromUnit()
           
 RemoteUnitNaturalId RemoteUnitConversionNaturalId.getToUnit()
           
 

Methods in fr.ifremer.allegro.referential.conversion.generic.vo with parameters of type RemoteUnitNaturalId
 void RemoteUnitConversionNaturalId.setFromUnit(RemoteUnitNaturalId fromUnit)
           
 void RemoteUnitConversionNaturalId.setToUnit(RemoteUnitNaturalId toUnit)
           
 

Constructors in fr.ifremer.allegro.referential.conversion.generic.vo with parameters of type RemoteUnitNaturalId
RemoteUnitConversionNaturalId(RemoteUnitNaturalId fromUnit, RemoteUnitNaturalId toUnit)
           
 

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

Methods in fr.ifremer.allegro.referential.pmfm that return RemoteUnitNaturalId
protected  RemoteUnitNaturalId UnitDaoBase.toRemoteUnitNaturalId(java.lang.Object[] row)
          Default implementation for transforming the results of a report query into a value object.
 RemoteUnitNaturalId UnitDaoImpl.toRemoteUnitNaturalId(Unit entity)
           
 RemoteUnitNaturalId UnitDao.toRemoteUnitNaturalId(Unit entity)
          Converts this DAO's entity to an object of type RemoteUnitNaturalId.
 RemoteUnitNaturalId UnitDaoBase.toRemoteUnitNaturalId(Unit entity)
           
 RemoteUnitNaturalId[] UnitDao.toRemoteUnitNaturalIdArray(java.util.Collection entities)
          Converts this DAO's entity to an array of instances of type RemoteUnitNaturalId.
 RemoteUnitNaturalId[] UnitDaoBase.toRemoteUnitNaturalIdArray(java.util.Collection entities)
           
 

Methods in fr.ifremer.allegro.referential.pmfm with parameters of type RemoteUnitNaturalId
 Unit UnitDaoImpl.remoteUnitNaturalIdToEntity(RemoteUnitNaturalId remoteUnitNaturalId)
           
 Unit UnitDao.remoteUnitNaturalIdToEntity(RemoteUnitNaturalId remoteUnitNaturalId)
          Converts an instance of type RemoteUnitNaturalId to this DAO's entity.
 void UnitDaoImpl.remoteUnitNaturalIdToEntity(RemoteUnitNaturalId source, Unit target, boolean copyIfNull)
           
 void UnitDao.remoteUnitNaturalIdToEntity(RemoteUnitNaturalId source, Unit target, boolean copyIfNull)
          Copies the fields of RemoteUnitNaturalId to the specified entity.
 void UnitDaoBase.remoteUnitNaturalIdToEntity(RemoteUnitNaturalId source, Unit target, boolean copyIfNull)
           
 void UnitDaoImpl.toRemoteUnitNaturalId(Unit source, RemoteUnitNaturalId target)
           
 void UnitDao.toRemoteUnitNaturalId(Unit source, RemoteUnitNaturalId target)
          Copies the fields of the specified entity to the target value object.
 void UnitDaoBase.toRemoteUnitNaturalId(Unit source, RemoteUnitNaturalId target)
           
 

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

Methods in fr.ifremer.allegro.referential.pmfm.generic.cluster that return RemoteUnitNaturalId
 RemoteUnitNaturalId ClusterPmfm.getUnitNaturalId()
           
 

Methods in fr.ifremer.allegro.referential.pmfm.generic.cluster with parameters of type RemoteUnitNaturalId
 void ClusterPmfm.setUnitNaturalId(RemoteUnitNaturalId unitNaturalId)
           
 

Constructors in fr.ifremer.allegro.referential.pmfm.generic.cluster with parameters of type RemoteUnitNaturalId
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 RemoteUnitNaturalId in fr.ifremer.allegro.referential.pmfm.generic.service
 

Methods in fr.ifremer.allegro.referential.pmfm.generic.service that return RemoteUnitNaturalId
 RemoteUnitNaturalId RemoteUnitFullService.getUnitNaturalIdById(java.lang.Integer id)
           
 RemoteUnitNaturalId RemoteUnitFullServiceWSDelegator.getUnitNaturalIdById(java.lang.Integer id)
           
 RemoteUnitNaturalId RemoteUnitFullServiceBase.getUnitNaturalIdById(java.lang.Integer id)
           
 RemoteUnitNaturalId[] RemoteUnitFullService.getUnitNaturalIds()
           
 RemoteUnitNaturalId[] RemoteUnitFullServiceWSDelegator.getUnitNaturalIds()
           
 RemoteUnitNaturalId[] RemoteUnitFullServiceBase.getUnitNaturalIds()
           
protected  RemoteUnitNaturalId RemoteUnitFullServiceImpl.handleGetUnitNaturalIdById(java.lang.Integer id)
           
protected abstract  RemoteUnitNaturalId RemoteUnitFullServiceBase.handleGetUnitNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteUnitFullServiceBase.getUnitNaturalIdById(java.lang.Integer)
protected  RemoteUnitNaturalId[] RemoteUnitFullServiceImpl.handleGetUnitNaturalIds()
           
protected abstract  RemoteUnitNaturalId[] RemoteUnitFullServiceBase.handleGetUnitNaturalIds()
          Performs the core logic for RemoteUnitFullServiceBase.getUnitNaturalIds()
 

Methods in fr.ifremer.allegro.referential.pmfm.generic.service with parameters of type RemoteUnitNaturalId
 RemoteUnitFullVO RemoteUnitFullService.getUnitByNaturalId(RemoteUnitNaturalId unitNaturalId)
           
 RemoteUnitFullVO RemoteUnitFullServiceWSDelegator.getUnitByNaturalId(RemoteUnitNaturalId unitNaturalId)
           
 RemoteUnitFullVO RemoteUnitFullServiceBase.getUnitByNaturalId(RemoteUnitNaturalId unitNaturalId)
           
protected  RemoteUnitFullVO RemoteUnitFullServiceImpl.handleGetUnitByNaturalId(RemoteUnitNaturalId unitNaturalId)
           
protected abstract  RemoteUnitFullVO RemoteUnitFullServiceBase.handleGetUnitByNaturalId(RemoteUnitNaturalId unitNaturalId)
          Performs the core logic for RemoteUnitFullServiceBase.getUnitByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteUnitNaturalId)
 

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

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

Uses of RemoteUnitNaturalId in fr.ifremer.allegro.referential.regulation.generic.cluster
 

Methods in fr.ifremer.allegro.referential.regulation.generic.cluster that return RemoteUnitNaturalId
 RemoteUnitNaturalId ClusterMinimumSizeAllowed.getSizeUnitNaturalId()
           
 

Methods in fr.ifremer.allegro.referential.regulation.generic.cluster with parameters of type RemoteUnitNaturalId
 void ClusterMinimumSizeAllowed.setSizeUnitNaturalId(RemoteUnitNaturalId sizeUnitNaturalId)
           
 

Constructors in fr.ifremer.allegro.referential.regulation.generic.cluster with parameters of type RemoteUnitNaturalId
ClusterMinimumSizeAllowed(java.lang.Float minimumSize, RemoteTaxonGroupNaturalId taxonGroupNaturalId, RemoteLocationNaturalId[] locationNaturalId, RemoteUnitNaturalId sizeUnitNaturalId, RemoteCorpusNaturalId corpusNaturalId)
           
ClusterMinimumSizeAllowed(java.lang.Integer id, java.lang.Integer idLocal, java.lang.Float minimumSize, java.sql.Timestamp updateDate, RemoteTaxonGroupNaturalId taxonGroupNaturalId, RemoteLocationNaturalId[] locationNaturalId, RemoteUnitNaturalId sizeUnitNaturalId, RemoteCorpusNaturalId corpusNaturalId)
           
 



Copyright © 2008-2010 IFREMER. All Rights Reserved.