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

java.lang.Object
  extended by fr.ifremer.allegro.data.measure.generic.service.RemoteLandingMeasurementFullServiceBase
      extended by fr.ifremer.allegro.data.measure.generic.service.RemoteLandingMeasurementFullServiceImpl
All Implemented Interfaces:
RemoteLandingMeasurementFullService

public class RemoteLandingMeasurementFullServiceImpl
extends RemoteLandingMeasurementFullServiceBase

See Also:
RemoteLandingMeasurementFullService

Constructor Summary
RemoteLandingMeasurementFullServiceImpl()
           
 
Method Summary
protected  RemoteLandingMeasurementFullVO handleAddLandingMeasurement(RemoteLandingMeasurementFullVO landingMeasurement)
          Performs the core logic for RemoteLandingMeasurementFullServiceBase.addLandingMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO)
protected  RemoteLandingMeasurementFullVO[] handleGetAllLandingMeasurement()
          Performs the core logic for RemoteLandingMeasurementFullServiceBase.getAllLandingMeasurement()
protected  ClusterLandingMeasurement handleGetClusterLandingMeasurementByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteLandingMeasurementFullServiceBase.getClusterLandingMeasurementByIdentifiers(java.lang.Integer)
protected  RemoteLandingMeasurementFullVO[] handleGetLandingMeasurementByAggregationLevelId(java.lang.Integer id)
          Performs the core logic for RemoteLandingMeasurementFullServiceBase.getLandingMeasurementByAggregationLevelId(java.lang.Integer)
protected  RemoteLandingMeasurementFullVO[] handleGetLandingMeasurementByAnalysisInstrumentId(java.lang.Integer id)
          Performs the core logic for RemoteLandingMeasurementFullServiceBase.getLandingMeasurementByAnalysisInstrumentId(java.lang.Integer)
protected  RemoteLandingMeasurementFullVO[] handleGetLandingMeasurementByDepartmentId(java.lang.Integer id)
          Performs the core logic for RemoteLandingMeasurementFullServiceBase.getLandingMeasurementByDepartmentId(java.lang.Integer)
protected  RemoteLandingMeasurementFullVO handleGetLandingMeasurementById(java.lang.Integer id)
          Performs the core logic for RemoteLandingMeasurementFullServiceBase.getLandingMeasurementById(java.lang.Integer)
protected  RemoteLandingMeasurementFullVO[] handleGetLandingMeasurementByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteLandingMeasurementFullServiceBase.getLandingMeasurementByIds(java.lang.Integer[])
protected  RemoteLandingMeasurementFullVO[] handleGetLandingMeasurementByLandingId(java.lang.Integer id)
          Performs the core logic for RemoteLandingMeasurementFullServiceBase.getLandingMeasurementByLandingId(java.lang.Integer)
protected  RemoteLandingMeasurementFullVO handleGetLandingMeasurementByNaturalId(RemoteLandingMeasurementNaturalId landingMeasurementNaturalId)
          Performs the core logic for RemoteLandingMeasurementFullServiceBase.getLandingMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementNaturalId)
protected  RemoteLandingMeasurementFullVO[] handleGetLandingMeasurementByNumericalPrecisionId(java.lang.Integer id)
          Performs the core logic for RemoteLandingMeasurementFullServiceBase.getLandingMeasurementByNumericalPrecisionId(java.lang.Integer)
protected  RemoteLandingMeasurementFullVO[] handleGetLandingMeasurementByPmfmId(java.lang.Integer id)
          Performs the core logic for RemoteLandingMeasurementFullServiceBase.getLandingMeasurementByPmfmId(java.lang.Integer)
protected  RemoteLandingMeasurementFullVO[] handleGetLandingMeasurementByPrecisionTypeId(java.lang.Integer id)
          Performs the core logic for RemoteLandingMeasurementFullServiceBase.getLandingMeasurementByPrecisionTypeId(java.lang.Integer)
protected  RemoteLandingMeasurementFullVO[] handleGetLandingMeasurementByQualitativeValueId(java.lang.Integer id)
          Performs the core logic for RemoteLandingMeasurementFullServiceBase.getLandingMeasurementByQualitativeValueId(java.lang.Integer)
protected  RemoteLandingMeasurementFullVO[] handleGetLandingMeasurementByQualityFlagCode(java.lang.String code)
          Performs the core logic for RemoteLandingMeasurementFullServiceBase.getLandingMeasurementByQualityFlagCode(java.lang.String)
protected  RemoteLandingMeasurementNaturalId handleGetLandingMeasurementNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteLandingMeasurementFullServiceBase.getLandingMeasurementNaturalIdById(java.lang.Integer)
protected  RemoteLandingMeasurementNaturalId[] handleGetLandingMeasurementNaturalIds()
          Performs the core logic for RemoteLandingMeasurementFullServiceBase.getLandingMeasurementNaturalIds()
protected  boolean handleRemoteLandingMeasurementFullVOsAreEqual(RemoteLandingMeasurementFullVO remoteLandingMeasurementFullVOFirst, RemoteLandingMeasurementFullVO remoteLandingMeasurementFullVOSecond)
          Performs the core logic for RemoteLandingMeasurementFullServiceBase.remoteLandingMeasurementFullVOsAreEqual(fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO)
protected  boolean handleRemoteLandingMeasurementFullVOsAreEqualOnIdentifiers(RemoteLandingMeasurementFullVO remoteLandingMeasurementFullVOFirst, RemoteLandingMeasurementFullVO remoteLandingMeasurementFullVOSecond)
          Performs the core logic for RemoteLandingMeasurementFullServiceBase.remoteLandingMeasurementFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO)
protected  void handleRemoveLandingMeasurement(RemoteLandingMeasurementFullVO landingMeasurement)
          Performs the core logic for RemoteLandingMeasurementFullServiceBase.removeLandingMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO)
protected  void handleUpdateLandingMeasurement(RemoteLandingMeasurementFullVO landingMeasurement)
          Performs the core logic for RemoteLandingMeasurementFullServiceBase.updateLandingMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO)
 
Methods inherited from class fr.ifremer.allegro.data.measure.generic.service.RemoteLandingMeasurementFullServiceBase
addLandingMeasurement, getAggregationLevelDao, getAllLandingMeasurement, getAnalysisInstrumentDao, getClusterLandingMeasurementByIdentifiers, getDepartmentDao, getLandingDao, getLandingMeasurementByAggregationLevelId, getLandingMeasurementByAnalysisInstrumentId, getLandingMeasurementByDepartmentId, getLandingMeasurementById, getLandingMeasurementByIds, getLandingMeasurementByLandingId, getLandingMeasurementByNaturalId, getLandingMeasurementByNumericalPrecisionId, getLandingMeasurementByPmfmId, getLandingMeasurementByPrecisionTypeId, getLandingMeasurementByQualitativeValueId, getLandingMeasurementByQualityFlagCode, getLandingMeasurementDao, getLandingMeasurementNaturalIdById, getLandingMeasurementNaturalIds, getMessage, getMessage, getMessage, getMessages, getNumericalPrecisionDao, getPmfmDao, getPrecisionTypeDao, getPrincipal, getQualitativeValueDao, getQualityFlagDao, remoteLandingMeasurementFullVOsAreEqual, remoteLandingMeasurementFullVOsAreEqualOnIdentifiers, removeLandingMeasurement, setAggregationLevelDao, setAnalysisInstrumentDao, setDepartmentDao, setLandingDao, setLandingMeasurementDao, setNumericalPrecisionDao, setPmfmDao, setPrecisionTypeDao, setQualitativeValueDao, setQualityFlagDao, updateLandingMeasurement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteLandingMeasurementFullServiceImpl

public RemoteLandingMeasurementFullServiceImpl()
Method Detail

handleAddLandingMeasurement

protected RemoteLandingMeasurementFullVO handleAddLandingMeasurement(RemoteLandingMeasurementFullVO landingMeasurement)
                                                              throws java.lang.Exception
Description copied from class: RemoteLandingMeasurementFullServiceBase
Performs the core logic for RemoteLandingMeasurementFullServiceBase.addLandingMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO)

Specified by:
handleAddLandingMeasurement in class RemoteLandingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLandingMeasurementFullService.addLandingMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO)

handleUpdateLandingMeasurement

protected void handleUpdateLandingMeasurement(RemoteLandingMeasurementFullVO landingMeasurement)
                                       throws java.lang.Exception
Description copied from class: RemoteLandingMeasurementFullServiceBase
Performs the core logic for RemoteLandingMeasurementFullServiceBase.updateLandingMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO)

Specified by:
handleUpdateLandingMeasurement in class RemoteLandingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLandingMeasurementFullService.updateLandingMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO)

handleRemoveLandingMeasurement

protected void handleRemoveLandingMeasurement(RemoteLandingMeasurementFullVO landingMeasurement)
                                       throws java.lang.Exception
Description copied from class: RemoteLandingMeasurementFullServiceBase
Performs the core logic for RemoteLandingMeasurementFullServiceBase.removeLandingMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO)

Specified by:
handleRemoveLandingMeasurement in class RemoteLandingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLandingMeasurementFullService.removeLandingMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO)

handleGetAllLandingMeasurement

protected RemoteLandingMeasurementFullVO[] handleGetAllLandingMeasurement()
                                                                   throws java.lang.Exception
Description copied from class: RemoteLandingMeasurementFullServiceBase
Performs the core logic for RemoteLandingMeasurementFullServiceBase.getAllLandingMeasurement()

Specified by:
handleGetAllLandingMeasurement in class RemoteLandingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLandingMeasurementFullService.getAllLandingMeasurement()

handleGetLandingMeasurementById

protected RemoteLandingMeasurementFullVO handleGetLandingMeasurementById(java.lang.Integer id)
                                                                  throws java.lang.Exception
Description copied from class: RemoteLandingMeasurementFullServiceBase
Performs the core logic for RemoteLandingMeasurementFullServiceBase.getLandingMeasurementById(java.lang.Integer)

Specified by:
handleGetLandingMeasurementById in class RemoteLandingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLandingMeasurementFullService.getLandingMeasurementById(java.lang.Integer)

handleGetLandingMeasurementByIds

protected RemoteLandingMeasurementFullVO[] handleGetLandingMeasurementByIds(java.lang.Integer[] id)
                                                                     throws java.lang.Exception
Description copied from class: RemoteLandingMeasurementFullServiceBase
Performs the core logic for RemoteLandingMeasurementFullServiceBase.getLandingMeasurementByIds(java.lang.Integer[])

Specified by:
handleGetLandingMeasurementByIds in class RemoteLandingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLandingMeasurementFullService.getLandingMeasurementByIds(java.lang.Integer[])

handleGetLandingMeasurementByLandingId

protected RemoteLandingMeasurementFullVO[] handleGetLandingMeasurementByLandingId(java.lang.Integer id)
                                                                           throws java.lang.Exception
Description copied from class: RemoteLandingMeasurementFullServiceBase
Performs the core logic for RemoteLandingMeasurementFullServiceBase.getLandingMeasurementByLandingId(java.lang.Integer)

Specified by:
handleGetLandingMeasurementByLandingId in class RemoteLandingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLandingMeasurementFullService.getLandingMeasurementByLandingId(java.lang.Integer)

handleGetLandingMeasurementByDepartmentId

protected RemoteLandingMeasurementFullVO[] handleGetLandingMeasurementByDepartmentId(java.lang.Integer id)
                                                                              throws java.lang.Exception
Description copied from class: RemoteLandingMeasurementFullServiceBase
Performs the core logic for RemoteLandingMeasurementFullServiceBase.getLandingMeasurementByDepartmentId(java.lang.Integer)

Specified by:
handleGetLandingMeasurementByDepartmentId in class RemoteLandingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLandingMeasurementFullService.getLandingMeasurementByDepartmentId(java.lang.Integer)

handleGetLandingMeasurementByPrecisionTypeId

protected RemoteLandingMeasurementFullVO[] handleGetLandingMeasurementByPrecisionTypeId(java.lang.Integer id)
                                                                                 throws java.lang.Exception
Description copied from class: RemoteLandingMeasurementFullServiceBase
Performs the core logic for RemoteLandingMeasurementFullServiceBase.getLandingMeasurementByPrecisionTypeId(java.lang.Integer)

Specified by:
handleGetLandingMeasurementByPrecisionTypeId in class RemoteLandingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLandingMeasurementFullService.getLandingMeasurementByPrecisionTypeId(java.lang.Integer)

handleGetLandingMeasurementByQualityFlagCode

protected RemoteLandingMeasurementFullVO[] handleGetLandingMeasurementByQualityFlagCode(java.lang.String code)
                                                                                 throws java.lang.Exception
Description copied from class: RemoteLandingMeasurementFullServiceBase
Performs the core logic for RemoteLandingMeasurementFullServiceBase.getLandingMeasurementByQualityFlagCode(java.lang.String)

Specified by:
handleGetLandingMeasurementByQualityFlagCode in class RemoteLandingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLandingMeasurementFullService.getLandingMeasurementByQualityFlagCode(java.lang.String)

handleGetLandingMeasurementByAnalysisInstrumentId

protected RemoteLandingMeasurementFullVO[] handleGetLandingMeasurementByAnalysisInstrumentId(java.lang.Integer id)
                                                                                      throws java.lang.Exception
Description copied from class: RemoteLandingMeasurementFullServiceBase
Performs the core logic for RemoteLandingMeasurementFullServiceBase.getLandingMeasurementByAnalysisInstrumentId(java.lang.Integer)

Specified by:
handleGetLandingMeasurementByAnalysisInstrumentId in class RemoteLandingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLandingMeasurementFullService.getLandingMeasurementByAnalysisInstrumentId(java.lang.Integer)

handleGetLandingMeasurementByNumericalPrecisionId

protected RemoteLandingMeasurementFullVO[] handleGetLandingMeasurementByNumericalPrecisionId(java.lang.Integer id)
                                                                                      throws java.lang.Exception
Description copied from class: RemoteLandingMeasurementFullServiceBase
Performs the core logic for RemoteLandingMeasurementFullServiceBase.getLandingMeasurementByNumericalPrecisionId(java.lang.Integer)

Specified by:
handleGetLandingMeasurementByNumericalPrecisionId in class RemoteLandingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLandingMeasurementFullService.getLandingMeasurementByNumericalPrecisionId(java.lang.Integer)

handleGetLandingMeasurementByPmfmId

protected RemoteLandingMeasurementFullVO[] handleGetLandingMeasurementByPmfmId(java.lang.Integer id)
                                                                        throws java.lang.Exception
Description copied from class: RemoteLandingMeasurementFullServiceBase
Performs the core logic for RemoteLandingMeasurementFullServiceBase.getLandingMeasurementByPmfmId(java.lang.Integer)

Specified by:
handleGetLandingMeasurementByPmfmId in class RemoteLandingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLandingMeasurementFullService.getLandingMeasurementByPmfmId(java.lang.Integer)

handleGetLandingMeasurementByQualitativeValueId

protected RemoteLandingMeasurementFullVO[] handleGetLandingMeasurementByQualitativeValueId(java.lang.Integer id)
                                                                                    throws java.lang.Exception
Description copied from class: RemoteLandingMeasurementFullServiceBase
Performs the core logic for RemoteLandingMeasurementFullServiceBase.getLandingMeasurementByQualitativeValueId(java.lang.Integer)

Specified by:
handleGetLandingMeasurementByQualitativeValueId in class RemoteLandingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLandingMeasurementFullService.getLandingMeasurementByQualitativeValueId(java.lang.Integer)

handleGetLandingMeasurementByAggregationLevelId

protected RemoteLandingMeasurementFullVO[] handleGetLandingMeasurementByAggregationLevelId(java.lang.Integer id)
                                                                                    throws java.lang.Exception
Description copied from class: RemoteLandingMeasurementFullServiceBase
Performs the core logic for RemoteLandingMeasurementFullServiceBase.getLandingMeasurementByAggregationLevelId(java.lang.Integer)

Specified by:
handleGetLandingMeasurementByAggregationLevelId in class RemoteLandingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLandingMeasurementFullService.getLandingMeasurementByAggregationLevelId(java.lang.Integer)

handleRemoteLandingMeasurementFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteLandingMeasurementFullVOsAreEqualOnIdentifiers(RemoteLandingMeasurementFullVO remoteLandingMeasurementFullVOFirst,
                                                                             RemoteLandingMeasurementFullVO remoteLandingMeasurementFullVOSecond)
                                                                      throws java.lang.Exception
Description copied from class: RemoteLandingMeasurementFullServiceBase
Performs the core logic for RemoteLandingMeasurementFullServiceBase.remoteLandingMeasurementFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO)

Specified by:
handleRemoteLandingMeasurementFullVOsAreEqualOnIdentifiers in class RemoteLandingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLandingMeasurementFullService.remoteLandingMeasurementFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO)

handleRemoteLandingMeasurementFullVOsAreEqual

protected boolean handleRemoteLandingMeasurementFullVOsAreEqual(RemoteLandingMeasurementFullVO remoteLandingMeasurementFullVOFirst,
                                                                RemoteLandingMeasurementFullVO remoteLandingMeasurementFullVOSecond)
                                                         throws java.lang.Exception
Description copied from class: RemoteLandingMeasurementFullServiceBase
Performs the core logic for RemoteLandingMeasurementFullServiceBase.remoteLandingMeasurementFullVOsAreEqual(fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO)

Specified by:
handleRemoteLandingMeasurementFullVOsAreEqual in class RemoteLandingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLandingMeasurementFullService.remoteLandingMeasurementFullVOsAreEqual(fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementFullVO)

handleGetLandingMeasurementNaturalIds

protected RemoteLandingMeasurementNaturalId[] handleGetLandingMeasurementNaturalIds()
                                                                             throws java.lang.Exception
Description copied from class: RemoteLandingMeasurementFullServiceBase
Performs the core logic for RemoteLandingMeasurementFullServiceBase.getLandingMeasurementNaturalIds()

Specified by:
handleGetLandingMeasurementNaturalIds in class RemoteLandingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLandingMeasurementFullService.getLandingMeasurementNaturalIds()

handleGetLandingMeasurementByNaturalId

protected RemoteLandingMeasurementFullVO handleGetLandingMeasurementByNaturalId(RemoteLandingMeasurementNaturalId landingMeasurementNaturalId)
                                                                         throws java.lang.Exception
Description copied from class: RemoteLandingMeasurementFullServiceBase
Performs the core logic for RemoteLandingMeasurementFullServiceBase.getLandingMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementNaturalId)

Specified by:
handleGetLandingMeasurementByNaturalId in class RemoteLandingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLandingMeasurementFullService.getLandingMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteLandingMeasurementNaturalId)

handleGetLandingMeasurementNaturalIdById

protected RemoteLandingMeasurementNaturalId handleGetLandingMeasurementNaturalIdById(java.lang.Integer id)
                                                                              throws java.lang.Exception
Description copied from class: RemoteLandingMeasurementFullServiceBase
Performs the core logic for RemoteLandingMeasurementFullServiceBase.getLandingMeasurementNaturalIdById(java.lang.Integer)

Specified by:
handleGetLandingMeasurementNaturalIdById in class RemoteLandingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLandingMeasurementFullService.getLandingMeasurementNaturalIdById(java.lang.Integer)

handleGetClusterLandingMeasurementByIdentifiers

protected ClusterLandingMeasurement handleGetClusterLandingMeasurementByIdentifiers(java.lang.Integer id)
                                                                             throws java.lang.Exception
Description copied from class: RemoteLandingMeasurementFullServiceBase
Performs the core logic for RemoteLandingMeasurementFullServiceBase.getClusterLandingMeasurementByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterLandingMeasurementByIdentifiers in class RemoteLandingMeasurementFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLandingMeasurementFullService.getClusterLandingMeasurementByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.