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

java.lang.Object
  extended by fr.ifremer.allegro.data.survey.fishingTrip.generic.service.RemoteObservedFishingTripFullServiceBase
      extended by fr.ifremer.allegro.data.survey.fishingTrip.generic.service.RemoteObservedFishingTripFullServiceImpl
All Implemented Interfaces:
RemoteObservedFishingTripFullService

public class RemoteObservedFishingTripFullServiceImpl
extends RemoteObservedFishingTripFullServiceBase

See Also:
RemoteObservedFishingTripFullService

Constructor Summary
RemoteObservedFishingTripFullServiceImpl()
           
 
Method Summary
protected  RemoteObservedFishingTripFullVO handleAddObservedFishingTrip(RemoteObservedFishingTripFullVO observedFishingTrip)
          Performs the core logic for RemoteObservedFishingTripFullServiceBase.addObservedFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO)
protected  ClusterObservedFishingTrip handleAddOrUpdateClusterObservedFishingTrip(ClusterObservedFishingTrip clusterObservedFishingTrip)
          Performs the core logic for RemoteObservedFishingTripFullServiceBase.addOrUpdateClusterObservedFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster.ClusterObservedFishingTrip)
protected  ClusterObservedFishingTrip[] handleGetAllClusterObservedFishingTripSinceDateSynchro(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 RemoteObservedFishingTripFullServiceBase.getAllClusterObservedFishingTripSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteObservedFishingTripFullVO[] handleGetAllObservedFishingTrip()
          Performs the core logic for RemoteObservedFishingTripFullServiceBase.getAllObservedFishingTrip()
protected  ClusterObservedFishingTrip handleGetClusterObservedFishingTripByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteObservedFishingTripFullServiceBase.getClusterObservedFishingTripByIdentifiers(java.lang.Integer)
protected  RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByDeclaredDocumentReferenceId(java.lang.Integer id)
          Performs the core logic for RemoteObservedFishingTripFullServiceBase.getObservedFishingTripByDeclaredDocumentReferenceId(java.lang.Integer)
protected  RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByDepartureLocationId(java.lang.Integer id)
          Performs the core logic for RemoteObservedFishingTripFullServiceBase.getObservedFishingTripByDepartureLocationId(java.lang.Integer)
protected  RemoteObservedFishingTripFullVO handleGetObservedFishingTripById(java.lang.Integer id)
          Performs the core logic for RemoteObservedFishingTripFullServiceBase.getObservedFishingTripById(java.lang.Integer)
protected  RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteObservedFishingTripFullServiceBase.getObservedFishingTripByIds(java.lang.Integer[])
protected  RemoteObservedFishingTripFullVO handleGetObservedFishingTripByNaturalId(RemoteObservedFishingTripNaturalId observedFishingTripNaturalId)
          Performs the core logic for RemoteObservedFishingTripFullServiceBase.getObservedFishingTripByNaturalId(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripNaturalId)
protected  RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByProgramCode(java.lang.String code)
          Performs the core logic for RemoteObservedFishingTripFullServiceBase.getObservedFishingTripByProgramCode(java.lang.String)
protected  RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByQualityFlagCode(java.lang.String code)
          Performs the core logic for RemoteObservedFishingTripFullServiceBase.getObservedFishingTripByQualityFlagCode(java.lang.String)
protected  RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByRecorderDepartmentId(java.lang.Integer id)
          Performs the core logic for RemoteObservedFishingTripFullServiceBase.getObservedFishingTripByRecorderDepartmentId(java.lang.Integer)
protected  RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByRecorderPersonId(java.lang.Integer id)
          Performs the core logic for RemoteObservedFishingTripFullServiceBase.getObservedFishingTripByRecorderPersonId(java.lang.Integer)
protected  RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByReturnLocationId(java.lang.Integer id)
          Performs the core logic for RemoteObservedFishingTripFullServiceBase.getObservedFishingTripByReturnLocationId(java.lang.Integer)
protected  RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByScientificCruiseId(java.lang.Integer id)
          Performs the core logic for RemoteObservedFishingTripFullServiceBase.getObservedFishingTripByScientificCruiseId(java.lang.Integer)
protected  RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByVesselCode(java.lang.String code)
          Performs the core logic for RemoteObservedFishingTripFullServiceBase.getObservedFishingTripByVesselCode(java.lang.String)
protected  RemoteObservedFishingTripNaturalId handleGetObservedFishingTripNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteObservedFishingTripFullServiceBase.getObservedFishingTripNaturalIdById(java.lang.Integer)
protected  RemoteObservedFishingTripNaturalId[] handleGetObservedFishingTripNaturalIds()
          Performs the core logic for RemoteObservedFishingTripFullServiceBase.getObservedFishingTripNaturalIds()
protected  boolean handleRemoteObservedFishingTripFullVOsAreEqual(RemoteObservedFishingTripFullVO remoteObservedFishingTripFullVOFirst, RemoteObservedFishingTripFullVO remoteObservedFishingTripFullVOSecond)
          Performs the core logic for RemoteObservedFishingTripFullServiceBase.remoteObservedFishingTripFullVOsAreEqual(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO, fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO)
protected  boolean handleRemoteObservedFishingTripFullVOsAreEqualOnIdentifiers(RemoteObservedFishingTripFullVO remoteObservedFishingTripFullVOFirst, RemoteObservedFishingTripFullVO remoteObservedFishingTripFullVOSecond)
          Performs the core logic for RemoteObservedFishingTripFullServiceBase.remoteObservedFishingTripFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO, fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO)
protected  void handleRemoveObservedFishingTrip(RemoteObservedFishingTripFullVO observedFishingTrip)
          Performs the core logic for RemoteObservedFishingTripFullServiceBase.removeObservedFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO)
protected  void handleUpdateObservedFishingTrip(RemoteObservedFishingTripFullVO observedFishingTrip)
          Performs the core logic for RemoteObservedFishingTripFullServiceBase.updateObservedFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO)
 
Methods inherited from class fr.ifremer.allegro.data.survey.fishingTrip.generic.service.RemoteObservedFishingTripFullServiceBase
addObservedFishingTrip, addOrUpdateClusterObservedFishingTrip, getAllClusterObservedFishingTripSinceDateSynchro, getAllObservedFishingTrip, getClusterObservedFishingTripByIdentifiers, getDeclaredDocumentReferenceDao, getDepartmentDao, getExpectedSaleDao, getFishingTripOriginDao, getGearPhysicalFeaturesDao, getLandingDao, getLocationDao, getMessage, getMessage, getMessage, getMessages, getObservedFishingTripByDeclaredDocumentReferenceId, getObservedFishingTripByDepartureLocationId, getObservedFishingTripById, getObservedFishingTripByIds, getObservedFishingTripByNaturalId, getObservedFishingTripByProgramCode, getObservedFishingTripByQualityFlagCode, getObservedFishingTripByRecorderDepartmentId, getObservedFishingTripByRecorderPersonId, getObservedFishingTripByReturnLocationId, getObservedFishingTripByScientificCruiseId, getObservedFishingTripByVesselCode, getObservedFishingTripDao, getObservedFishingTripNaturalIdById, getObservedFishingTripNaturalIds, getOperationDao, getPersonDao, getPrincipal, getProgramDao, getQualityFlagDao, getSaleDao, getScientificCruiseDao, getSurveyMeasurementDao, getTransshipmentDao, getVesselDao, getVesselUseFeaturesDao, remoteObservedFishingTripFullVOsAreEqual, remoteObservedFishingTripFullVOsAreEqualOnIdentifiers, removeObservedFishingTrip, setDeclaredDocumentReferenceDao, setDepartmentDao, setExpectedSaleDao, setFishingTripOriginDao, setGearPhysicalFeaturesDao, setLandingDao, setLocationDao, setObservedFishingTripDao, setOperationDao, setPersonDao, setProgramDao, setQualityFlagDao, setSaleDao, setScientificCruiseDao, setSurveyMeasurementDao, setTransshipmentDao, setVesselDao, setVesselUseFeaturesDao, updateObservedFishingTrip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteObservedFishingTripFullServiceImpl

public RemoteObservedFishingTripFullServiceImpl()
Method Detail

handleAddObservedFishingTrip

protected RemoteObservedFishingTripFullVO handleAddObservedFishingTrip(RemoteObservedFishingTripFullVO observedFishingTrip)
                                                                throws java.lang.Exception
Description copied from class: RemoteObservedFishingTripFullServiceBase
Performs the core logic for RemoteObservedFishingTripFullServiceBase.addObservedFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO)

Specified by:
handleAddObservedFishingTrip in class RemoteObservedFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteObservedFishingTripFullService.addObservedFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO)

handleUpdateObservedFishingTrip

protected void handleUpdateObservedFishingTrip(RemoteObservedFishingTripFullVO observedFishingTrip)
                                        throws java.lang.Exception
Description copied from class: RemoteObservedFishingTripFullServiceBase
Performs the core logic for RemoteObservedFishingTripFullServiceBase.updateObservedFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO)

Specified by:
handleUpdateObservedFishingTrip in class RemoteObservedFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteObservedFishingTripFullService.updateObservedFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO)

handleRemoveObservedFishingTrip

protected void handleRemoveObservedFishingTrip(RemoteObservedFishingTripFullVO observedFishingTrip)
                                        throws java.lang.Exception
Description copied from class: RemoteObservedFishingTripFullServiceBase
Performs the core logic for RemoteObservedFishingTripFullServiceBase.removeObservedFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO)

Specified by:
handleRemoveObservedFishingTrip in class RemoteObservedFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteObservedFishingTripFullService.removeObservedFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO)

handleGetAllObservedFishingTrip

protected RemoteObservedFishingTripFullVO[] handleGetAllObservedFishingTrip()
                                                                     throws java.lang.Exception
Description copied from class: RemoteObservedFishingTripFullServiceBase
Performs the core logic for RemoteObservedFishingTripFullServiceBase.getAllObservedFishingTrip()

Specified by:
handleGetAllObservedFishingTrip in class RemoteObservedFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteObservedFishingTripFullService.getAllObservedFishingTrip()

handleGetObservedFishingTripById

protected RemoteObservedFishingTripFullVO handleGetObservedFishingTripById(java.lang.Integer id)
                                                                    throws java.lang.Exception
Description copied from class: RemoteObservedFishingTripFullServiceBase
Performs the core logic for RemoteObservedFishingTripFullServiceBase.getObservedFishingTripById(java.lang.Integer)

Specified by:
handleGetObservedFishingTripById in class RemoteObservedFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteObservedFishingTripFullService.getObservedFishingTripById(java.lang.Integer)

handleGetObservedFishingTripByIds

protected RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByIds(java.lang.Integer[] id)
                                                                       throws java.lang.Exception
Description copied from class: RemoteObservedFishingTripFullServiceBase
Performs the core logic for RemoteObservedFishingTripFullServiceBase.getObservedFishingTripByIds(java.lang.Integer[])

Specified by:
handleGetObservedFishingTripByIds in class RemoteObservedFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteObservedFishingTripFullService.getObservedFishingTripByIds(java.lang.Integer[])

handleGetObservedFishingTripByReturnLocationId

protected RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByReturnLocationId(java.lang.Integer id)
                                                                                    throws java.lang.Exception
Description copied from class: RemoteObservedFishingTripFullServiceBase
Performs the core logic for RemoteObservedFishingTripFullServiceBase.getObservedFishingTripByReturnLocationId(java.lang.Integer)

Specified by:
handleGetObservedFishingTripByReturnLocationId in class RemoteObservedFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteObservedFishingTripFullService.getObservedFishingTripByReturnLocationId(java.lang.Integer)

handleGetObservedFishingTripByDepartureLocationId

protected RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByDepartureLocationId(java.lang.Integer id)
                                                                                       throws java.lang.Exception
Description copied from class: RemoteObservedFishingTripFullServiceBase
Performs the core logic for RemoteObservedFishingTripFullServiceBase.getObservedFishingTripByDepartureLocationId(java.lang.Integer)

Specified by:
handleGetObservedFishingTripByDepartureLocationId in class RemoteObservedFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteObservedFishingTripFullService.getObservedFishingTripByDepartureLocationId(java.lang.Integer)

handleGetObservedFishingTripByVesselCode

protected RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByVesselCode(java.lang.String code)
                                                                              throws java.lang.Exception
Description copied from class: RemoteObservedFishingTripFullServiceBase
Performs the core logic for RemoteObservedFishingTripFullServiceBase.getObservedFishingTripByVesselCode(java.lang.String)

Specified by:
handleGetObservedFishingTripByVesselCode in class RemoteObservedFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteObservedFishingTripFullService.getObservedFishingTripByVesselCode(java.lang.String)

handleGetObservedFishingTripByScientificCruiseId

protected RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByScientificCruiseId(java.lang.Integer id)
                                                                                      throws java.lang.Exception
Description copied from class: RemoteObservedFishingTripFullServiceBase
Performs the core logic for RemoteObservedFishingTripFullServiceBase.getObservedFishingTripByScientificCruiseId(java.lang.Integer)

Specified by:
handleGetObservedFishingTripByScientificCruiseId in class RemoteObservedFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteObservedFishingTripFullService.getObservedFishingTripByScientificCruiseId(java.lang.Integer)

handleGetObservedFishingTripByDeclaredDocumentReferenceId

protected RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByDeclaredDocumentReferenceId(java.lang.Integer id)
                                                                                               throws java.lang.Exception
Description copied from class: RemoteObservedFishingTripFullServiceBase
Performs the core logic for RemoteObservedFishingTripFullServiceBase.getObservedFishingTripByDeclaredDocumentReferenceId(java.lang.Integer)

Specified by:
handleGetObservedFishingTripByDeclaredDocumentReferenceId in class RemoteObservedFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteObservedFishingTripFullService.getObservedFishingTripByDeclaredDocumentReferenceId(java.lang.Integer)

handleGetObservedFishingTripByProgramCode

protected RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByProgramCode(java.lang.String code)
                                                                               throws java.lang.Exception
Description copied from class: RemoteObservedFishingTripFullServiceBase
Performs the core logic for RemoteObservedFishingTripFullServiceBase.getObservedFishingTripByProgramCode(java.lang.String)

Specified by:
handleGetObservedFishingTripByProgramCode in class RemoteObservedFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteObservedFishingTripFullService.getObservedFishingTripByProgramCode(java.lang.String)

handleGetObservedFishingTripByRecorderDepartmentId

protected RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByRecorderDepartmentId(java.lang.Integer id)
                                                                                        throws java.lang.Exception
Description copied from class: RemoteObservedFishingTripFullServiceBase
Performs the core logic for RemoteObservedFishingTripFullServiceBase.getObservedFishingTripByRecorderDepartmentId(java.lang.Integer)

Specified by:
handleGetObservedFishingTripByRecorderDepartmentId in class RemoteObservedFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteObservedFishingTripFullService.getObservedFishingTripByRecorderDepartmentId(java.lang.Integer)

handleGetObservedFishingTripByQualityFlagCode

protected RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByQualityFlagCode(java.lang.String code)
                                                                                   throws java.lang.Exception
Description copied from class: RemoteObservedFishingTripFullServiceBase
Performs the core logic for RemoteObservedFishingTripFullServiceBase.getObservedFishingTripByQualityFlagCode(java.lang.String)

Specified by:
handleGetObservedFishingTripByQualityFlagCode in class RemoteObservedFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteObservedFishingTripFullService.getObservedFishingTripByQualityFlagCode(java.lang.String)

handleGetObservedFishingTripByRecorderPersonId

protected RemoteObservedFishingTripFullVO[] handleGetObservedFishingTripByRecorderPersonId(java.lang.Integer id)
                                                                                    throws java.lang.Exception
Description copied from class: RemoteObservedFishingTripFullServiceBase
Performs the core logic for RemoteObservedFishingTripFullServiceBase.getObservedFishingTripByRecorderPersonId(java.lang.Integer)

Specified by:
handleGetObservedFishingTripByRecorderPersonId in class RemoteObservedFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteObservedFishingTripFullService.getObservedFishingTripByRecorderPersonId(java.lang.Integer)

handleRemoteObservedFishingTripFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteObservedFishingTripFullVOsAreEqualOnIdentifiers(RemoteObservedFishingTripFullVO remoteObservedFishingTripFullVOFirst,
                                                                              RemoteObservedFishingTripFullVO remoteObservedFishingTripFullVOSecond)
                                                                       throws java.lang.Exception
Description copied from class: RemoteObservedFishingTripFullServiceBase
Performs the core logic for RemoteObservedFishingTripFullServiceBase.remoteObservedFishingTripFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO, fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO)

Specified by:
handleRemoteObservedFishingTripFullVOsAreEqualOnIdentifiers in class RemoteObservedFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteObservedFishingTripFullService.remoteObservedFishingTripFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO, fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO)

handleRemoteObservedFishingTripFullVOsAreEqual

protected boolean handleRemoteObservedFishingTripFullVOsAreEqual(RemoteObservedFishingTripFullVO remoteObservedFishingTripFullVOFirst,
                                                                 RemoteObservedFishingTripFullVO remoteObservedFishingTripFullVOSecond)
                                                          throws java.lang.Exception
Description copied from class: RemoteObservedFishingTripFullServiceBase
Performs the core logic for RemoteObservedFishingTripFullServiceBase.remoteObservedFishingTripFullVOsAreEqual(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO, fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO)

Specified by:
handleRemoteObservedFishingTripFullVOsAreEqual in class RemoteObservedFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteObservedFishingTripFullService.remoteObservedFishingTripFullVOsAreEqual(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO, fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripFullVO)

handleGetObservedFishingTripNaturalIds

protected RemoteObservedFishingTripNaturalId[] handleGetObservedFishingTripNaturalIds()
                                                                               throws java.lang.Exception
Description copied from class: RemoteObservedFishingTripFullServiceBase
Performs the core logic for RemoteObservedFishingTripFullServiceBase.getObservedFishingTripNaturalIds()

Specified by:
handleGetObservedFishingTripNaturalIds in class RemoteObservedFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteObservedFishingTripFullService.getObservedFishingTripNaturalIds()

handleGetObservedFishingTripByNaturalId

protected RemoteObservedFishingTripFullVO handleGetObservedFishingTripByNaturalId(RemoteObservedFishingTripNaturalId observedFishingTripNaturalId)
                                                                           throws java.lang.Exception
Description copied from class: RemoteObservedFishingTripFullServiceBase
Performs the core logic for RemoteObservedFishingTripFullServiceBase.getObservedFishingTripByNaturalId(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripNaturalId)

Specified by:
handleGetObservedFishingTripByNaturalId in class RemoteObservedFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteObservedFishingTripFullService.getObservedFishingTripByNaturalId(fr.ifremer.allegro.data.survey.fishingTrip.generic.vo.RemoteObservedFishingTripNaturalId)

handleGetObservedFishingTripNaturalIdById

protected RemoteObservedFishingTripNaturalId handleGetObservedFishingTripNaturalIdById(java.lang.Integer id)
                                                                                throws java.lang.Exception
Description copied from class: RemoteObservedFishingTripFullServiceBase
Performs the core logic for RemoteObservedFishingTripFullServiceBase.getObservedFishingTripNaturalIdById(java.lang.Integer)

Specified by:
handleGetObservedFishingTripNaturalIdById in class RemoteObservedFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteObservedFishingTripFullService.getObservedFishingTripNaturalIdById(java.lang.Integer)

handleGetAllClusterObservedFishingTripSinceDateSynchro

protected ClusterObservedFishingTrip[] handleGetAllClusterObservedFishingTripSinceDateSynchro(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: RemoteObservedFishingTripFullServiceBase
Performs the core logic for RemoteObservedFishingTripFullServiceBase.getAllClusterObservedFishingTripSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterObservedFishingTripSinceDateSynchro in class RemoteObservedFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteObservedFishingTripFullService.getAllClusterObservedFishingTripSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterObservedFishingTripByIdentifiers

protected ClusterObservedFishingTrip handleGetClusterObservedFishingTripByIdentifiers(java.lang.Integer id)
                                                                               throws java.lang.Exception
Description copied from class: RemoteObservedFishingTripFullServiceBase
Performs the core logic for RemoteObservedFishingTripFullServiceBase.getClusterObservedFishingTripByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterObservedFishingTripByIdentifiers in class RemoteObservedFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteObservedFishingTripFullService.getClusterObservedFishingTripByIdentifiers(java.lang.Integer)

handleAddOrUpdateClusterObservedFishingTrip

protected ClusterObservedFishingTrip handleAddOrUpdateClusterObservedFishingTrip(ClusterObservedFishingTrip clusterObservedFishingTrip)
                                                                          throws java.lang.Exception
Description copied from class: RemoteObservedFishingTripFullServiceBase
Performs the core logic for RemoteObservedFishingTripFullServiceBase.addOrUpdateClusterObservedFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster.ClusterObservedFishingTrip)

Specified by:
handleAddOrUpdateClusterObservedFishingTrip in class RemoteObservedFishingTripFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteObservedFishingTripFullService.addOrUpdateClusterObservedFishingTrip(fr.ifremer.allegro.data.survey.fishingTrip.generic.cluster.ClusterObservedFishingTrip)


Copyright © 2008-2010 IFREMER. All Rights Reserved.