fr.ifremer.allegro.data.survey.physicalGear.generic.service
Class RemotePhysicalGearSurveyFullServiceImpl

java.lang.Object
  extended by fr.ifremer.allegro.data.survey.physicalGear.generic.service.RemotePhysicalGearSurveyFullServiceBase
      extended by fr.ifremer.allegro.data.survey.physicalGear.generic.service.RemotePhysicalGearSurveyFullServiceImpl
All Implemented Interfaces:
RemotePhysicalGearSurveyFullService

public class RemotePhysicalGearSurveyFullServiceImpl
extends RemotePhysicalGearSurveyFullServiceBase

See Also:
RemotePhysicalGearSurveyFullService

Constructor Summary
RemotePhysicalGearSurveyFullServiceImpl()
           
 
Method Summary
protected  ClusterPhysicalGearSurvey handleAddOrUpdateClusterPhysicalGearSurvey(ClusterPhysicalGearSurvey clusterPhysicalGearSurvey)
          Performs the core logic for RemotePhysicalGearSurveyFullServiceBase.addOrUpdateClusterPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.generic.cluster.ClusterPhysicalGearSurvey)
protected  RemotePhysicalGearSurveyFullVO handleAddPhysicalGearSurvey(RemotePhysicalGearSurveyFullVO physicalGearSurvey)
          Performs the core logic for RemotePhysicalGearSurveyFullServiceBase.addPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO)
protected  ClusterPhysicalGearSurvey[] handleGetAllClusterPhysicalGearSurveySinceDateSynchro(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 RemotePhysicalGearSurveyFullServiceBase.getAllClusterPhysicalGearSurveySinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemotePhysicalGearSurveyFullVO[] handleGetAllPhysicalGearSurvey()
          Performs the core logic for RemotePhysicalGearSurveyFullServiceBase.getAllPhysicalGearSurvey()
protected  ClusterPhysicalGearSurvey handleGetClusterPhysicalGearSurveyByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemotePhysicalGearSurveyFullServiceBase.getClusterPhysicalGearSurveyByIdentifiers(java.lang.Integer)
protected  RemotePhysicalGearSurveyFullVO handleGetPhysicalGearSurveyById(java.lang.Integer id)
          Performs the core logic for RemotePhysicalGearSurveyFullServiceBase.getPhysicalGearSurveyById(java.lang.Integer)
protected  RemotePhysicalGearSurveyFullVO[] handleGetPhysicalGearSurveyByIds(java.lang.Integer[] id)
          Performs the core logic for RemotePhysicalGearSurveyFullServiceBase.getPhysicalGearSurveyByIds(java.lang.Integer[])
protected  RemotePhysicalGearSurveyFullVO handleGetPhysicalGearSurveyByNaturalId(RemotePhysicalGearSurveyNaturalId physicalGearSurveyNaturalId)
          Performs the core logic for RemotePhysicalGearSurveyFullServiceBase.getPhysicalGearSurveyByNaturalId(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyNaturalId)
protected  RemotePhysicalGearSurveyFullVO[] handleGetPhysicalGearSurveyByProgramCode(java.lang.String code)
          Performs the core logic for RemotePhysicalGearSurveyFullServiceBase.getPhysicalGearSurveyByProgramCode(java.lang.String)
protected  RemotePhysicalGearSurveyFullVO[] handleGetPhysicalGearSurveyByQualityFlagCode(java.lang.String code)
          Performs the core logic for RemotePhysicalGearSurveyFullServiceBase.getPhysicalGearSurveyByQualityFlagCode(java.lang.String)
protected  RemotePhysicalGearSurveyFullVO[] handleGetPhysicalGearSurveyByRecorderDepartmentId(java.lang.Integer id)
          Performs the core logic for RemotePhysicalGearSurveyFullServiceBase.getPhysicalGearSurveyByRecorderDepartmentId(java.lang.Integer)
protected  RemotePhysicalGearSurveyFullVO[] handleGetPhysicalGearSurveyByRecorderPersonId(java.lang.Integer id)
          Performs the core logic for RemotePhysicalGearSurveyFullServiceBase.getPhysicalGearSurveyByRecorderPersonId(java.lang.Integer)
protected  RemotePhysicalGearSurveyFullVO[] handleGetPhysicalGearSurveyByVesselCode(java.lang.String code)
          Performs the core logic for RemotePhysicalGearSurveyFullServiceBase.getPhysicalGearSurveyByVesselCode(java.lang.String)
protected  RemotePhysicalGearSurveyNaturalId handleGetPhysicalGearSurveyNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemotePhysicalGearSurveyFullServiceBase.getPhysicalGearSurveyNaturalIdById(java.lang.Integer)
protected  RemotePhysicalGearSurveyNaturalId[] handleGetPhysicalGearSurveyNaturalIds()
          Performs the core logic for RemotePhysicalGearSurveyFullServiceBase.getPhysicalGearSurveyNaturalIds()
protected  boolean handleRemotePhysicalGearSurveyFullVOsAreEqual(RemotePhysicalGearSurveyFullVO remotePhysicalGearSurveyFullVOFirst, RemotePhysicalGearSurveyFullVO remotePhysicalGearSurveyFullVOSecond)
          Performs the core logic for RemotePhysicalGearSurveyFullServiceBase.remotePhysicalGearSurveyFullVOsAreEqual(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO, fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO)
protected  boolean handleRemotePhysicalGearSurveyFullVOsAreEqualOnIdentifiers(RemotePhysicalGearSurveyFullVO remotePhysicalGearSurveyFullVOFirst, RemotePhysicalGearSurveyFullVO remotePhysicalGearSurveyFullVOSecond)
          Performs the core logic for RemotePhysicalGearSurveyFullServiceBase.remotePhysicalGearSurveyFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO, fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO)
protected  void handleRemovePhysicalGearSurvey(RemotePhysicalGearSurveyFullVO physicalGearSurvey)
          Performs the core logic for RemotePhysicalGearSurveyFullServiceBase.removePhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO)
protected  void handleUpdatePhysicalGearSurvey(RemotePhysicalGearSurveyFullVO physicalGearSurvey)
          Performs the core logic for RemotePhysicalGearSurveyFullServiceBase.updatePhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO)
 
Methods inherited from class fr.ifremer.allegro.data.survey.physicalGear.generic.service.RemotePhysicalGearSurveyFullServiceBase
addOrUpdateClusterPhysicalGearSurvey, addPhysicalGearSurvey, getAllClusterPhysicalGearSurveySinceDateSynchro, getAllPhysicalGearSurvey, getClusterPhysicalGearSurveyByIdentifiers, getDepartmentDao, getGearPhysicalFeaturesDao, getMessage, getMessage, getMessage, getMessages, getPersonDao, getPhysicalGearSurveyById, getPhysicalGearSurveyByIds, getPhysicalGearSurveyByNaturalId, getPhysicalGearSurveyByProgramCode, getPhysicalGearSurveyByQualityFlagCode, getPhysicalGearSurveyByRecorderDepartmentId, getPhysicalGearSurveyByRecorderPersonId, getPhysicalGearSurveyByVesselCode, getPhysicalGearSurveyDao, getPhysicalGearSurveyNaturalIdById, getPhysicalGearSurveyNaturalIds, getPrincipal, getProgramDao, getQualityFlagDao, getSurveyMeasurementDao, getVesselDao, getVesselPhysicalFeaturesDao, remotePhysicalGearSurveyFullVOsAreEqual, remotePhysicalGearSurveyFullVOsAreEqualOnIdentifiers, removePhysicalGearSurvey, setDepartmentDao, setGearPhysicalFeaturesDao, setPersonDao, setPhysicalGearSurveyDao, setProgramDao, setQualityFlagDao, setSurveyMeasurementDao, setVesselDao, setVesselPhysicalFeaturesDao, updatePhysicalGearSurvey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemotePhysicalGearSurveyFullServiceImpl

public RemotePhysicalGearSurveyFullServiceImpl()
Method Detail

handleAddPhysicalGearSurvey

protected RemotePhysicalGearSurveyFullVO handleAddPhysicalGearSurvey(RemotePhysicalGearSurveyFullVO physicalGearSurvey)
                                                              throws java.lang.Exception
Description copied from class: RemotePhysicalGearSurveyFullServiceBase
Performs the core logic for RemotePhysicalGearSurveyFullServiceBase.addPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO)

Specified by:
handleAddPhysicalGearSurvey in class RemotePhysicalGearSurveyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhysicalGearSurveyFullService.addPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO)

handleUpdatePhysicalGearSurvey

protected void handleUpdatePhysicalGearSurvey(RemotePhysicalGearSurveyFullVO physicalGearSurvey)
                                       throws java.lang.Exception
Description copied from class: RemotePhysicalGearSurveyFullServiceBase
Performs the core logic for RemotePhysicalGearSurveyFullServiceBase.updatePhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO)

Specified by:
handleUpdatePhysicalGearSurvey in class RemotePhysicalGearSurveyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhysicalGearSurveyFullService.updatePhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO)

handleRemovePhysicalGearSurvey

protected void handleRemovePhysicalGearSurvey(RemotePhysicalGearSurveyFullVO physicalGearSurvey)
                                       throws java.lang.Exception
Description copied from class: RemotePhysicalGearSurveyFullServiceBase
Performs the core logic for RemotePhysicalGearSurveyFullServiceBase.removePhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO)

Specified by:
handleRemovePhysicalGearSurvey in class RemotePhysicalGearSurveyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhysicalGearSurveyFullService.removePhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO)

handleGetAllPhysicalGearSurvey

protected RemotePhysicalGearSurveyFullVO[] handleGetAllPhysicalGearSurvey()
                                                                   throws java.lang.Exception
Description copied from class: RemotePhysicalGearSurveyFullServiceBase
Performs the core logic for RemotePhysicalGearSurveyFullServiceBase.getAllPhysicalGearSurvey()

Specified by:
handleGetAllPhysicalGearSurvey in class RemotePhysicalGearSurveyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhysicalGearSurveyFullService.getAllPhysicalGearSurvey()

handleGetPhysicalGearSurveyById

protected RemotePhysicalGearSurveyFullVO handleGetPhysicalGearSurveyById(java.lang.Integer id)
                                                                  throws java.lang.Exception
Description copied from class: RemotePhysicalGearSurveyFullServiceBase
Performs the core logic for RemotePhysicalGearSurveyFullServiceBase.getPhysicalGearSurveyById(java.lang.Integer)

Specified by:
handleGetPhysicalGearSurveyById in class RemotePhysicalGearSurveyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhysicalGearSurveyFullService.getPhysicalGearSurveyById(java.lang.Integer)

handleGetPhysicalGearSurveyByIds

protected RemotePhysicalGearSurveyFullVO[] handleGetPhysicalGearSurveyByIds(java.lang.Integer[] id)
                                                                     throws java.lang.Exception
Description copied from class: RemotePhysicalGearSurveyFullServiceBase
Performs the core logic for RemotePhysicalGearSurveyFullServiceBase.getPhysicalGearSurveyByIds(java.lang.Integer[])

Specified by:
handleGetPhysicalGearSurveyByIds in class RemotePhysicalGearSurveyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhysicalGearSurveyFullService.getPhysicalGearSurveyByIds(java.lang.Integer[])

handleGetPhysicalGearSurveyByVesselCode

protected RemotePhysicalGearSurveyFullVO[] handleGetPhysicalGearSurveyByVesselCode(java.lang.String code)
                                                                            throws java.lang.Exception
Description copied from class: RemotePhysicalGearSurveyFullServiceBase
Performs the core logic for RemotePhysicalGearSurveyFullServiceBase.getPhysicalGearSurveyByVesselCode(java.lang.String)

Specified by:
handleGetPhysicalGearSurveyByVesselCode in class RemotePhysicalGearSurveyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhysicalGearSurveyFullService.getPhysicalGearSurveyByVesselCode(java.lang.String)

handleGetPhysicalGearSurveyByProgramCode

protected RemotePhysicalGearSurveyFullVO[] handleGetPhysicalGearSurveyByProgramCode(java.lang.String code)
                                                                             throws java.lang.Exception
Description copied from class: RemotePhysicalGearSurveyFullServiceBase
Performs the core logic for RemotePhysicalGearSurveyFullServiceBase.getPhysicalGearSurveyByProgramCode(java.lang.String)

Specified by:
handleGetPhysicalGearSurveyByProgramCode in class RemotePhysicalGearSurveyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhysicalGearSurveyFullService.getPhysicalGearSurveyByProgramCode(java.lang.String)

handleGetPhysicalGearSurveyByRecorderDepartmentId

protected RemotePhysicalGearSurveyFullVO[] handleGetPhysicalGearSurveyByRecorderDepartmentId(java.lang.Integer id)
                                                                                      throws java.lang.Exception
Description copied from class: RemotePhysicalGearSurveyFullServiceBase
Performs the core logic for RemotePhysicalGearSurveyFullServiceBase.getPhysicalGearSurveyByRecorderDepartmentId(java.lang.Integer)

Specified by:
handleGetPhysicalGearSurveyByRecorderDepartmentId in class RemotePhysicalGearSurveyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhysicalGearSurveyFullService.getPhysicalGearSurveyByRecorderDepartmentId(java.lang.Integer)

handleGetPhysicalGearSurveyByQualityFlagCode

protected RemotePhysicalGearSurveyFullVO[] handleGetPhysicalGearSurveyByQualityFlagCode(java.lang.String code)
                                                                                 throws java.lang.Exception
Description copied from class: RemotePhysicalGearSurveyFullServiceBase
Performs the core logic for RemotePhysicalGearSurveyFullServiceBase.getPhysicalGearSurveyByQualityFlagCode(java.lang.String)

Specified by:
handleGetPhysicalGearSurveyByQualityFlagCode in class RemotePhysicalGearSurveyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhysicalGearSurveyFullService.getPhysicalGearSurveyByQualityFlagCode(java.lang.String)

handleGetPhysicalGearSurveyByRecorderPersonId

protected RemotePhysicalGearSurveyFullVO[] handleGetPhysicalGearSurveyByRecorderPersonId(java.lang.Integer id)
                                                                                  throws java.lang.Exception
Description copied from class: RemotePhysicalGearSurveyFullServiceBase
Performs the core logic for RemotePhysicalGearSurveyFullServiceBase.getPhysicalGearSurveyByRecorderPersonId(java.lang.Integer)

Specified by:
handleGetPhysicalGearSurveyByRecorderPersonId in class RemotePhysicalGearSurveyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhysicalGearSurveyFullService.getPhysicalGearSurveyByRecorderPersonId(java.lang.Integer)

handleRemotePhysicalGearSurveyFullVOsAreEqualOnIdentifiers

protected boolean handleRemotePhysicalGearSurveyFullVOsAreEqualOnIdentifiers(RemotePhysicalGearSurveyFullVO remotePhysicalGearSurveyFullVOFirst,
                                                                             RemotePhysicalGearSurveyFullVO remotePhysicalGearSurveyFullVOSecond)
                                                                      throws java.lang.Exception
Description copied from class: RemotePhysicalGearSurveyFullServiceBase
Performs the core logic for RemotePhysicalGearSurveyFullServiceBase.remotePhysicalGearSurveyFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO, fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO)

Specified by:
handleRemotePhysicalGearSurveyFullVOsAreEqualOnIdentifiers in class RemotePhysicalGearSurveyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhysicalGearSurveyFullService.remotePhysicalGearSurveyFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO, fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO)

handleRemotePhysicalGearSurveyFullVOsAreEqual

protected boolean handleRemotePhysicalGearSurveyFullVOsAreEqual(RemotePhysicalGearSurveyFullVO remotePhysicalGearSurveyFullVOFirst,
                                                                RemotePhysicalGearSurveyFullVO remotePhysicalGearSurveyFullVOSecond)
                                                         throws java.lang.Exception
Description copied from class: RemotePhysicalGearSurveyFullServiceBase
Performs the core logic for RemotePhysicalGearSurveyFullServiceBase.remotePhysicalGearSurveyFullVOsAreEqual(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO, fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO)

Specified by:
handleRemotePhysicalGearSurveyFullVOsAreEqual in class RemotePhysicalGearSurveyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhysicalGearSurveyFullService.remotePhysicalGearSurveyFullVOsAreEqual(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO, fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO)

handleGetPhysicalGearSurveyNaturalIds

protected RemotePhysicalGearSurveyNaturalId[] handleGetPhysicalGearSurveyNaturalIds()
                                                                             throws java.lang.Exception
Description copied from class: RemotePhysicalGearSurveyFullServiceBase
Performs the core logic for RemotePhysicalGearSurveyFullServiceBase.getPhysicalGearSurveyNaturalIds()

Specified by:
handleGetPhysicalGearSurveyNaturalIds in class RemotePhysicalGearSurveyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhysicalGearSurveyFullService.getPhysicalGearSurveyNaturalIds()

handleGetPhysicalGearSurveyByNaturalId

protected RemotePhysicalGearSurveyFullVO handleGetPhysicalGearSurveyByNaturalId(RemotePhysicalGearSurveyNaturalId physicalGearSurveyNaturalId)
                                                                         throws java.lang.Exception
Description copied from class: RemotePhysicalGearSurveyFullServiceBase
Performs the core logic for RemotePhysicalGearSurveyFullServiceBase.getPhysicalGearSurveyByNaturalId(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyNaturalId)

Specified by:
handleGetPhysicalGearSurveyByNaturalId in class RemotePhysicalGearSurveyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhysicalGearSurveyFullService.getPhysicalGearSurveyByNaturalId(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyNaturalId)

handleGetPhysicalGearSurveyNaturalIdById

protected RemotePhysicalGearSurveyNaturalId handleGetPhysicalGearSurveyNaturalIdById(java.lang.Integer id)
                                                                              throws java.lang.Exception
Description copied from class: RemotePhysicalGearSurveyFullServiceBase
Performs the core logic for RemotePhysicalGearSurveyFullServiceBase.getPhysicalGearSurveyNaturalIdById(java.lang.Integer)

Specified by:
handleGetPhysicalGearSurveyNaturalIdById in class RemotePhysicalGearSurveyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhysicalGearSurveyFullService.getPhysicalGearSurveyNaturalIdById(java.lang.Integer)

handleAddOrUpdateClusterPhysicalGearSurvey

protected ClusterPhysicalGearSurvey handleAddOrUpdateClusterPhysicalGearSurvey(ClusterPhysicalGearSurvey clusterPhysicalGearSurvey)
                                                                        throws java.lang.Exception
Description copied from class: RemotePhysicalGearSurveyFullServiceBase
Performs the core logic for RemotePhysicalGearSurveyFullServiceBase.addOrUpdateClusterPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.generic.cluster.ClusterPhysicalGearSurvey)

Specified by:
handleAddOrUpdateClusterPhysicalGearSurvey in class RemotePhysicalGearSurveyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhysicalGearSurveyFullService.addOrUpdateClusterPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.generic.cluster.ClusterPhysicalGearSurvey)

handleGetAllClusterPhysicalGearSurveySinceDateSynchro

protected ClusterPhysicalGearSurvey[] handleGetAllClusterPhysicalGearSurveySinceDateSynchro(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: RemotePhysicalGearSurveyFullServiceBase
Performs the core logic for RemotePhysicalGearSurveyFullServiceBase.getAllClusterPhysicalGearSurveySinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterPhysicalGearSurveySinceDateSynchro in class RemotePhysicalGearSurveyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhysicalGearSurveyFullService.getAllClusterPhysicalGearSurveySinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterPhysicalGearSurveyByIdentifiers

protected ClusterPhysicalGearSurvey handleGetClusterPhysicalGearSurveyByIdentifiers(java.lang.Integer id)
                                                                             throws java.lang.Exception
Description copied from class: RemotePhysicalGearSurveyFullServiceBase
Performs the core logic for RemotePhysicalGearSurveyFullServiceBase.getClusterPhysicalGearSurveyByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterPhysicalGearSurveyByIdentifiers in class RemotePhysicalGearSurveyFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePhysicalGearSurveyFullService.getClusterPhysicalGearSurveyByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.