fr.ifremer.allegro.data.survey.economy.generic.service
Class RemoteEconomicalSurveyFullServiceImpl

java.lang.Object
  extended by fr.ifremer.allegro.data.survey.economy.generic.service.RemoteEconomicalSurveyFullServiceBase
      extended by fr.ifremer.allegro.data.survey.economy.generic.service.RemoteEconomicalSurveyFullServiceImpl
All Implemented Interfaces:
RemoteEconomicalSurveyFullService

public class RemoteEconomicalSurveyFullServiceImpl
extends RemoteEconomicalSurveyFullServiceBase

See Also:
RemoteEconomicalSurveyFullService

Constructor Summary
RemoteEconomicalSurveyFullServiceImpl()
           
 
Method Summary
protected  RemoteEconomicalSurveyFullVO handleAddEconomicalSurvey(RemoteEconomicalSurveyFullVO economicalSurvey)
          Performs the core logic for RemoteEconomicalSurveyFullServiceBase.addEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)
protected  ClusterEconomicalSurvey handleAddOrUpdateClusterEconomicalSurvey(ClusterEconomicalSurvey clusterEconomicalSurvey)
          Performs the core logic for RemoteEconomicalSurveyFullServiceBase.addOrUpdateClusterEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.generic.cluster.ClusterEconomicalSurvey)
protected  ClusterEconomicalSurvey[] handleGetAllClusterEconomicalSurveySinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
          Performs the core logic for RemoteEconomicalSurveyFullServiceBase.getAllClusterEconomicalSurveySinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteEconomicalSurveyFullVO[] handleGetAllEconomicalSurvey()
          Performs the core logic for RemoteEconomicalSurveyFullServiceBase.getAllEconomicalSurvey()
protected  ClusterEconomicalSurvey handleGetClusterEconomicalSurveyByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteEconomicalSurveyFullServiceBase.getClusterEconomicalSurveyByIdentifiers(java.lang.Integer)
protected  RemoteEconomicalSurveyFullVO handleGetEconomicalSurveyById(java.lang.Integer id)
          Performs the core logic for RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyById(java.lang.Integer)
protected  RemoteEconomicalSurveyFullVO[] handleGetEconomicalSurveyByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyByIds(java.lang.Integer[])
protected  RemoteEconomicalSurveyFullVO handleGetEconomicalSurveyByNaturalId(RemoteEconomicalSurveyNaturalId economicalSurveyNaturalId)
          Performs the core logic for RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyByNaturalId(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyNaturalId)
protected  RemoteEconomicalSurveyFullVO[] handleGetEconomicalSurveyByProgramCode(java.lang.String code)
          Performs the core logic for RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyByProgramCode(java.lang.String)
protected  RemoteEconomicalSurveyFullVO[] handleGetEconomicalSurveyByQualityFlagCode(java.lang.String code)
          Performs the core logic for RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyByQualityFlagCode(java.lang.String)
protected  RemoteEconomicalSurveyFullVO[] handleGetEconomicalSurveyByRecorderDepartmentId(java.lang.Integer id)
          Performs the core logic for RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyByRecorderDepartmentId(java.lang.Integer)
protected  RemoteEconomicalSurveyFullVO[] handleGetEconomicalSurveyByRecorderPersonId(java.lang.Integer id)
          Performs the core logic for RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyByRecorderPersonId(java.lang.Integer)
protected  RemoteEconomicalSurveyFullVO[] handleGetEconomicalSurveyByVesselCode(java.lang.String code)
          Performs the core logic for RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyByVesselCode(java.lang.String)
protected  RemoteEconomicalSurveyFullVO[] handleGetEconomicalSurveyByVesselOwnerId(java.lang.Integer id)
          Performs the core logic for RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyByVesselOwnerId(java.lang.Integer)
protected  RemoteEconomicalSurveyNaturalId handleGetEconomicalSurveyNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyNaturalIdById(java.lang.Integer)
protected  RemoteEconomicalSurveyNaturalId[] handleGetEconomicalSurveyNaturalIds()
          Performs the core logic for RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyNaturalIds()
protected  boolean handleRemoteEconomicalSurveyFullVOsAreEqual(RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOFirst, RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOSecond)
          Performs the core logic for RemoteEconomicalSurveyFullServiceBase.remoteEconomicalSurveyFullVOsAreEqual(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO, fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)
protected  boolean handleRemoteEconomicalSurveyFullVOsAreEqualOnIdentifiers(RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOFirst, RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOSecond)
          Performs the core logic for RemoteEconomicalSurveyFullServiceBase.remoteEconomicalSurveyFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO, fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)
protected  void handleRemoveEconomicalSurvey(RemoteEconomicalSurveyFullVO economicalSurvey)
          Performs the core logic for RemoteEconomicalSurveyFullServiceBase.removeEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)
protected  void handleUpdateEconomicalSurvey(RemoteEconomicalSurveyFullVO economicalSurvey)
          Performs the core logic for RemoteEconomicalSurveyFullServiceBase.updateEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)
 
Methods inherited from class fr.ifremer.allegro.data.survey.economy.generic.service.RemoteEconomicalSurveyFullServiceBase
addEconomicalSurvey, addOrUpdateClusterEconomicalSurvey, getAllClusterEconomicalSurveySinceDateSynchro, getAllEconomicalSurvey, getClusterEconomicalSurveyByIdentifiers, getDepartmentDao, getEconomicalSurveyById, getEconomicalSurveyByIds, getEconomicalSurveyByNaturalId, getEconomicalSurveyByProgramCode, getEconomicalSurveyByQualityFlagCode, getEconomicalSurveyByRecorderDepartmentId, getEconomicalSurveyByRecorderPersonId, getEconomicalSurveyByVesselCode, getEconomicalSurveyByVesselOwnerId, getEconomicalSurveyDao, getEconomicalSurveyNaturalIdById, getEconomicalSurveyNaturalIds, getMessage, getMessage, getMessage, getMessages, getPersonDao, getPrincipal, getProgramDao, getQualityFlagDao, getSurveyMeasurementDao, getVesselDao, getVesselOwnerDao, getVesselUseFeaturesDao, remoteEconomicalSurveyFullVOsAreEqual, remoteEconomicalSurveyFullVOsAreEqualOnIdentifiers, removeEconomicalSurvey, setDepartmentDao, setEconomicalSurveyDao, setPersonDao, setProgramDao, setQualityFlagDao, setSurveyMeasurementDao, setVesselDao, setVesselOwnerDao, setVesselUseFeaturesDao, updateEconomicalSurvey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteEconomicalSurveyFullServiceImpl

public RemoteEconomicalSurveyFullServiceImpl()
Method Detail

handleAddEconomicalSurvey

protected RemoteEconomicalSurveyFullVO handleAddEconomicalSurvey(RemoteEconomicalSurveyFullVO economicalSurvey)
                                                          throws java.lang.Exception
Description copied from class: RemoteEconomicalSurveyFullServiceBase
Performs the core logic for RemoteEconomicalSurveyFullServiceBase.addEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)

Specified by:
handleAddEconomicalSurvey in class RemoteEconomicalSurveyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteEconomicalSurveyFullService.addEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)

handleUpdateEconomicalSurvey

protected void handleUpdateEconomicalSurvey(RemoteEconomicalSurveyFullVO economicalSurvey)
                                     throws java.lang.Exception
Description copied from class: RemoteEconomicalSurveyFullServiceBase
Performs the core logic for RemoteEconomicalSurveyFullServiceBase.updateEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)

Specified by:
handleUpdateEconomicalSurvey in class RemoteEconomicalSurveyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteEconomicalSurveyFullService.updateEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)

handleRemoveEconomicalSurvey

protected void handleRemoveEconomicalSurvey(RemoteEconomicalSurveyFullVO economicalSurvey)
                                     throws java.lang.Exception
Description copied from class: RemoteEconomicalSurveyFullServiceBase
Performs the core logic for RemoteEconomicalSurveyFullServiceBase.removeEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)

Specified by:
handleRemoveEconomicalSurvey in class RemoteEconomicalSurveyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteEconomicalSurveyFullService.removeEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)

handleGetAllEconomicalSurvey

protected RemoteEconomicalSurveyFullVO[] handleGetAllEconomicalSurvey()
                                                               throws java.lang.Exception
Description copied from class: RemoteEconomicalSurveyFullServiceBase
Performs the core logic for RemoteEconomicalSurveyFullServiceBase.getAllEconomicalSurvey()

Specified by:
handleGetAllEconomicalSurvey in class RemoteEconomicalSurveyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteEconomicalSurveyFullService.getAllEconomicalSurvey()

handleGetEconomicalSurveyById

protected RemoteEconomicalSurveyFullVO handleGetEconomicalSurveyById(java.lang.Integer id)
                                                              throws java.lang.Exception
Description copied from class: RemoteEconomicalSurveyFullServiceBase
Performs the core logic for RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyById(java.lang.Integer)

Specified by:
handleGetEconomicalSurveyById in class RemoteEconomicalSurveyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteEconomicalSurveyFullService.getEconomicalSurveyById(java.lang.Integer)

handleGetEconomicalSurveyByIds

protected RemoteEconomicalSurveyFullVO[] handleGetEconomicalSurveyByIds(java.lang.Integer[] id)
                                                                 throws java.lang.Exception
Description copied from class: RemoteEconomicalSurveyFullServiceBase
Performs the core logic for RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyByIds(java.lang.Integer[])

Specified by:
handleGetEconomicalSurveyByIds in class RemoteEconomicalSurveyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteEconomicalSurveyFullService.getEconomicalSurveyByIds(java.lang.Integer[])

handleGetEconomicalSurveyByVesselOwnerId

protected RemoteEconomicalSurveyFullVO[] handleGetEconomicalSurveyByVesselOwnerId(java.lang.Integer id)
                                                                           throws java.lang.Exception
Description copied from class: RemoteEconomicalSurveyFullServiceBase
Performs the core logic for RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyByVesselOwnerId(java.lang.Integer)

Specified by:
handleGetEconomicalSurveyByVesselOwnerId in class RemoteEconomicalSurveyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteEconomicalSurveyFullService.getEconomicalSurveyByVesselOwnerId(java.lang.Integer)

handleGetEconomicalSurveyByVesselCode

protected RemoteEconomicalSurveyFullVO[] handleGetEconomicalSurveyByVesselCode(java.lang.String code)
                                                                        throws java.lang.Exception
Description copied from class: RemoteEconomicalSurveyFullServiceBase
Performs the core logic for RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyByVesselCode(java.lang.String)

Specified by:
handleGetEconomicalSurveyByVesselCode in class RemoteEconomicalSurveyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteEconomicalSurveyFullService.getEconomicalSurveyByVesselCode(java.lang.String)

handleGetEconomicalSurveyByQualityFlagCode

protected RemoteEconomicalSurveyFullVO[] handleGetEconomicalSurveyByQualityFlagCode(java.lang.String code)
                                                                             throws java.lang.Exception
Description copied from class: RemoteEconomicalSurveyFullServiceBase
Performs the core logic for RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyByQualityFlagCode(java.lang.String)

Specified by:
handleGetEconomicalSurveyByQualityFlagCode in class RemoteEconomicalSurveyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteEconomicalSurveyFullService.getEconomicalSurveyByQualityFlagCode(java.lang.String)

handleGetEconomicalSurveyByProgramCode

protected RemoteEconomicalSurveyFullVO[] handleGetEconomicalSurveyByProgramCode(java.lang.String code)
                                                                         throws java.lang.Exception
Description copied from class: RemoteEconomicalSurveyFullServiceBase
Performs the core logic for RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyByProgramCode(java.lang.String)

Specified by:
handleGetEconomicalSurveyByProgramCode in class RemoteEconomicalSurveyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteEconomicalSurveyFullService.getEconomicalSurveyByProgramCode(java.lang.String)

handleGetEconomicalSurveyByRecorderDepartmentId

protected RemoteEconomicalSurveyFullVO[] handleGetEconomicalSurveyByRecorderDepartmentId(java.lang.Integer id)
                                                                                  throws java.lang.Exception
Description copied from class: RemoteEconomicalSurveyFullServiceBase
Performs the core logic for RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyByRecorderDepartmentId(java.lang.Integer)

Specified by:
handleGetEconomicalSurveyByRecorderDepartmentId in class RemoteEconomicalSurveyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteEconomicalSurveyFullService.getEconomicalSurveyByRecorderDepartmentId(java.lang.Integer)

handleGetEconomicalSurveyByRecorderPersonId

protected RemoteEconomicalSurveyFullVO[] handleGetEconomicalSurveyByRecorderPersonId(java.lang.Integer id)
                                                                              throws java.lang.Exception
Description copied from class: RemoteEconomicalSurveyFullServiceBase
Performs the core logic for RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyByRecorderPersonId(java.lang.Integer)

Specified by:
handleGetEconomicalSurveyByRecorderPersonId in class RemoteEconomicalSurveyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteEconomicalSurveyFullService.getEconomicalSurveyByRecorderPersonId(java.lang.Integer)

handleRemoteEconomicalSurveyFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteEconomicalSurveyFullVOsAreEqualOnIdentifiers(RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOFirst,
                                                                           RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOSecond)
                                                                    throws java.lang.Exception
Description copied from class: RemoteEconomicalSurveyFullServiceBase
Performs the core logic for RemoteEconomicalSurveyFullServiceBase.remoteEconomicalSurveyFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO, fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)

Specified by:
handleRemoteEconomicalSurveyFullVOsAreEqualOnIdentifiers in class RemoteEconomicalSurveyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteEconomicalSurveyFullService.remoteEconomicalSurveyFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO, fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)

handleRemoteEconomicalSurveyFullVOsAreEqual

protected boolean handleRemoteEconomicalSurveyFullVOsAreEqual(RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOFirst,
                                                              RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOSecond)
                                                       throws java.lang.Exception
Description copied from class: RemoteEconomicalSurveyFullServiceBase
Performs the core logic for RemoteEconomicalSurveyFullServiceBase.remoteEconomicalSurveyFullVOsAreEqual(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO, fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)

Specified by:
handleRemoteEconomicalSurveyFullVOsAreEqual in class RemoteEconomicalSurveyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteEconomicalSurveyFullService.remoteEconomicalSurveyFullVOsAreEqual(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO, fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)

handleGetEconomicalSurveyNaturalIds

protected RemoteEconomicalSurveyNaturalId[] handleGetEconomicalSurveyNaturalIds()
                                                                         throws java.lang.Exception
Description copied from class: RemoteEconomicalSurveyFullServiceBase
Performs the core logic for RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyNaturalIds()

Specified by:
handleGetEconomicalSurveyNaturalIds in class RemoteEconomicalSurveyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteEconomicalSurveyFullService.getEconomicalSurveyNaturalIds()

handleGetEconomicalSurveyByNaturalId

protected RemoteEconomicalSurveyFullVO handleGetEconomicalSurveyByNaturalId(RemoteEconomicalSurveyNaturalId economicalSurveyNaturalId)
                                                                     throws java.lang.Exception
Description copied from class: RemoteEconomicalSurveyFullServiceBase
Performs the core logic for RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyByNaturalId(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyNaturalId)

Specified by:
handleGetEconomicalSurveyByNaturalId in class RemoteEconomicalSurveyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteEconomicalSurveyFullService.getEconomicalSurveyByNaturalId(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyNaturalId)

handleGetEconomicalSurveyNaturalIdById

protected RemoteEconomicalSurveyNaturalId handleGetEconomicalSurveyNaturalIdById(java.lang.Integer id)
                                                                          throws java.lang.Exception
Description copied from class: RemoteEconomicalSurveyFullServiceBase
Performs the core logic for RemoteEconomicalSurveyFullServiceBase.getEconomicalSurveyNaturalIdById(java.lang.Integer)

Specified by:
handleGetEconomicalSurveyNaturalIdById in class RemoteEconomicalSurveyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteEconomicalSurveyFullService.getEconomicalSurveyNaturalIdById(java.lang.Integer)

handleAddOrUpdateClusterEconomicalSurvey

protected ClusterEconomicalSurvey handleAddOrUpdateClusterEconomicalSurvey(ClusterEconomicalSurvey clusterEconomicalSurvey)
                                                                    throws java.lang.Exception
Description copied from class: RemoteEconomicalSurveyFullServiceBase
Performs the core logic for RemoteEconomicalSurveyFullServiceBase.addOrUpdateClusterEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.generic.cluster.ClusterEconomicalSurvey)

Specified by:
handleAddOrUpdateClusterEconomicalSurvey in class RemoteEconomicalSurveyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteEconomicalSurveyFullService.addOrUpdateClusterEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.generic.cluster.ClusterEconomicalSurvey)

handleGetAllClusterEconomicalSurveySinceDateSynchro

protected ClusterEconomicalSurvey[] handleGetAllClusterEconomicalSurveySinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                                        java.lang.Integer userId,
                                                                                        java.lang.Integer[] registrationLocationIds,
                                                                                        java.lang.Integer pageNumber,
                                                                                        java.lang.Integer pageSize)
                                                                                 throws java.lang.Exception
Description copied from class: RemoteEconomicalSurveyFullServiceBase
Performs the core logic for RemoteEconomicalSurveyFullServiceBase.getAllClusterEconomicalSurveySinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterEconomicalSurveySinceDateSynchro in class RemoteEconomicalSurveyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteEconomicalSurveyFullService.getAllClusterEconomicalSurveySinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterEconomicalSurveyByIdentifiers

protected ClusterEconomicalSurvey handleGetClusterEconomicalSurveyByIdentifiers(java.lang.Integer id)
                                                                         throws java.lang.Exception
Description copied from class: RemoteEconomicalSurveyFullServiceBase
Performs the core logic for RemoteEconomicalSurveyFullServiceBase.getClusterEconomicalSurveyByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterEconomicalSurveyByIdentifiers in class RemoteEconomicalSurveyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteEconomicalSurveyFullService.getClusterEconomicalSurveyByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.