fr.ifremer.allegro.data.survey.fishingTrip.generic.service
Class RemoteFishingTripFullServiceImpl

java.lang.Object
  extended by fr.ifremer.allegro.data.survey.fishingTrip.generic.service.RemoteFishingTripFullServiceBase
      extended by fr.ifremer.allegro.data.survey.fishingTrip.generic.service.RemoteFishingTripFullServiceImpl
All Implemented Interfaces:
RemoteFishingTripFullService

public class RemoteFishingTripFullServiceImpl
extends RemoteFishingTripFullServiceBase

See Also:
RemoteFishingTripFullService

Constructor Summary
RemoteFishingTripFullServiceImpl()
           
 
Method Summary
protected  RemoteFishingTripFullVO handleAddFishingTrip(RemoteFishingTripFullVO fishingTrip)
          Performs the core logic for RemoteFishingTripFullServiceBase.addFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripFullVO)
protected  ClusterFishingTrip handleAddOrUpdateClusterFishingTrip(ClusterFishingTrip clusterFishingTrip)
          Performs the core logic for RemoteFishingTripFullServiceBase.addOrUpdateClusterFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster.ClusterFishingTrip)
protected  ClusterFishingTrip[] handleGetAllClusterFishingTripSinceDateSynchro(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 RemoteFishingTripFullServiceBase.getAllClusterFishingTripSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteFishingTripFullVO[] handleGetAllFishingTrip()
          Performs the core logic for RemoteFishingTripFullServiceBase.getAllFishingTrip()
protected  ClusterFishingTrip handleGetClusterFishingTripByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteFishingTripFullServiceBase.getClusterFishingTripByIdentifiers(java.lang.Integer)
protected  RemoteFishingTripFullVO[] handleGetFishingTripByDeclaredDocumentReferenceId(java.lang.Integer id)
          Performs the core logic for RemoteFishingTripFullServiceBase.getFishingTripByDeclaredDocumentReferenceId(java.lang.Integer)
protected  RemoteFishingTripFullVO[] handleGetFishingTripByDepartureLocationId(java.lang.Integer id)
          Performs the core logic for RemoteFishingTripFullServiceBase.getFishingTripByDepartureLocationId(java.lang.Integer)
protected  RemoteFishingTripFullVO handleGetFishingTripById(java.lang.Integer id)
          Performs the core logic for RemoteFishingTripFullServiceBase.getFishingTripById(java.lang.Integer)
protected  RemoteFishingTripFullVO[] handleGetFishingTripByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteFishingTripFullServiceBase.getFishingTripByIds(java.lang.Integer[])
protected  RemoteFishingTripFullVO handleGetFishingTripByNaturalId(RemoteFishingTripNaturalId fishingTripNaturalId)
          Performs the core logic for RemoteFishingTripFullServiceBase.getFishingTripByNaturalId(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripNaturalId)
protected  RemoteFishingTripFullVO[] handleGetFishingTripByProgramCode(java.lang.String code)
          Performs the core logic for RemoteFishingTripFullServiceBase.getFishingTripByProgramCode(java.lang.String)
protected  RemoteFishingTripFullVO[] handleGetFishingTripByQualityFlagCode(java.lang.String code)
          Performs the core logic for RemoteFishingTripFullServiceBase.getFishingTripByQualityFlagCode(java.lang.String)
protected  RemoteFishingTripFullVO[] handleGetFishingTripByRecorderDepartmentId(java.lang.Integer id)
          Performs the core logic for RemoteFishingTripFullServiceBase.getFishingTripByRecorderDepartmentId(java.lang.Integer)
protected  RemoteFishingTripFullVO[] handleGetFishingTripByRecorderPersonId(java.lang.Integer id)
          Performs the core logic for RemoteFishingTripFullServiceBase.getFishingTripByRecorderPersonId(java.lang.Integer)
protected  RemoteFishingTripFullVO[] handleGetFishingTripByReturnLocationId(java.lang.Integer id)
          Performs the core logic for RemoteFishingTripFullServiceBase.getFishingTripByReturnLocationId(java.lang.Integer)
protected  RemoteFishingTripFullVO[] handleGetFishingTripByScientificCruiseId(java.lang.Integer id)
          Performs the core logic for RemoteFishingTripFullServiceBase.getFishingTripByScientificCruiseId(java.lang.Integer)
protected  RemoteFishingTripFullVO[] handleGetFishingTripByVesselCode(java.lang.String code)
          Performs the core logic for RemoteFishingTripFullServiceBase.getFishingTripByVesselCode(java.lang.String)
protected  RemoteFishingTripNaturalId handleGetFishingTripNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteFishingTripFullServiceBase.getFishingTripNaturalIdById(java.lang.Integer)
protected  RemoteFishingTripNaturalId[] handleGetFishingTripNaturalIds()
          Performs the core logic for RemoteFishingTripFullServiceBase.getFishingTripNaturalIds()
protected  boolean handleRemoteFishingTripFullVOsAreEqual(RemoteFishingTripFullVO remoteFishingTripFullVOFirst, RemoteFishingTripFullVO remoteFishingTripFullVOSecond)
          Performs the core logic for RemoteFishingTripFullServiceBase.remoteFishingTripFullVOsAreEqual(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripFullVO, fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripFullVO)
protected  boolean handleRemoteFishingTripFullVOsAreEqualOnIdentifiers(RemoteFishingTripFullVO remoteFishingTripFullVOFirst, RemoteFishingTripFullVO remoteFishingTripFullVOSecond)
          Performs the core logic for RemoteFishingTripFullServiceBase.remoteFishingTripFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripFullVO, fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripFullVO)
protected  void handleRemoveFishingTrip(RemoteFishingTripFullVO fishingTrip)
          Performs the core logic for RemoteFishingTripFullServiceBase.removeFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripFullVO)
protected  void handleUpdateFishingTrip(RemoteFishingTripFullVO fishingTrip)
          Performs the core logic for RemoteFishingTripFullServiceBase.updateFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripFullVO)
 
Methods inherited from class fr.ifremer.allegro.data.survey.fishingTrip.generic.service.RemoteFishingTripFullServiceBase
addFishingTrip, addOrUpdateClusterFishingTrip, getAllClusterFishingTripSinceDateSynchro, getAllFishingTrip, getClusterFishingTripByIdentifiers, getDeclaredDocumentReferenceDao, getDepartmentDao, getFishingTripByDeclaredDocumentReferenceId, getFishingTripByDepartureLocationId, getFishingTripById, getFishingTripByIds, getFishingTripByNaturalId, getFishingTripByProgramCode, getFishingTripByQualityFlagCode, getFishingTripByRecorderDepartmentId, getFishingTripByRecorderPersonId, getFishingTripByReturnLocationId, getFishingTripByScientificCruiseId, getFishingTripByVesselCode, getFishingTripDao, getFishingTripNaturalIdById, getFishingTripNaturalIds, getFishingTripOriginDao, getGearPhysicalFeaturesDao, getLandingDao, getLocationDao, getMessage, getMessage, getMessage, getMessages, getOperationDao, getPersonDao, getPrincipal, getProgramDao, getQualityFlagDao, getSaleDao, getScientificCruiseDao, getSurveyMeasurementDao, getTransshipmentDao, getVesselDao, getVesselUseFeaturesDao, remoteFishingTripFullVOsAreEqual, remoteFishingTripFullVOsAreEqualOnIdentifiers, removeFishingTrip, setDeclaredDocumentReferenceDao, setDepartmentDao, setFishingTripDao, setFishingTripOriginDao, setGearPhysicalFeaturesDao, setLandingDao, setLocationDao, setOperationDao, setPersonDao, setProgramDao, setQualityFlagDao, setSaleDao, setScientificCruiseDao, setSurveyMeasurementDao, setTransshipmentDao, setVesselDao, setVesselUseFeaturesDao, updateFishingTrip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteFishingTripFullServiceImpl

public RemoteFishingTripFullServiceImpl()
Method Detail

handleAddFishingTrip

protected RemoteFishingTripFullVO handleAddFishingTrip(RemoteFishingTripFullVO fishingTrip)
                                                throws java.lang.Exception
Description copied from class: RemoteFishingTripFullServiceBase
Performs the core logic for RemoteFishingTripFullServiceBase.addFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripFullVO)

Specified by:
handleAddFishingTrip in class RemoteFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingTripFullService.addFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripFullVO)

handleUpdateFishingTrip

protected void handleUpdateFishingTrip(RemoteFishingTripFullVO fishingTrip)
                                throws java.lang.Exception
Description copied from class: RemoteFishingTripFullServiceBase
Performs the core logic for RemoteFishingTripFullServiceBase.updateFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripFullVO)

Specified by:
handleUpdateFishingTrip in class RemoteFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingTripFullService.updateFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripFullVO)

handleRemoveFishingTrip

protected void handleRemoveFishingTrip(RemoteFishingTripFullVO fishingTrip)
                                throws java.lang.Exception
Description copied from class: RemoteFishingTripFullServiceBase
Performs the core logic for RemoteFishingTripFullServiceBase.removeFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripFullVO)

Specified by:
handleRemoveFishingTrip in class RemoteFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingTripFullService.removeFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripFullVO)

handleGetAllFishingTrip

protected RemoteFishingTripFullVO[] handleGetAllFishingTrip()
                                                     throws java.lang.Exception
Description copied from class: RemoteFishingTripFullServiceBase
Performs the core logic for RemoteFishingTripFullServiceBase.getAllFishingTrip()

Specified by:
handleGetAllFishingTrip in class RemoteFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingTripFullService.getAllFishingTrip()

handleGetFishingTripById

protected RemoteFishingTripFullVO handleGetFishingTripById(java.lang.Integer id)
                                                    throws java.lang.Exception
Description copied from class: RemoteFishingTripFullServiceBase
Performs the core logic for RemoteFishingTripFullServiceBase.getFishingTripById(java.lang.Integer)

Specified by:
handleGetFishingTripById in class RemoteFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingTripFullService.getFishingTripById(java.lang.Integer)

handleGetFishingTripByIds

protected RemoteFishingTripFullVO[] handleGetFishingTripByIds(java.lang.Integer[] id)
                                                       throws java.lang.Exception
Description copied from class: RemoteFishingTripFullServiceBase
Performs the core logic for RemoteFishingTripFullServiceBase.getFishingTripByIds(java.lang.Integer[])

Specified by:
handleGetFishingTripByIds in class RemoteFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingTripFullService.getFishingTripByIds(java.lang.Integer[])

handleGetFishingTripByReturnLocationId

protected RemoteFishingTripFullVO[] handleGetFishingTripByReturnLocationId(java.lang.Integer id)
                                                                    throws java.lang.Exception
Description copied from class: RemoteFishingTripFullServiceBase
Performs the core logic for RemoteFishingTripFullServiceBase.getFishingTripByReturnLocationId(java.lang.Integer)

Specified by:
handleGetFishingTripByReturnLocationId in class RemoteFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingTripFullService.getFishingTripByReturnLocationId(java.lang.Integer)

handleGetFishingTripByDepartureLocationId

protected RemoteFishingTripFullVO[] handleGetFishingTripByDepartureLocationId(java.lang.Integer id)
                                                                       throws java.lang.Exception
Description copied from class: RemoteFishingTripFullServiceBase
Performs the core logic for RemoteFishingTripFullServiceBase.getFishingTripByDepartureLocationId(java.lang.Integer)

Specified by:
handleGetFishingTripByDepartureLocationId in class RemoteFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingTripFullService.getFishingTripByDepartureLocationId(java.lang.Integer)

handleGetFishingTripByVesselCode

protected RemoteFishingTripFullVO[] handleGetFishingTripByVesselCode(java.lang.String code)
                                                              throws java.lang.Exception
Description copied from class: RemoteFishingTripFullServiceBase
Performs the core logic for RemoteFishingTripFullServiceBase.getFishingTripByVesselCode(java.lang.String)

Specified by:
handleGetFishingTripByVesselCode in class RemoteFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingTripFullService.getFishingTripByVesselCode(java.lang.String)

handleGetFishingTripByScientificCruiseId

protected RemoteFishingTripFullVO[] handleGetFishingTripByScientificCruiseId(java.lang.Integer id)
                                                                      throws java.lang.Exception
Description copied from class: RemoteFishingTripFullServiceBase
Performs the core logic for RemoteFishingTripFullServiceBase.getFishingTripByScientificCruiseId(java.lang.Integer)

Specified by:
handleGetFishingTripByScientificCruiseId in class RemoteFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingTripFullService.getFishingTripByScientificCruiseId(java.lang.Integer)

handleGetFishingTripByDeclaredDocumentReferenceId

protected RemoteFishingTripFullVO[] handleGetFishingTripByDeclaredDocumentReferenceId(java.lang.Integer id)
                                                                               throws java.lang.Exception
Description copied from class: RemoteFishingTripFullServiceBase
Performs the core logic for RemoteFishingTripFullServiceBase.getFishingTripByDeclaredDocumentReferenceId(java.lang.Integer)

Specified by:
handleGetFishingTripByDeclaredDocumentReferenceId in class RemoteFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingTripFullService.getFishingTripByDeclaredDocumentReferenceId(java.lang.Integer)

handleGetFishingTripByProgramCode

protected RemoteFishingTripFullVO[] handleGetFishingTripByProgramCode(java.lang.String code)
                                                               throws java.lang.Exception
Description copied from class: RemoteFishingTripFullServiceBase
Performs the core logic for RemoteFishingTripFullServiceBase.getFishingTripByProgramCode(java.lang.String)

Specified by:
handleGetFishingTripByProgramCode in class RemoteFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingTripFullService.getFishingTripByProgramCode(java.lang.String)

handleGetFishingTripByRecorderDepartmentId

protected RemoteFishingTripFullVO[] handleGetFishingTripByRecorderDepartmentId(java.lang.Integer id)
                                                                        throws java.lang.Exception
Description copied from class: RemoteFishingTripFullServiceBase
Performs the core logic for RemoteFishingTripFullServiceBase.getFishingTripByRecorderDepartmentId(java.lang.Integer)

Specified by:
handleGetFishingTripByRecorderDepartmentId in class RemoteFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingTripFullService.getFishingTripByRecorderDepartmentId(java.lang.Integer)

handleGetFishingTripByQualityFlagCode

protected RemoteFishingTripFullVO[] handleGetFishingTripByQualityFlagCode(java.lang.String code)
                                                                   throws java.lang.Exception
Description copied from class: RemoteFishingTripFullServiceBase
Performs the core logic for RemoteFishingTripFullServiceBase.getFishingTripByQualityFlagCode(java.lang.String)

Specified by:
handleGetFishingTripByQualityFlagCode in class RemoteFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingTripFullService.getFishingTripByQualityFlagCode(java.lang.String)

handleGetFishingTripByRecorderPersonId

protected RemoteFishingTripFullVO[] handleGetFishingTripByRecorderPersonId(java.lang.Integer id)
                                                                    throws java.lang.Exception
Description copied from class: RemoteFishingTripFullServiceBase
Performs the core logic for RemoteFishingTripFullServiceBase.getFishingTripByRecorderPersonId(java.lang.Integer)

Specified by:
handleGetFishingTripByRecorderPersonId in class RemoteFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingTripFullService.getFishingTripByRecorderPersonId(java.lang.Integer)

handleRemoteFishingTripFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteFishingTripFullVOsAreEqualOnIdentifiers(RemoteFishingTripFullVO remoteFishingTripFullVOFirst,
                                                                      RemoteFishingTripFullVO remoteFishingTripFullVOSecond)
                                                               throws java.lang.Exception
Description copied from class: RemoteFishingTripFullServiceBase
Performs the core logic for RemoteFishingTripFullServiceBase.remoteFishingTripFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripFullVO, fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripFullVO)

Specified by:
handleRemoteFishingTripFullVOsAreEqualOnIdentifiers in class RemoteFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingTripFullService.remoteFishingTripFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripFullVO, fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripFullVO)

handleRemoteFishingTripFullVOsAreEqual

protected boolean handleRemoteFishingTripFullVOsAreEqual(RemoteFishingTripFullVO remoteFishingTripFullVOFirst,
                                                         RemoteFishingTripFullVO remoteFishingTripFullVOSecond)
                                                  throws java.lang.Exception
Description copied from class: RemoteFishingTripFullServiceBase
Performs the core logic for RemoteFishingTripFullServiceBase.remoteFishingTripFullVOsAreEqual(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripFullVO, fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripFullVO)

Specified by:
handleRemoteFishingTripFullVOsAreEqual in class RemoteFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingTripFullService.remoteFishingTripFullVOsAreEqual(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripFullVO, fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripFullVO)

handleGetFishingTripNaturalIds

protected RemoteFishingTripNaturalId[] handleGetFishingTripNaturalIds()
                                                               throws java.lang.Exception
Description copied from class: RemoteFishingTripFullServiceBase
Performs the core logic for RemoteFishingTripFullServiceBase.getFishingTripNaturalIds()

Specified by:
handleGetFishingTripNaturalIds in class RemoteFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingTripFullService.getFishingTripNaturalIds()

handleGetFishingTripByNaturalId

protected RemoteFishingTripFullVO handleGetFishingTripByNaturalId(RemoteFishingTripNaturalId fishingTripNaturalId)
                                                           throws java.lang.Exception
Description copied from class: RemoteFishingTripFullServiceBase
Performs the core logic for RemoteFishingTripFullServiceBase.getFishingTripByNaturalId(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripNaturalId)

Specified by:
handleGetFishingTripByNaturalId in class RemoteFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingTripFullService.getFishingTripByNaturalId(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteFishingTripNaturalId)

handleGetFishingTripNaturalIdById

protected RemoteFishingTripNaturalId handleGetFishingTripNaturalIdById(java.lang.Integer id)
                                                                throws java.lang.Exception
Description copied from class: RemoteFishingTripFullServiceBase
Performs the core logic for RemoteFishingTripFullServiceBase.getFishingTripNaturalIdById(java.lang.Integer)

Specified by:
handleGetFishingTripNaturalIdById in class RemoteFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingTripFullService.getFishingTripNaturalIdById(java.lang.Integer)

handleGetAllClusterFishingTripSinceDateSynchro

protected ClusterFishingTrip[] handleGetAllClusterFishingTripSinceDateSynchro(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: RemoteFishingTripFullServiceBase
Performs the core logic for RemoteFishingTripFullServiceBase.getAllClusterFishingTripSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterFishingTripSinceDateSynchro in class RemoteFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingTripFullService.getAllClusterFishingTripSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterFishingTripByIdentifiers

protected ClusterFishingTrip handleGetClusterFishingTripByIdentifiers(java.lang.Integer id)
                                                               throws java.lang.Exception
Description copied from class: RemoteFishingTripFullServiceBase
Performs the core logic for RemoteFishingTripFullServiceBase.getClusterFishingTripByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterFishingTripByIdentifiers in class RemoteFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingTripFullService.getClusterFishingTripByIdentifiers(java.lang.Integer)

handleAddOrUpdateClusterFishingTrip

protected ClusterFishingTrip handleAddOrUpdateClusterFishingTrip(ClusterFishingTrip clusterFishingTrip)
                                                          throws java.lang.Exception
Description copied from class: RemoteFishingTripFullServiceBase
Performs the core logic for RemoteFishingTripFullServiceBase.addOrUpdateClusterFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster.ClusterFishingTrip)

Specified by:
handleAddOrUpdateClusterFishingTrip in class RemoteFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingTripFullService.addOrUpdateClusterFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster.ClusterFishingTrip)


Copyright © 2008-2010 IFREMER. All Rights Reserved.