fr.ifremer.allegro.data.measure.generic.service
Class RemoteMeasurementFullServiceWSDelegator

java.lang.Object
  extended by fr.ifremer.allegro.data.measure.generic.service.RemoteMeasurementFullServiceWSDelegator

public class RemoteMeasurementFullServiceWSDelegator
extends java.lang.Object

Web service delegator for RemoteMeasurementFullService.

See Also:
RemoteMeasurementFullService

Constructor Summary
RemoteMeasurementFullServiceWSDelegator()
           
 
Method Summary
 RemoteMeasurementFullVO[] getAllMeasurement()
           
 ClusterMeasurement getClusterMeasurementByIdentifiers(java.lang.Integer id)
           
 RemoteMeasurementFullVO[] getMeasurementByAggregationLevelId(java.lang.Integer id)
           
 RemoteMeasurementFullVO[] getMeasurementByAnalysisInstrumentId(java.lang.Integer id)
           
 RemoteMeasurementFullVO[] getMeasurementByDepartmentId(java.lang.Integer id)
           
 RemoteMeasurementFullVO getMeasurementById(java.lang.Integer id)
           
 RemoteMeasurementFullVO[] getMeasurementByIds(java.lang.Integer[] id)
           
 RemoteMeasurementFullVO getMeasurementByNaturalId(RemoteMeasurementNaturalId measurementNaturalId)
           
 RemoteMeasurementFullVO[] getMeasurementByNumericalPrecisionId(java.lang.Integer id)
           
 RemoteMeasurementFullVO[] getMeasurementByPmfmId(java.lang.Integer id)
           
 RemoteMeasurementFullVO[] getMeasurementByPrecisionTypeId(java.lang.Integer id)
           
 RemoteMeasurementFullVO[] getMeasurementByQualitativeValueId(java.lang.Integer id)
           
 RemoteMeasurementFullVO[] getMeasurementByQualityFlagCode(java.lang.String code)
           
 RemoteMeasurementNaturalId getMeasurementNaturalIdById(java.lang.Integer id)
           
 RemoteMeasurementNaturalId[] getMeasurementNaturalIds()
           
 boolean remoteMeasurementFullVOsAreEqual(RemoteMeasurementFullVO remoteMeasurementFullVOFirst, RemoteMeasurementFullVO remoteMeasurementFullVOSecond)
           
 boolean remoteMeasurementFullVOsAreEqualOnIdentifiers(RemoteMeasurementFullVO remoteMeasurementFullVOFirst, RemoteMeasurementFullVO remoteMeasurementFullVOSecond)
           
 void removeMeasurement(RemoteMeasurementFullVO measurement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteMeasurementFullServiceWSDelegator

public RemoteMeasurementFullServiceWSDelegator()
Method Detail

removeMeasurement

public void removeMeasurement(RemoteMeasurementFullVO measurement)
See Also:
RemoteMeasurementFullService.removeMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementFullVO)

getAllMeasurement

public RemoteMeasurementFullVO[] getAllMeasurement()
See Also:
RemoteMeasurementFullService.getAllMeasurement()

getMeasurementById

public RemoteMeasurementFullVO getMeasurementById(java.lang.Integer id)
See Also:
RemoteMeasurementFullService.getMeasurementById(java.lang.Integer)

getMeasurementByIds

public RemoteMeasurementFullVO[] getMeasurementByIds(java.lang.Integer[] id)
See Also:
RemoteMeasurementFullService.getMeasurementByIds(java.lang.Integer[])

getMeasurementByDepartmentId

public RemoteMeasurementFullVO[] getMeasurementByDepartmentId(java.lang.Integer id)
See Also:
RemoteMeasurementFullService.getMeasurementByDepartmentId(java.lang.Integer)

getMeasurementByPrecisionTypeId

public RemoteMeasurementFullVO[] getMeasurementByPrecisionTypeId(java.lang.Integer id)
See Also:
RemoteMeasurementFullService.getMeasurementByPrecisionTypeId(java.lang.Integer)

getMeasurementByQualityFlagCode

public RemoteMeasurementFullVO[] getMeasurementByQualityFlagCode(java.lang.String code)
See Also:
RemoteMeasurementFullService.getMeasurementByQualityFlagCode(java.lang.String)

getMeasurementByAnalysisInstrumentId

public RemoteMeasurementFullVO[] getMeasurementByAnalysisInstrumentId(java.lang.Integer id)
See Also:
RemoteMeasurementFullService.getMeasurementByAnalysisInstrumentId(java.lang.Integer)

getMeasurementByNumericalPrecisionId

public RemoteMeasurementFullVO[] getMeasurementByNumericalPrecisionId(java.lang.Integer id)
See Also:
RemoteMeasurementFullService.getMeasurementByNumericalPrecisionId(java.lang.Integer)

getMeasurementByPmfmId

public RemoteMeasurementFullVO[] getMeasurementByPmfmId(java.lang.Integer id)
See Also:
RemoteMeasurementFullService.getMeasurementByPmfmId(java.lang.Integer)

getMeasurementByQualitativeValueId

public RemoteMeasurementFullVO[] getMeasurementByQualitativeValueId(java.lang.Integer id)
See Also:
RemoteMeasurementFullService.getMeasurementByQualitativeValueId(java.lang.Integer)

getMeasurementByAggregationLevelId

public RemoteMeasurementFullVO[] getMeasurementByAggregationLevelId(java.lang.Integer id)
See Also:
RemoteMeasurementFullService.getMeasurementByAggregationLevelId(java.lang.Integer)

remoteMeasurementFullVOsAreEqualOnIdentifiers

public boolean remoteMeasurementFullVOsAreEqualOnIdentifiers(RemoteMeasurementFullVO remoteMeasurementFullVOFirst,
                                                             RemoteMeasurementFullVO remoteMeasurementFullVOSecond)
See Also:
RemoteMeasurementFullService.remoteMeasurementFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementFullVO)

remoteMeasurementFullVOsAreEqual

public boolean remoteMeasurementFullVOsAreEqual(RemoteMeasurementFullVO remoteMeasurementFullVOFirst,
                                                RemoteMeasurementFullVO remoteMeasurementFullVOSecond)
See Also:
RemoteMeasurementFullService.remoteMeasurementFullVOsAreEqual(fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementFullVO)

getMeasurementNaturalIds

public RemoteMeasurementNaturalId[] getMeasurementNaturalIds()
See Also:
RemoteMeasurementFullService.getMeasurementNaturalIds()

getMeasurementByNaturalId

public RemoteMeasurementFullVO getMeasurementByNaturalId(RemoteMeasurementNaturalId measurementNaturalId)
See Also:
RemoteMeasurementFullService.getMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementNaturalId)

getMeasurementNaturalIdById

public RemoteMeasurementNaturalId getMeasurementNaturalIdById(java.lang.Integer id)
See Also:
RemoteMeasurementFullService.getMeasurementNaturalIdById(java.lang.Integer)

getClusterMeasurementByIdentifiers

public ClusterMeasurement getClusterMeasurementByIdentifiers(java.lang.Integer id)
See Also:
RemoteMeasurementFullService.getClusterMeasurementByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.