fr.ifremer.allegro.data.measure.generic.service
Interface RemoteSampleMeasurementFullService

All Known Implementing Classes:
RemoteSampleMeasurementFullServiceBase, RemoteSampleMeasurementFullServiceImpl

public interface RemoteSampleMeasurementFullService


Method Summary
 RemoteSampleMeasurementFullVO addSampleMeasurement(RemoteSampleMeasurementFullVO sampleMeasurement)
           
 RemoteSampleMeasurementFullVO[] getAllSampleMeasurement()
           
 ClusterSampleMeasurement getClusterSampleMeasurementByIdentifiers(java.lang.Integer id)
           
 RemoteSampleMeasurementFullVO[] getSampleMeasurementByAggregationLevelId(java.lang.Integer id)
           
 RemoteSampleMeasurementFullVO[] getSampleMeasurementByAnalysisInstrumentId(java.lang.Integer id)
           
 RemoteSampleMeasurementFullVO[] getSampleMeasurementByDepartmentId(java.lang.Integer id)
           
 RemoteSampleMeasurementFullVO getSampleMeasurementById(java.lang.Integer id)
           
 RemoteSampleMeasurementFullVO[] getSampleMeasurementByIds(java.lang.Integer[] id)
           
 RemoteSampleMeasurementFullVO getSampleMeasurementByNaturalId(RemoteSampleMeasurementNaturalId sampleMeasurementNaturalId)
           
 RemoteSampleMeasurementFullVO[] getSampleMeasurementByNumericalPrecisionId(java.lang.Integer id)
           
 RemoteSampleMeasurementFullVO[] getSampleMeasurementByPmfmId(java.lang.Integer id)
           
 RemoteSampleMeasurementFullVO[] getSampleMeasurementByPrecisionTypeId(java.lang.Integer id)
           
 RemoteSampleMeasurementFullVO[] getSampleMeasurementByQualitativeValueId(java.lang.Integer id)
           
 RemoteSampleMeasurementFullVO[] getSampleMeasurementByQualityFlagCode(java.lang.String code)
           
 RemoteSampleMeasurementFullVO[] getSampleMeasurementBySampleId(java.lang.Integer id)
           
 RemoteSampleMeasurementNaturalId getSampleMeasurementNaturalIdById(java.lang.Integer id)
           
 RemoteSampleMeasurementNaturalId[] getSampleMeasurementNaturalIds()
           
 boolean remoteSampleMeasurementFullVOsAreEqual(RemoteSampleMeasurementFullVO remoteSampleMeasurementFullVOFirst, RemoteSampleMeasurementFullVO remoteSampleMeasurementFullVOSecond)
           
 boolean remoteSampleMeasurementFullVOsAreEqualOnIdentifiers(RemoteSampleMeasurementFullVO remoteSampleMeasurementFullVOFirst, RemoteSampleMeasurementFullVO remoteSampleMeasurementFullVOSecond)
           
 void removeSampleMeasurement(RemoteSampleMeasurementFullVO sampleMeasurement)
           
 void updateSampleMeasurement(RemoteSampleMeasurementFullVO sampleMeasurement)
           
 

Method Detail

addSampleMeasurement

RemoteSampleMeasurementFullVO addSampleMeasurement(RemoteSampleMeasurementFullVO sampleMeasurement)

updateSampleMeasurement

void updateSampleMeasurement(RemoteSampleMeasurementFullVO sampleMeasurement)

removeSampleMeasurement

void removeSampleMeasurement(RemoteSampleMeasurementFullVO sampleMeasurement)

getAllSampleMeasurement

RemoteSampleMeasurementFullVO[] getAllSampleMeasurement()

getSampleMeasurementById

RemoteSampleMeasurementFullVO getSampleMeasurementById(java.lang.Integer id)

getSampleMeasurementByIds

RemoteSampleMeasurementFullVO[] getSampleMeasurementByIds(java.lang.Integer[] id)

getSampleMeasurementBySampleId

RemoteSampleMeasurementFullVO[] getSampleMeasurementBySampleId(java.lang.Integer id)

getSampleMeasurementByDepartmentId

RemoteSampleMeasurementFullVO[] getSampleMeasurementByDepartmentId(java.lang.Integer id)

getSampleMeasurementByPrecisionTypeId

RemoteSampleMeasurementFullVO[] getSampleMeasurementByPrecisionTypeId(java.lang.Integer id)

getSampleMeasurementByQualityFlagCode

RemoteSampleMeasurementFullVO[] getSampleMeasurementByQualityFlagCode(java.lang.String code)

getSampleMeasurementByAnalysisInstrumentId

RemoteSampleMeasurementFullVO[] getSampleMeasurementByAnalysisInstrumentId(java.lang.Integer id)

getSampleMeasurementByNumericalPrecisionId

RemoteSampleMeasurementFullVO[] getSampleMeasurementByNumericalPrecisionId(java.lang.Integer id)

getSampleMeasurementByPmfmId

RemoteSampleMeasurementFullVO[] getSampleMeasurementByPmfmId(java.lang.Integer id)

getSampleMeasurementByQualitativeValueId

RemoteSampleMeasurementFullVO[] getSampleMeasurementByQualitativeValueId(java.lang.Integer id)

getSampleMeasurementByAggregationLevelId

RemoteSampleMeasurementFullVO[] getSampleMeasurementByAggregationLevelId(java.lang.Integer id)

remoteSampleMeasurementFullVOsAreEqualOnIdentifiers

boolean remoteSampleMeasurementFullVOsAreEqualOnIdentifiers(RemoteSampleMeasurementFullVO remoteSampleMeasurementFullVOFirst,
                                                            RemoteSampleMeasurementFullVO remoteSampleMeasurementFullVOSecond)

remoteSampleMeasurementFullVOsAreEqual

boolean remoteSampleMeasurementFullVOsAreEqual(RemoteSampleMeasurementFullVO remoteSampleMeasurementFullVOFirst,
                                               RemoteSampleMeasurementFullVO remoteSampleMeasurementFullVOSecond)

getSampleMeasurementNaturalIds

RemoteSampleMeasurementNaturalId[] getSampleMeasurementNaturalIds()

getSampleMeasurementByNaturalId

RemoteSampleMeasurementFullVO getSampleMeasurementByNaturalId(RemoteSampleMeasurementNaturalId sampleMeasurementNaturalId)

getSampleMeasurementNaturalIdById

RemoteSampleMeasurementNaturalId getSampleMeasurementNaturalIdById(java.lang.Integer id)

getClusterSampleMeasurementByIdentifiers

ClusterSampleMeasurement getClusterSampleMeasurementByIdentifiers(java.lang.Integer id)


Copyright © 2008-2010 IFREMER. All Rights Reserved.