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

java.lang.Object
  extended by fr.ifremer.allegro.data.measure.generic.service.RemoteMeasurementFullServiceBase
      extended by fr.ifremer.allegro.data.measure.generic.service.RemoteMeasurementFullServiceImpl
All Implemented Interfaces:
RemoteMeasurementFullService

public class RemoteMeasurementFullServiceImpl
extends RemoteMeasurementFullServiceBase

See Also:
RemoteMeasurementFullService

Constructor Summary
RemoteMeasurementFullServiceImpl()
           
 
Method Summary
protected  RemoteMeasurementFullVO[] handleGetAllMeasurement()
          Performs the core logic for RemoteMeasurementFullServiceBase.getAllMeasurement()
protected  ClusterMeasurement handleGetClusterMeasurementByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteMeasurementFullServiceBase.getClusterMeasurementByIdentifiers(java.lang.Integer)
protected  RemoteMeasurementFullVO[] handleGetMeasurementByAggregationLevelId(java.lang.Integer id)
          Performs the core logic for RemoteMeasurementFullServiceBase.getMeasurementByAggregationLevelId(java.lang.Integer)
protected  RemoteMeasurementFullVO[] handleGetMeasurementByAnalysisInstrumentId(java.lang.Integer id)
          Performs the core logic for RemoteMeasurementFullServiceBase.getMeasurementByAnalysisInstrumentId(java.lang.Integer)
protected  RemoteMeasurementFullVO[] handleGetMeasurementByDepartmentId(java.lang.Integer id)
          Performs the core logic for RemoteMeasurementFullServiceBase.getMeasurementByDepartmentId(java.lang.Integer)
protected  RemoteMeasurementFullVO handleGetMeasurementById(java.lang.Integer id)
          Performs the core logic for RemoteMeasurementFullServiceBase.getMeasurementById(java.lang.Integer)
protected  RemoteMeasurementFullVO[] handleGetMeasurementByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteMeasurementFullServiceBase.getMeasurementByIds(java.lang.Integer[])
protected  RemoteMeasurementFullVO handleGetMeasurementByNaturalId(RemoteMeasurementNaturalId measurementNaturalId)
          Performs the core logic for RemoteMeasurementFullServiceBase.getMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementNaturalId)
protected  RemoteMeasurementFullVO[] handleGetMeasurementByNumericalPrecisionId(java.lang.Integer id)
          Performs the core logic for RemoteMeasurementFullServiceBase.getMeasurementByNumericalPrecisionId(java.lang.Integer)
protected  RemoteMeasurementFullVO[] handleGetMeasurementByPmfmId(java.lang.Integer id)
          Performs the core logic for RemoteMeasurementFullServiceBase.getMeasurementByPmfmId(java.lang.Integer)
protected  RemoteMeasurementFullVO[] handleGetMeasurementByPrecisionTypeId(java.lang.Integer id)
          Performs the core logic for RemoteMeasurementFullServiceBase.getMeasurementByPrecisionTypeId(java.lang.Integer)
protected  RemoteMeasurementFullVO[] handleGetMeasurementByQualitativeValueId(java.lang.Integer id)
          Performs the core logic for RemoteMeasurementFullServiceBase.getMeasurementByQualitativeValueId(java.lang.Integer)
protected  RemoteMeasurementFullVO[] handleGetMeasurementByQualityFlagCode(java.lang.String code)
          Performs the core logic for RemoteMeasurementFullServiceBase.getMeasurementByQualityFlagCode(java.lang.String)
protected  RemoteMeasurementNaturalId handleGetMeasurementNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteMeasurementFullServiceBase.getMeasurementNaturalIdById(java.lang.Integer)
protected  RemoteMeasurementNaturalId[] handleGetMeasurementNaturalIds()
          Performs the core logic for RemoteMeasurementFullServiceBase.getMeasurementNaturalIds()
protected  boolean handleRemoteMeasurementFullVOsAreEqual(RemoteMeasurementFullVO remoteMeasurementFullVOFirst, RemoteMeasurementFullVO remoteMeasurementFullVOSecond)
          Performs the core logic for RemoteMeasurementFullServiceBase.remoteMeasurementFullVOsAreEqual(fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementFullVO)
protected  boolean handleRemoteMeasurementFullVOsAreEqualOnIdentifiers(RemoteMeasurementFullVO remoteMeasurementFullVOFirst, RemoteMeasurementFullVO remoteMeasurementFullVOSecond)
          Performs the core logic for RemoteMeasurementFullServiceBase.remoteMeasurementFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementFullVO)
protected  void handleRemoveMeasurement(RemoteMeasurementFullVO measurement)
          Performs the core logic for RemoteMeasurementFullServiceBase.removeMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementFullVO)
 
Methods inherited from class fr.ifremer.allegro.data.measure.generic.service.RemoteMeasurementFullServiceBase
getAggregationLevelDao, getAllMeasurement, getAnalysisInstrumentDao, getClusterMeasurementByIdentifiers, getDepartmentDao, getMeasurementByAggregationLevelId, getMeasurementByAnalysisInstrumentId, getMeasurementByDepartmentId, getMeasurementById, getMeasurementByIds, getMeasurementByNaturalId, getMeasurementByNumericalPrecisionId, getMeasurementByPmfmId, getMeasurementByPrecisionTypeId, getMeasurementByQualitativeValueId, getMeasurementByQualityFlagCode, getMeasurementDao, getMeasurementNaturalIdById, getMeasurementNaturalIds, getMessage, getMessage, getMessage, getMessages, getNumericalPrecisionDao, getPmfmDao, getPrecisionTypeDao, getPrincipal, getQualitativeValueDao, getQualityFlagDao, remoteMeasurementFullVOsAreEqual, remoteMeasurementFullVOsAreEqualOnIdentifiers, removeMeasurement, setAggregationLevelDao, setAnalysisInstrumentDao, setDepartmentDao, setMeasurementDao, setNumericalPrecisionDao, setPmfmDao, setPrecisionTypeDao, setQualitativeValueDao, setQualityFlagDao
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteMeasurementFullServiceImpl

public RemoteMeasurementFullServiceImpl()
Method Detail

handleRemoveMeasurement

protected void handleRemoveMeasurement(RemoteMeasurementFullVO measurement)
                                throws java.lang.Exception
Description copied from class: RemoteMeasurementFullServiceBase
Performs the core logic for RemoteMeasurementFullServiceBase.removeMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementFullVO)

Specified by:
handleRemoveMeasurement in class RemoteMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMeasurementFullService.removeMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementFullVO)

handleGetAllMeasurement

protected RemoteMeasurementFullVO[] handleGetAllMeasurement()
                                                     throws java.lang.Exception
Description copied from class: RemoteMeasurementFullServiceBase
Performs the core logic for RemoteMeasurementFullServiceBase.getAllMeasurement()

Specified by:
handleGetAllMeasurement in class RemoteMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMeasurementFullService.getAllMeasurement()

handleGetMeasurementById

protected RemoteMeasurementFullVO handleGetMeasurementById(java.lang.Integer id)
                                                    throws java.lang.Exception
Description copied from class: RemoteMeasurementFullServiceBase
Performs the core logic for RemoteMeasurementFullServiceBase.getMeasurementById(java.lang.Integer)

Specified by:
handleGetMeasurementById in class RemoteMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMeasurementFullService.getMeasurementById(java.lang.Integer)

handleGetMeasurementByIds

protected RemoteMeasurementFullVO[] handleGetMeasurementByIds(java.lang.Integer[] id)
                                                       throws java.lang.Exception
Description copied from class: RemoteMeasurementFullServiceBase
Performs the core logic for RemoteMeasurementFullServiceBase.getMeasurementByIds(java.lang.Integer[])

Specified by:
handleGetMeasurementByIds in class RemoteMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMeasurementFullService.getMeasurementByIds(java.lang.Integer[])

handleGetMeasurementByDepartmentId

protected RemoteMeasurementFullVO[] handleGetMeasurementByDepartmentId(java.lang.Integer id)
                                                                throws java.lang.Exception
Description copied from class: RemoteMeasurementFullServiceBase
Performs the core logic for RemoteMeasurementFullServiceBase.getMeasurementByDepartmentId(java.lang.Integer)

Specified by:
handleGetMeasurementByDepartmentId in class RemoteMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMeasurementFullService.getMeasurementByDepartmentId(java.lang.Integer)

handleGetMeasurementByPrecisionTypeId

protected RemoteMeasurementFullVO[] handleGetMeasurementByPrecisionTypeId(java.lang.Integer id)
                                                                   throws java.lang.Exception
Description copied from class: RemoteMeasurementFullServiceBase
Performs the core logic for RemoteMeasurementFullServiceBase.getMeasurementByPrecisionTypeId(java.lang.Integer)

Specified by:
handleGetMeasurementByPrecisionTypeId in class RemoteMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMeasurementFullService.getMeasurementByPrecisionTypeId(java.lang.Integer)

handleGetMeasurementByQualityFlagCode

protected RemoteMeasurementFullVO[] handleGetMeasurementByQualityFlagCode(java.lang.String code)
                                                                   throws java.lang.Exception
Description copied from class: RemoteMeasurementFullServiceBase
Performs the core logic for RemoteMeasurementFullServiceBase.getMeasurementByQualityFlagCode(java.lang.String)

Specified by:
handleGetMeasurementByQualityFlagCode in class RemoteMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMeasurementFullService.getMeasurementByQualityFlagCode(java.lang.String)

handleGetMeasurementByAnalysisInstrumentId

protected RemoteMeasurementFullVO[] handleGetMeasurementByAnalysisInstrumentId(java.lang.Integer id)
                                                                        throws java.lang.Exception
Description copied from class: RemoteMeasurementFullServiceBase
Performs the core logic for RemoteMeasurementFullServiceBase.getMeasurementByAnalysisInstrumentId(java.lang.Integer)

Specified by:
handleGetMeasurementByAnalysisInstrumentId in class RemoteMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMeasurementFullService.getMeasurementByAnalysisInstrumentId(java.lang.Integer)

handleGetMeasurementByNumericalPrecisionId

protected RemoteMeasurementFullVO[] handleGetMeasurementByNumericalPrecisionId(java.lang.Integer id)
                                                                        throws java.lang.Exception
Description copied from class: RemoteMeasurementFullServiceBase
Performs the core logic for RemoteMeasurementFullServiceBase.getMeasurementByNumericalPrecisionId(java.lang.Integer)

Specified by:
handleGetMeasurementByNumericalPrecisionId in class RemoteMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMeasurementFullService.getMeasurementByNumericalPrecisionId(java.lang.Integer)

handleGetMeasurementByPmfmId

protected RemoteMeasurementFullVO[] handleGetMeasurementByPmfmId(java.lang.Integer id)
                                                          throws java.lang.Exception
Description copied from class: RemoteMeasurementFullServiceBase
Performs the core logic for RemoteMeasurementFullServiceBase.getMeasurementByPmfmId(java.lang.Integer)

Specified by:
handleGetMeasurementByPmfmId in class RemoteMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMeasurementFullService.getMeasurementByPmfmId(java.lang.Integer)

handleGetMeasurementByQualitativeValueId

protected RemoteMeasurementFullVO[] handleGetMeasurementByQualitativeValueId(java.lang.Integer id)
                                                                      throws java.lang.Exception
Description copied from class: RemoteMeasurementFullServiceBase
Performs the core logic for RemoteMeasurementFullServiceBase.getMeasurementByQualitativeValueId(java.lang.Integer)

Specified by:
handleGetMeasurementByQualitativeValueId in class RemoteMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMeasurementFullService.getMeasurementByQualitativeValueId(java.lang.Integer)

handleGetMeasurementByAggregationLevelId

protected RemoteMeasurementFullVO[] handleGetMeasurementByAggregationLevelId(java.lang.Integer id)
                                                                      throws java.lang.Exception
Description copied from class: RemoteMeasurementFullServiceBase
Performs the core logic for RemoteMeasurementFullServiceBase.getMeasurementByAggregationLevelId(java.lang.Integer)

Specified by:
handleGetMeasurementByAggregationLevelId in class RemoteMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMeasurementFullService.getMeasurementByAggregationLevelId(java.lang.Integer)

handleRemoteMeasurementFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteMeasurementFullVOsAreEqualOnIdentifiers(RemoteMeasurementFullVO remoteMeasurementFullVOFirst,
                                                                      RemoteMeasurementFullVO remoteMeasurementFullVOSecond)
                                                               throws java.lang.Exception
Description copied from class: RemoteMeasurementFullServiceBase
Performs the core logic for RemoteMeasurementFullServiceBase.remoteMeasurementFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementFullVO)

Specified by:
handleRemoteMeasurementFullVOsAreEqualOnIdentifiers in class RemoteMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMeasurementFullService.remoteMeasurementFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementFullVO)

handleRemoteMeasurementFullVOsAreEqual

protected boolean handleRemoteMeasurementFullVOsAreEqual(RemoteMeasurementFullVO remoteMeasurementFullVOFirst,
                                                         RemoteMeasurementFullVO remoteMeasurementFullVOSecond)
                                                  throws java.lang.Exception
Description copied from class: RemoteMeasurementFullServiceBase
Performs the core logic for RemoteMeasurementFullServiceBase.remoteMeasurementFullVOsAreEqual(fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementFullVO)

Specified by:
handleRemoteMeasurementFullVOsAreEqual in class RemoteMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMeasurementFullService.remoteMeasurementFullVOsAreEqual(fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementFullVO)

handleGetMeasurementNaturalIds

protected RemoteMeasurementNaturalId[] handleGetMeasurementNaturalIds()
                                                               throws java.lang.Exception
Description copied from class: RemoteMeasurementFullServiceBase
Performs the core logic for RemoteMeasurementFullServiceBase.getMeasurementNaturalIds()

Specified by:
handleGetMeasurementNaturalIds in class RemoteMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMeasurementFullService.getMeasurementNaturalIds()

handleGetMeasurementByNaturalId

protected RemoteMeasurementFullVO handleGetMeasurementByNaturalId(RemoteMeasurementNaturalId measurementNaturalId)
                                                           throws java.lang.Exception
Description copied from class: RemoteMeasurementFullServiceBase
Performs the core logic for RemoteMeasurementFullServiceBase.getMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementNaturalId)

Specified by:
handleGetMeasurementByNaturalId in class RemoteMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMeasurementFullService.getMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteMeasurementNaturalId)

handleGetMeasurementNaturalIdById

protected RemoteMeasurementNaturalId handleGetMeasurementNaturalIdById(java.lang.Integer id)
                                                                throws java.lang.Exception
Description copied from class: RemoteMeasurementFullServiceBase
Performs the core logic for RemoteMeasurementFullServiceBase.getMeasurementNaturalIdById(java.lang.Integer)

Specified by:
handleGetMeasurementNaturalIdById in class RemoteMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMeasurementFullService.getMeasurementNaturalIdById(java.lang.Integer)

handleGetClusterMeasurementByIdentifiers

protected ClusterMeasurement handleGetClusterMeasurementByIdentifiers(java.lang.Integer id)
                                                               throws java.lang.Exception
Description copied from class: RemoteMeasurementFullServiceBase
Performs the core logic for RemoteMeasurementFullServiceBase.getClusterMeasurementByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterMeasurementByIdentifiers in class RemoteMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteMeasurementFullService.getClusterMeasurementByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.