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

java.lang.Object
  extended by fr.ifremer.allegro.data.measure.generic.service.RemoteGearUseMeasurementFullServiceBase
      extended by fr.ifremer.allegro.data.measure.generic.service.RemoteGearUseMeasurementFullServiceImpl
All Implemented Interfaces:
RemoteGearUseMeasurementFullService

public class RemoteGearUseMeasurementFullServiceImpl
extends RemoteGearUseMeasurementFullServiceBase

See Also:
RemoteGearUseMeasurementFullService

Constructor Summary
RemoteGearUseMeasurementFullServiceImpl()
           
 
Method Summary
protected  RemoteGearUseMeasurementFullVO handleAddGearUseMeasurement(RemoteGearUseMeasurementFullVO gearUseMeasurement)
          Performs the core logic for RemoteGearUseMeasurementFullServiceBase.addGearUseMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementFullVO)
protected  RemoteGearUseMeasurementFullVO[] handleGetAllGearUseMeasurement()
          Performs the core logic for RemoteGearUseMeasurementFullServiceBase.getAllGearUseMeasurement()
protected  ClusterGearUseMeasurement handleGetClusterGearUseMeasurementByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteGearUseMeasurementFullServiceBase.getClusterGearUseMeasurementByIdentifiers(java.lang.Integer)
protected  RemoteGearUseMeasurementFullVO[] handleGetGearUseMeasurementByAggregationLevelId(java.lang.Integer id)
          Performs the core logic for RemoteGearUseMeasurementFullServiceBase.getGearUseMeasurementByAggregationLevelId(java.lang.Integer)
protected  RemoteGearUseMeasurementFullVO[] handleGetGearUseMeasurementByAnalysisInstrumentId(java.lang.Integer id)
          Performs the core logic for RemoteGearUseMeasurementFullServiceBase.getGearUseMeasurementByAnalysisInstrumentId(java.lang.Integer)
protected  RemoteGearUseMeasurementFullVO[] handleGetGearUseMeasurementByDepartmentId(java.lang.Integer id)
          Performs the core logic for RemoteGearUseMeasurementFullServiceBase.getGearUseMeasurementByDepartmentId(java.lang.Integer)
protected  RemoteGearUseMeasurementFullVO[] handleGetGearUseMeasurementByGearUseFeaturesId(java.lang.Integer id)
          Performs the core logic for RemoteGearUseMeasurementFullServiceBase.getGearUseMeasurementByGearUseFeaturesId(java.lang.Integer)
protected  RemoteGearUseMeasurementFullVO handleGetGearUseMeasurementById(java.lang.Integer id)
          Performs the core logic for RemoteGearUseMeasurementFullServiceBase.getGearUseMeasurementById(java.lang.Integer)
protected  RemoteGearUseMeasurementFullVO[] handleGetGearUseMeasurementByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteGearUseMeasurementFullServiceBase.getGearUseMeasurementByIds(java.lang.Integer[])
protected  RemoteGearUseMeasurementFullVO handleGetGearUseMeasurementByNaturalId(RemoteGearUseMeasurementNaturalId gearUseMeasurementNaturalId)
          Performs the core logic for RemoteGearUseMeasurementFullServiceBase.getGearUseMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementNaturalId)
protected  RemoteGearUseMeasurementFullVO[] handleGetGearUseMeasurementByNumericalPrecisionId(java.lang.Integer id)
          Performs the core logic for RemoteGearUseMeasurementFullServiceBase.getGearUseMeasurementByNumericalPrecisionId(java.lang.Integer)
protected  RemoteGearUseMeasurementFullVO[] handleGetGearUseMeasurementByPmfmId(java.lang.Integer id)
          Performs the core logic for RemoteGearUseMeasurementFullServiceBase.getGearUseMeasurementByPmfmId(java.lang.Integer)
protected  RemoteGearUseMeasurementFullVO[] handleGetGearUseMeasurementByPrecisionTypeId(java.lang.Integer id)
          Performs the core logic for RemoteGearUseMeasurementFullServiceBase.getGearUseMeasurementByPrecisionTypeId(java.lang.Integer)
protected  RemoteGearUseMeasurementFullVO[] handleGetGearUseMeasurementByQualitativeValueId(java.lang.Integer id)
          Performs the core logic for RemoteGearUseMeasurementFullServiceBase.getGearUseMeasurementByQualitativeValueId(java.lang.Integer)
protected  RemoteGearUseMeasurementFullVO[] handleGetGearUseMeasurementByQualityFlagCode(java.lang.String code)
          Performs the core logic for RemoteGearUseMeasurementFullServiceBase.getGearUseMeasurementByQualityFlagCode(java.lang.String)
protected  RemoteGearUseMeasurementNaturalId handleGetGearUseMeasurementNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteGearUseMeasurementFullServiceBase.getGearUseMeasurementNaturalIdById(java.lang.Integer)
protected  RemoteGearUseMeasurementNaturalId[] handleGetGearUseMeasurementNaturalIds()
          Performs the core logic for RemoteGearUseMeasurementFullServiceBase.getGearUseMeasurementNaturalIds()
protected  boolean handleRemoteGearUseMeasurementFullVOsAreEqual(RemoteGearUseMeasurementFullVO remoteGearUseMeasurementFullVOFirst, RemoteGearUseMeasurementFullVO remoteGearUseMeasurementFullVOSecond)
          Performs the core logic for RemoteGearUseMeasurementFullServiceBase.remoteGearUseMeasurementFullVOsAreEqual(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementFullVO)
protected  boolean handleRemoteGearUseMeasurementFullVOsAreEqualOnIdentifiers(RemoteGearUseMeasurementFullVO remoteGearUseMeasurementFullVOFirst, RemoteGearUseMeasurementFullVO remoteGearUseMeasurementFullVOSecond)
          Performs the core logic for RemoteGearUseMeasurementFullServiceBase.remoteGearUseMeasurementFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementFullVO)
protected  void handleRemoveGearUseMeasurement(RemoteGearUseMeasurementFullVO gearUseMeasurement)
          Performs the core logic for RemoteGearUseMeasurementFullServiceBase.removeGearUseMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementFullVO)
protected  void handleUpdateGearUseMeasurement(RemoteGearUseMeasurementFullVO gearUseMeasurement)
          Performs the core logic for RemoteGearUseMeasurementFullServiceBase.updateGearUseMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementFullVO)
 
Methods inherited from class fr.ifremer.allegro.data.measure.generic.service.RemoteGearUseMeasurementFullServiceBase
addGearUseMeasurement, getAggregationLevelDao, getAllGearUseMeasurement, getAnalysisInstrumentDao, getClusterGearUseMeasurementByIdentifiers, getDepartmentDao, getGearUseFeaturesDao, getGearUseMeasurementByAggregationLevelId, getGearUseMeasurementByAnalysisInstrumentId, getGearUseMeasurementByDepartmentId, getGearUseMeasurementByGearUseFeaturesId, getGearUseMeasurementById, getGearUseMeasurementByIds, getGearUseMeasurementByNaturalId, getGearUseMeasurementByNumericalPrecisionId, getGearUseMeasurementByPmfmId, getGearUseMeasurementByPrecisionTypeId, getGearUseMeasurementByQualitativeValueId, getGearUseMeasurementByQualityFlagCode, getGearUseMeasurementDao, getGearUseMeasurementNaturalIdById, getGearUseMeasurementNaturalIds, getMessage, getMessage, getMessage, getMessages, getNumericalPrecisionDao, getPmfmDao, getPrecisionTypeDao, getPrincipal, getQualitativeValueDao, getQualityFlagDao, remoteGearUseMeasurementFullVOsAreEqual, remoteGearUseMeasurementFullVOsAreEqualOnIdentifiers, removeGearUseMeasurement, setAggregationLevelDao, setAnalysisInstrumentDao, setDepartmentDao, setGearUseFeaturesDao, setGearUseMeasurementDao, setNumericalPrecisionDao, setPmfmDao, setPrecisionTypeDao, setQualitativeValueDao, setQualityFlagDao, updateGearUseMeasurement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteGearUseMeasurementFullServiceImpl

public RemoteGearUseMeasurementFullServiceImpl()
Method Detail

handleAddGearUseMeasurement

protected RemoteGearUseMeasurementFullVO handleAddGearUseMeasurement(RemoteGearUseMeasurementFullVO gearUseMeasurement)
                                                              throws java.lang.Exception
Description copied from class: RemoteGearUseMeasurementFullServiceBase
Performs the core logic for RemoteGearUseMeasurementFullServiceBase.addGearUseMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementFullVO)

Specified by:
handleAddGearUseMeasurement in class RemoteGearUseMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearUseMeasurementFullService.addGearUseMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementFullVO)

handleUpdateGearUseMeasurement

protected void handleUpdateGearUseMeasurement(RemoteGearUseMeasurementFullVO gearUseMeasurement)
                                       throws java.lang.Exception
Description copied from class: RemoteGearUseMeasurementFullServiceBase
Performs the core logic for RemoteGearUseMeasurementFullServiceBase.updateGearUseMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementFullVO)

Specified by:
handleUpdateGearUseMeasurement in class RemoteGearUseMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearUseMeasurementFullService.updateGearUseMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementFullVO)

handleRemoveGearUseMeasurement

protected void handleRemoveGearUseMeasurement(RemoteGearUseMeasurementFullVO gearUseMeasurement)
                                       throws java.lang.Exception
Description copied from class: RemoteGearUseMeasurementFullServiceBase
Performs the core logic for RemoteGearUseMeasurementFullServiceBase.removeGearUseMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementFullVO)

Specified by:
handleRemoveGearUseMeasurement in class RemoteGearUseMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearUseMeasurementFullService.removeGearUseMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementFullVO)

handleGetAllGearUseMeasurement

protected RemoteGearUseMeasurementFullVO[] handleGetAllGearUseMeasurement()
                                                                   throws java.lang.Exception
Description copied from class: RemoteGearUseMeasurementFullServiceBase
Performs the core logic for RemoteGearUseMeasurementFullServiceBase.getAllGearUseMeasurement()

Specified by:
handleGetAllGearUseMeasurement in class RemoteGearUseMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearUseMeasurementFullService.getAllGearUseMeasurement()

handleGetGearUseMeasurementById

protected RemoteGearUseMeasurementFullVO handleGetGearUseMeasurementById(java.lang.Integer id)
                                                                  throws java.lang.Exception
Description copied from class: RemoteGearUseMeasurementFullServiceBase
Performs the core logic for RemoteGearUseMeasurementFullServiceBase.getGearUseMeasurementById(java.lang.Integer)

Specified by:
handleGetGearUseMeasurementById in class RemoteGearUseMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearUseMeasurementFullService.getGearUseMeasurementById(java.lang.Integer)

handleGetGearUseMeasurementByIds

protected RemoteGearUseMeasurementFullVO[] handleGetGearUseMeasurementByIds(java.lang.Integer[] id)
                                                                     throws java.lang.Exception
Description copied from class: RemoteGearUseMeasurementFullServiceBase
Performs the core logic for RemoteGearUseMeasurementFullServiceBase.getGearUseMeasurementByIds(java.lang.Integer[])

Specified by:
handleGetGearUseMeasurementByIds in class RemoteGearUseMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearUseMeasurementFullService.getGearUseMeasurementByIds(java.lang.Integer[])

handleGetGearUseMeasurementByGearUseFeaturesId

protected RemoteGearUseMeasurementFullVO[] handleGetGearUseMeasurementByGearUseFeaturesId(java.lang.Integer id)
                                                                                   throws java.lang.Exception
Description copied from class: RemoteGearUseMeasurementFullServiceBase
Performs the core logic for RemoteGearUseMeasurementFullServiceBase.getGearUseMeasurementByGearUseFeaturesId(java.lang.Integer)

Specified by:
handleGetGearUseMeasurementByGearUseFeaturesId in class RemoteGearUseMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearUseMeasurementFullService.getGearUseMeasurementByGearUseFeaturesId(java.lang.Integer)

handleGetGearUseMeasurementByDepartmentId

protected RemoteGearUseMeasurementFullVO[] handleGetGearUseMeasurementByDepartmentId(java.lang.Integer id)
                                                                              throws java.lang.Exception
Description copied from class: RemoteGearUseMeasurementFullServiceBase
Performs the core logic for RemoteGearUseMeasurementFullServiceBase.getGearUseMeasurementByDepartmentId(java.lang.Integer)

Specified by:
handleGetGearUseMeasurementByDepartmentId in class RemoteGearUseMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearUseMeasurementFullService.getGearUseMeasurementByDepartmentId(java.lang.Integer)

handleGetGearUseMeasurementByPrecisionTypeId

protected RemoteGearUseMeasurementFullVO[] handleGetGearUseMeasurementByPrecisionTypeId(java.lang.Integer id)
                                                                                 throws java.lang.Exception
Description copied from class: RemoteGearUseMeasurementFullServiceBase
Performs the core logic for RemoteGearUseMeasurementFullServiceBase.getGearUseMeasurementByPrecisionTypeId(java.lang.Integer)

Specified by:
handleGetGearUseMeasurementByPrecisionTypeId in class RemoteGearUseMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearUseMeasurementFullService.getGearUseMeasurementByPrecisionTypeId(java.lang.Integer)

handleGetGearUseMeasurementByQualityFlagCode

protected RemoteGearUseMeasurementFullVO[] handleGetGearUseMeasurementByQualityFlagCode(java.lang.String code)
                                                                                 throws java.lang.Exception
Description copied from class: RemoteGearUseMeasurementFullServiceBase
Performs the core logic for RemoteGearUseMeasurementFullServiceBase.getGearUseMeasurementByQualityFlagCode(java.lang.String)

Specified by:
handleGetGearUseMeasurementByQualityFlagCode in class RemoteGearUseMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearUseMeasurementFullService.getGearUseMeasurementByQualityFlagCode(java.lang.String)

handleGetGearUseMeasurementByAnalysisInstrumentId

protected RemoteGearUseMeasurementFullVO[] handleGetGearUseMeasurementByAnalysisInstrumentId(java.lang.Integer id)
                                                                                      throws java.lang.Exception
Description copied from class: RemoteGearUseMeasurementFullServiceBase
Performs the core logic for RemoteGearUseMeasurementFullServiceBase.getGearUseMeasurementByAnalysisInstrumentId(java.lang.Integer)

Specified by:
handleGetGearUseMeasurementByAnalysisInstrumentId in class RemoteGearUseMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearUseMeasurementFullService.getGearUseMeasurementByAnalysisInstrumentId(java.lang.Integer)

handleGetGearUseMeasurementByNumericalPrecisionId

protected RemoteGearUseMeasurementFullVO[] handleGetGearUseMeasurementByNumericalPrecisionId(java.lang.Integer id)
                                                                                      throws java.lang.Exception
Description copied from class: RemoteGearUseMeasurementFullServiceBase
Performs the core logic for RemoteGearUseMeasurementFullServiceBase.getGearUseMeasurementByNumericalPrecisionId(java.lang.Integer)

Specified by:
handleGetGearUseMeasurementByNumericalPrecisionId in class RemoteGearUseMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearUseMeasurementFullService.getGearUseMeasurementByNumericalPrecisionId(java.lang.Integer)

handleGetGearUseMeasurementByPmfmId

protected RemoteGearUseMeasurementFullVO[] handleGetGearUseMeasurementByPmfmId(java.lang.Integer id)
                                                                        throws java.lang.Exception
Description copied from class: RemoteGearUseMeasurementFullServiceBase
Performs the core logic for RemoteGearUseMeasurementFullServiceBase.getGearUseMeasurementByPmfmId(java.lang.Integer)

Specified by:
handleGetGearUseMeasurementByPmfmId in class RemoteGearUseMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearUseMeasurementFullService.getGearUseMeasurementByPmfmId(java.lang.Integer)

handleGetGearUseMeasurementByQualitativeValueId

protected RemoteGearUseMeasurementFullVO[] handleGetGearUseMeasurementByQualitativeValueId(java.lang.Integer id)
                                                                                    throws java.lang.Exception
Description copied from class: RemoteGearUseMeasurementFullServiceBase
Performs the core logic for RemoteGearUseMeasurementFullServiceBase.getGearUseMeasurementByQualitativeValueId(java.lang.Integer)

Specified by:
handleGetGearUseMeasurementByQualitativeValueId in class RemoteGearUseMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearUseMeasurementFullService.getGearUseMeasurementByQualitativeValueId(java.lang.Integer)

handleGetGearUseMeasurementByAggregationLevelId

protected RemoteGearUseMeasurementFullVO[] handleGetGearUseMeasurementByAggregationLevelId(java.lang.Integer id)
                                                                                    throws java.lang.Exception
Description copied from class: RemoteGearUseMeasurementFullServiceBase
Performs the core logic for RemoteGearUseMeasurementFullServiceBase.getGearUseMeasurementByAggregationLevelId(java.lang.Integer)

Specified by:
handleGetGearUseMeasurementByAggregationLevelId in class RemoteGearUseMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearUseMeasurementFullService.getGearUseMeasurementByAggregationLevelId(java.lang.Integer)

handleRemoteGearUseMeasurementFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteGearUseMeasurementFullVOsAreEqualOnIdentifiers(RemoteGearUseMeasurementFullVO remoteGearUseMeasurementFullVOFirst,
                                                                             RemoteGearUseMeasurementFullVO remoteGearUseMeasurementFullVOSecond)
                                                                      throws java.lang.Exception
Description copied from class: RemoteGearUseMeasurementFullServiceBase
Performs the core logic for RemoteGearUseMeasurementFullServiceBase.remoteGearUseMeasurementFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementFullVO)

Specified by:
handleRemoteGearUseMeasurementFullVOsAreEqualOnIdentifiers in class RemoteGearUseMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearUseMeasurementFullService.remoteGearUseMeasurementFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementFullVO)

handleRemoteGearUseMeasurementFullVOsAreEqual

protected boolean handleRemoteGearUseMeasurementFullVOsAreEqual(RemoteGearUseMeasurementFullVO remoteGearUseMeasurementFullVOFirst,
                                                                RemoteGearUseMeasurementFullVO remoteGearUseMeasurementFullVOSecond)
                                                         throws java.lang.Exception
Description copied from class: RemoteGearUseMeasurementFullServiceBase
Performs the core logic for RemoteGearUseMeasurementFullServiceBase.remoteGearUseMeasurementFullVOsAreEqual(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementFullVO)

Specified by:
handleRemoteGearUseMeasurementFullVOsAreEqual in class RemoteGearUseMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearUseMeasurementFullService.remoteGearUseMeasurementFullVOsAreEqual(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementFullVO)

handleGetGearUseMeasurementNaturalIds

protected RemoteGearUseMeasurementNaturalId[] handleGetGearUseMeasurementNaturalIds()
                                                                             throws java.lang.Exception
Description copied from class: RemoteGearUseMeasurementFullServiceBase
Performs the core logic for RemoteGearUseMeasurementFullServiceBase.getGearUseMeasurementNaturalIds()

Specified by:
handleGetGearUseMeasurementNaturalIds in class RemoteGearUseMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearUseMeasurementFullService.getGearUseMeasurementNaturalIds()

handleGetGearUseMeasurementByNaturalId

protected RemoteGearUseMeasurementFullVO handleGetGearUseMeasurementByNaturalId(RemoteGearUseMeasurementNaturalId gearUseMeasurementNaturalId)
                                                                         throws java.lang.Exception
Description copied from class: RemoteGearUseMeasurementFullServiceBase
Performs the core logic for RemoteGearUseMeasurementFullServiceBase.getGearUseMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementNaturalId)

Specified by:
handleGetGearUseMeasurementByNaturalId in class RemoteGearUseMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearUseMeasurementFullService.getGearUseMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearUseMeasurementNaturalId)

handleGetGearUseMeasurementNaturalIdById

protected RemoteGearUseMeasurementNaturalId handleGetGearUseMeasurementNaturalIdById(java.lang.Integer id)
                                                                              throws java.lang.Exception
Description copied from class: RemoteGearUseMeasurementFullServiceBase
Performs the core logic for RemoteGearUseMeasurementFullServiceBase.getGearUseMeasurementNaturalIdById(java.lang.Integer)

Specified by:
handleGetGearUseMeasurementNaturalIdById in class RemoteGearUseMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearUseMeasurementFullService.getGearUseMeasurementNaturalIdById(java.lang.Integer)

handleGetClusterGearUseMeasurementByIdentifiers

protected ClusterGearUseMeasurement handleGetClusterGearUseMeasurementByIdentifiers(java.lang.Integer id)
                                                                             throws java.lang.Exception
Description copied from class: RemoteGearUseMeasurementFullServiceBase
Performs the core logic for RemoteGearUseMeasurementFullServiceBase.getClusterGearUseMeasurementByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterGearUseMeasurementByIdentifiers in class RemoteGearUseMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteGearUseMeasurementFullService.getClusterGearUseMeasurementByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.