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

All Known Implementing Classes:
RemoteVesselPhysicalMeasurementFullServiceBase, RemoteVesselPhysicalMeasurementFullServiceImpl

public interface RemoteVesselPhysicalMeasurementFullService


Method Summary
 RemoteVesselPhysicalMeasurementFullVO addVesselPhysicalMeasurement(RemoteVesselPhysicalMeasurementFullVO vesselPhysicalMeasurement)
           
 RemoteVesselPhysicalMeasurementFullVO[] getAllVesselPhysicalMeasurement()
           
 ClusterVesselPhysicalMeasurement getClusterVesselPhysicalMeasurementByIdentifiers(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByAggregationLevelId(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByAnalysisInstrumentId(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByDepartmentId(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementFullVO getVesselPhysicalMeasurementById(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByIds(java.lang.Integer[] id)
           
 RemoteVesselPhysicalMeasurementFullVO getVesselPhysicalMeasurementByNaturalId(RemoteVesselPhysicalMeasurementNaturalId vesselPhysicalMeasurementNaturalId)
           
 RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByNumericalPrecisionId(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByPmfmId(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByPrecisionTypeId(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByQualitativeValueId(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByQualityFlagCode(java.lang.String code)
           
 RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByVesselPhysicalFeaturesId(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementNaturalId getVesselPhysicalMeasurementNaturalIdById(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementNaturalId[] getVesselPhysicalMeasurementNaturalIds()
           
 boolean remoteVesselPhysicalMeasurementFullVOsAreEqual(RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOFirst, RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOSecond)
           
 boolean remoteVesselPhysicalMeasurementFullVOsAreEqualOnIdentifiers(RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOFirst, RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOSecond)
           
 void removeVesselPhysicalMeasurement(RemoteVesselPhysicalMeasurementFullVO vesselPhysicalMeasurement)
           
 void updateVesselPhysicalMeasurement(RemoteVesselPhysicalMeasurementFullVO vesselPhysicalMeasurement)
           
 

Method Detail

addVesselPhysicalMeasurement

RemoteVesselPhysicalMeasurementFullVO addVesselPhysicalMeasurement(RemoteVesselPhysicalMeasurementFullVO vesselPhysicalMeasurement)

updateVesselPhysicalMeasurement

void updateVesselPhysicalMeasurement(RemoteVesselPhysicalMeasurementFullVO vesselPhysicalMeasurement)

removeVesselPhysicalMeasurement

void removeVesselPhysicalMeasurement(RemoteVesselPhysicalMeasurementFullVO vesselPhysicalMeasurement)

getAllVesselPhysicalMeasurement

RemoteVesselPhysicalMeasurementFullVO[] getAllVesselPhysicalMeasurement()

getVesselPhysicalMeasurementById

RemoteVesselPhysicalMeasurementFullVO getVesselPhysicalMeasurementById(java.lang.Integer id)

getVesselPhysicalMeasurementByIds

RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByIds(java.lang.Integer[] id)

getVesselPhysicalMeasurementByVesselPhysicalFeaturesId

RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByVesselPhysicalFeaturesId(java.lang.Integer id)

getVesselPhysicalMeasurementByDepartmentId

RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByDepartmentId(java.lang.Integer id)

getVesselPhysicalMeasurementByPrecisionTypeId

RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByPrecisionTypeId(java.lang.Integer id)

getVesselPhysicalMeasurementByQualityFlagCode

RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByQualityFlagCode(java.lang.String code)

getVesselPhysicalMeasurementByAnalysisInstrumentId

RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByAnalysisInstrumentId(java.lang.Integer id)

getVesselPhysicalMeasurementByNumericalPrecisionId

RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByNumericalPrecisionId(java.lang.Integer id)

getVesselPhysicalMeasurementByPmfmId

RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByPmfmId(java.lang.Integer id)

getVesselPhysicalMeasurementByQualitativeValueId

RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByQualitativeValueId(java.lang.Integer id)

getVesselPhysicalMeasurementByAggregationLevelId

RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByAggregationLevelId(java.lang.Integer id)

remoteVesselPhysicalMeasurementFullVOsAreEqualOnIdentifiers

boolean remoteVesselPhysicalMeasurementFullVOsAreEqualOnIdentifiers(RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOFirst,
                                                                    RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOSecond)

remoteVesselPhysicalMeasurementFullVOsAreEqual

boolean remoteVesselPhysicalMeasurementFullVOsAreEqual(RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOFirst,
                                                       RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOSecond)

getVesselPhysicalMeasurementNaturalIds

RemoteVesselPhysicalMeasurementNaturalId[] getVesselPhysicalMeasurementNaturalIds()

getVesselPhysicalMeasurementByNaturalId

RemoteVesselPhysicalMeasurementFullVO getVesselPhysicalMeasurementByNaturalId(RemoteVesselPhysicalMeasurementNaturalId vesselPhysicalMeasurementNaturalId)

getVesselPhysicalMeasurementNaturalIdById

RemoteVesselPhysicalMeasurementNaturalId getVesselPhysicalMeasurementNaturalIdById(java.lang.Integer id)

getClusterVesselPhysicalMeasurementByIdentifiers

ClusterVesselPhysicalMeasurement getClusterVesselPhysicalMeasurementByIdentifiers(java.lang.Integer id)


Copyright © 2008-2010 IFREMER. All Rights Reserved.