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

All Known Implementing Classes:
RemoteGearPhysicalMeasurementFullServiceBase, RemoteGearPhysicalMeasurementFullServiceImpl

public interface RemoteGearPhysicalMeasurementFullService


Method Summary
 RemoteGearPhysicalMeasurementFullVO addGearPhysicalMeasurement(RemoteGearPhysicalMeasurementFullVO gearPhysicalMeasurement)
           
 RemoteGearPhysicalMeasurementFullVO[] getAllGearPhysicalMeasurement()
           
 ClusterGearPhysicalMeasurement getClusterGearPhysicalMeasurementByIdentifiers(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO[] getGearPhysicalMeasurementByAggregationLevelId(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO[] getGearPhysicalMeasurementByAnalysisInstrumentId(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO[] getGearPhysicalMeasurementByDepartmentId(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO[] getGearPhysicalMeasurementByGearPhysicalFeaturesId(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO getGearPhysicalMeasurementById(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO[] getGearPhysicalMeasurementByIds(java.lang.Integer[] id)
           
 RemoteGearPhysicalMeasurementFullVO getGearPhysicalMeasurementByNaturalId(RemoteGearPhysicalMeasurementNaturalId gearPhysicalMeasurementNaturalId)
           
 RemoteGearPhysicalMeasurementFullVO[] getGearPhysicalMeasurementByNumericalPrecisionId(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO[] getGearPhysicalMeasurementByPmfmId(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO[] getGearPhysicalMeasurementByPrecisionTypeId(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO[] getGearPhysicalMeasurementByQualitativeValueId(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO[] getGearPhysicalMeasurementByQualityFlagCode(java.lang.String code)
           
 RemoteGearPhysicalMeasurementNaturalId getGearPhysicalMeasurementNaturalIdById(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementNaturalId[] getGearPhysicalMeasurementNaturalIds()
           
 boolean remoteGearPhysicalMeasurementFullVOsAreEqual(RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVOFirst, RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVOSecond)
           
 boolean remoteGearPhysicalMeasurementFullVOsAreEqualOnIdentifiers(RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVOFirst, RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVOSecond)
           
 void removeGearPhysicalMeasurement(RemoteGearPhysicalMeasurementFullVO gearPhysicalMeasurement)
           
 void updateGearPhysicalMeasurement(RemoteGearPhysicalMeasurementFullVO gearPhysicalMeasurement)
           
 

Method Detail

addGearPhysicalMeasurement

RemoteGearPhysicalMeasurementFullVO addGearPhysicalMeasurement(RemoteGearPhysicalMeasurementFullVO gearPhysicalMeasurement)

updateGearPhysicalMeasurement

void updateGearPhysicalMeasurement(RemoteGearPhysicalMeasurementFullVO gearPhysicalMeasurement)

removeGearPhysicalMeasurement

void removeGearPhysicalMeasurement(RemoteGearPhysicalMeasurementFullVO gearPhysicalMeasurement)

getAllGearPhysicalMeasurement

RemoteGearPhysicalMeasurementFullVO[] getAllGearPhysicalMeasurement()

getGearPhysicalMeasurementById

RemoteGearPhysicalMeasurementFullVO getGearPhysicalMeasurementById(java.lang.Integer id)

getGearPhysicalMeasurementByIds

RemoteGearPhysicalMeasurementFullVO[] getGearPhysicalMeasurementByIds(java.lang.Integer[] id)

getGearPhysicalMeasurementByGearPhysicalFeaturesId

RemoteGearPhysicalMeasurementFullVO[] getGearPhysicalMeasurementByGearPhysicalFeaturesId(java.lang.Integer id)

getGearPhysicalMeasurementByDepartmentId

RemoteGearPhysicalMeasurementFullVO[] getGearPhysicalMeasurementByDepartmentId(java.lang.Integer id)

getGearPhysicalMeasurementByPrecisionTypeId

RemoteGearPhysicalMeasurementFullVO[] getGearPhysicalMeasurementByPrecisionTypeId(java.lang.Integer id)

getGearPhysicalMeasurementByQualityFlagCode

RemoteGearPhysicalMeasurementFullVO[] getGearPhysicalMeasurementByQualityFlagCode(java.lang.String code)

getGearPhysicalMeasurementByAnalysisInstrumentId

RemoteGearPhysicalMeasurementFullVO[] getGearPhysicalMeasurementByAnalysisInstrumentId(java.lang.Integer id)

getGearPhysicalMeasurementByNumericalPrecisionId

RemoteGearPhysicalMeasurementFullVO[] getGearPhysicalMeasurementByNumericalPrecisionId(java.lang.Integer id)

getGearPhysicalMeasurementByPmfmId

RemoteGearPhysicalMeasurementFullVO[] getGearPhysicalMeasurementByPmfmId(java.lang.Integer id)

getGearPhysicalMeasurementByQualitativeValueId

RemoteGearPhysicalMeasurementFullVO[] getGearPhysicalMeasurementByQualitativeValueId(java.lang.Integer id)

getGearPhysicalMeasurementByAggregationLevelId

RemoteGearPhysicalMeasurementFullVO[] getGearPhysicalMeasurementByAggregationLevelId(java.lang.Integer id)

remoteGearPhysicalMeasurementFullVOsAreEqualOnIdentifiers

boolean remoteGearPhysicalMeasurementFullVOsAreEqualOnIdentifiers(RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVOFirst,
                                                                  RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVOSecond)

remoteGearPhysicalMeasurementFullVOsAreEqual

boolean remoteGearPhysicalMeasurementFullVOsAreEqual(RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVOFirst,
                                                     RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVOSecond)

getGearPhysicalMeasurementNaturalIds

RemoteGearPhysicalMeasurementNaturalId[] getGearPhysicalMeasurementNaturalIds()

getGearPhysicalMeasurementByNaturalId

RemoteGearPhysicalMeasurementFullVO getGearPhysicalMeasurementByNaturalId(RemoteGearPhysicalMeasurementNaturalId gearPhysicalMeasurementNaturalId)

getGearPhysicalMeasurementNaturalIdById

RemoteGearPhysicalMeasurementNaturalId getGearPhysicalMeasurementNaturalIdById(java.lang.Integer id)

getClusterGearPhysicalMeasurementByIdentifiers

ClusterGearPhysicalMeasurement getClusterGearPhysicalMeasurementByIdentifiers(java.lang.Integer id)


Copyright © 2008-2010 IFREMER. All Rights Reserved.