fr.ifremer.allegro.data.survey.scientificCruise.generic.service
Class RemoteScientificCruiseFullServiceImpl

java.lang.Object
  extended by fr.ifremer.allegro.data.survey.scientificCruise.generic.service.RemoteScientificCruiseFullServiceBase
      extended by fr.ifremer.allegro.data.survey.scientificCruise.generic.service.RemoteScientificCruiseFullServiceImpl
All Implemented Interfaces:
RemoteScientificCruiseFullService

public class RemoteScientificCruiseFullServiceImpl
extends RemoteScientificCruiseFullServiceBase

See Also:
RemoteScientificCruiseFullService

Constructor Summary
RemoteScientificCruiseFullServiceImpl()
           
 
Method Summary
protected  ClusterScientificCruise handleAddOrUpdateClusterScientificCruise(ClusterScientificCruise clusterScientificCruise)
          Performs the core logic for RemoteScientificCruiseFullServiceBase.addOrUpdateClusterScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.generic.cluster.ClusterScientificCruise)
protected  RemoteScientificCruiseFullVO handleAddScientificCruise(RemoteScientificCruiseFullVO scientificCruise)
          Performs the core logic for RemoteScientificCruiseFullServiceBase.addScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO)
protected  ClusterScientificCruise[] handleGetAllClusterScientificCruiseSinceDateSynchro(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 RemoteScientificCruiseFullServiceBase.getAllClusterScientificCruiseSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteScientificCruiseFullVO[] handleGetAllScientificCruise()
          Performs the core logic for RemoteScientificCruiseFullServiceBase.getAllScientificCruise()
protected  ClusterScientificCruise handleGetClusterScientificCruiseByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteScientificCruiseFullServiceBase.getClusterScientificCruiseByIdentifiers(java.lang.Integer)
protected  RemoteScientificCruiseFullVO handleGetScientificCruiseById(java.lang.Integer id)
          Performs the core logic for RemoteScientificCruiseFullServiceBase.getScientificCruiseById(java.lang.Integer)
protected  RemoteScientificCruiseFullVO[] handleGetScientificCruiseByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteScientificCruiseFullServiceBase.getScientificCruiseByIds(java.lang.Integer[])
protected  RemoteScientificCruiseFullVO[] handleGetScientificCruiseByManagerPersonId(java.lang.Integer id)
          Performs the core logic for RemoteScientificCruiseFullServiceBase.getScientificCruiseByManagerPersonId(java.lang.Integer)
protected  RemoteScientificCruiseFullVO handleGetScientificCruiseByNaturalId(RemoteScientificCruiseNaturalId scientificCruiseNaturalId)
          Performs the core logic for RemoteScientificCruiseFullServiceBase.getScientificCruiseByNaturalId(fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseNaturalId)
protected  RemoteScientificCruiseFullVO[] handleGetScientificCruiseByProgramCode(java.lang.String code)
          Performs the core logic for RemoteScientificCruiseFullServiceBase.getScientificCruiseByProgramCode(java.lang.String)
protected  RemoteScientificCruiseFullVO[] handleGetScientificCruiseByRecorderDepartmentId(java.lang.Integer id)
          Performs the core logic for RemoteScientificCruiseFullServiceBase.getScientificCruiseByRecorderDepartmentId(java.lang.Integer)
protected  RemoteScientificCruiseFullVO[] handleGetScientificCruiseByRecorderPersonId(java.lang.Integer id)
          Performs the core logic for RemoteScientificCruiseFullServiceBase.getScientificCruiseByRecorderPersonId(java.lang.Integer)
protected  RemoteScientificCruiseFullVO[] handleGetScientificCruiseByScientificResearchVesselCode(java.lang.String code)
          Performs the core logic for RemoteScientificCruiseFullServiceBase.getScientificCruiseByScientificResearchVesselCode(java.lang.String)
protected  RemoteScientificCruiseNaturalId handleGetScientificCruiseNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteScientificCruiseFullServiceBase.getScientificCruiseNaturalIdById(java.lang.Integer)
protected  RemoteScientificCruiseNaturalId[] handleGetScientificCruiseNaturalIds()
          Performs the core logic for RemoteScientificCruiseFullServiceBase.getScientificCruiseNaturalIds()
protected  boolean handleRemoteScientificCruiseFullVOsAreEqual(RemoteScientificCruiseFullVO remoteScientificCruiseFullVOFirst, RemoteScientificCruiseFullVO remoteScientificCruiseFullVOSecond)
          Performs the core logic for RemoteScientificCruiseFullServiceBase.remoteScientificCruiseFullVOsAreEqual(fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO, fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO)
protected  boolean handleRemoteScientificCruiseFullVOsAreEqualOnIdentifiers(RemoteScientificCruiseFullVO remoteScientificCruiseFullVOFirst, RemoteScientificCruiseFullVO remoteScientificCruiseFullVOSecond)
          Performs the core logic for RemoteScientificCruiseFullServiceBase.remoteScientificCruiseFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO, fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO)
protected  void handleRemoveScientificCruise(RemoteScientificCruiseFullVO scientificCruise)
          Performs the core logic for RemoteScientificCruiseFullServiceBase.removeScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO)
protected  void handleUpdateScientificCruise(RemoteScientificCruiseFullVO scientificCruise)
          Performs the core logic for RemoteScientificCruiseFullServiceBase.updateScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO)
 
Methods inherited from class fr.ifremer.allegro.data.survey.scientificCruise.generic.service.RemoteScientificCruiseFullServiceBase
addOrUpdateClusterScientificCruise, addScientificCruise, getAllClusterScientificCruiseSinceDateSynchro, getAllScientificCruise, getClusterScientificCruiseByIdentifiers, getDepartmentDao, getFishingTripDao, getMessage, getMessage, getMessage, getMessages, getPersonDao, getPrincipal, getProgramDao, getScientificCruiseById, getScientificCruiseByIds, getScientificCruiseByManagerPersonId, getScientificCruiseByNaturalId, getScientificCruiseByProgramCode, getScientificCruiseByRecorderDepartmentId, getScientificCruiseByRecorderPersonId, getScientificCruiseByScientificResearchVesselCode, getScientificCruiseDao, getScientificCruiseNaturalIdById, getScientificCruiseNaturalIds, getScientificResearchVesselDao, remoteScientificCruiseFullVOsAreEqual, remoteScientificCruiseFullVOsAreEqualOnIdentifiers, removeScientificCruise, setDepartmentDao, setFishingTripDao, setPersonDao, setProgramDao, setScientificCruiseDao, setScientificResearchVesselDao, updateScientificCruise
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteScientificCruiseFullServiceImpl

public RemoteScientificCruiseFullServiceImpl()
Method Detail

handleAddScientificCruise

protected RemoteScientificCruiseFullVO handleAddScientificCruise(RemoteScientificCruiseFullVO scientificCruise)
                                                          throws java.lang.Exception
Description copied from class: RemoteScientificCruiseFullServiceBase
Performs the core logic for RemoteScientificCruiseFullServiceBase.addScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO)

Specified by:
handleAddScientificCruise in class RemoteScientificCruiseFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteScientificCruiseFullService.addScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO)

handleUpdateScientificCruise

protected void handleUpdateScientificCruise(RemoteScientificCruiseFullVO scientificCruise)
                                     throws java.lang.Exception
Description copied from class: RemoteScientificCruiseFullServiceBase
Performs the core logic for RemoteScientificCruiseFullServiceBase.updateScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO)

Specified by:
handleUpdateScientificCruise in class RemoteScientificCruiseFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteScientificCruiseFullService.updateScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO)

handleRemoveScientificCruise

protected void handleRemoveScientificCruise(RemoteScientificCruiseFullVO scientificCruise)
                                     throws java.lang.Exception
Description copied from class: RemoteScientificCruiseFullServiceBase
Performs the core logic for RemoteScientificCruiseFullServiceBase.removeScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO)

Specified by:
handleRemoveScientificCruise in class RemoteScientificCruiseFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteScientificCruiseFullService.removeScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO)

handleGetAllScientificCruise

protected RemoteScientificCruiseFullVO[] handleGetAllScientificCruise()
                                                               throws java.lang.Exception
Description copied from class: RemoteScientificCruiseFullServiceBase
Performs the core logic for RemoteScientificCruiseFullServiceBase.getAllScientificCruise()

Specified by:
handleGetAllScientificCruise in class RemoteScientificCruiseFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteScientificCruiseFullService.getAllScientificCruise()

handleGetScientificCruiseById

protected RemoteScientificCruiseFullVO handleGetScientificCruiseById(java.lang.Integer id)
                                                              throws java.lang.Exception
Description copied from class: RemoteScientificCruiseFullServiceBase
Performs the core logic for RemoteScientificCruiseFullServiceBase.getScientificCruiseById(java.lang.Integer)

Specified by:
handleGetScientificCruiseById in class RemoteScientificCruiseFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteScientificCruiseFullService.getScientificCruiseById(java.lang.Integer)

handleGetScientificCruiseByIds

protected RemoteScientificCruiseFullVO[] handleGetScientificCruiseByIds(java.lang.Integer[] id)
                                                                 throws java.lang.Exception
Description copied from class: RemoteScientificCruiseFullServiceBase
Performs the core logic for RemoteScientificCruiseFullServiceBase.getScientificCruiseByIds(java.lang.Integer[])

Specified by:
handleGetScientificCruiseByIds in class RemoteScientificCruiseFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteScientificCruiseFullService.getScientificCruiseByIds(java.lang.Integer[])

handleGetScientificCruiseByManagerPersonId

protected RemoteScientificCruiseFullVO[] handleGetScientificCruiseByManagerPersonId(java.lang.Integer id)
                                                                             throws java.lang.Exception
Description copied from class: RemoteScientificCruiseFullServiceBase
Performs the core logic for RemoteScientificCruiseFullServiceBase.getScientificCruiseByManagerPersonId(java.lang.Integer)

Specified by:
handleGetScientificCruiseByManagerPersonId in class RemoteScientificCruiseFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteScientificCruiseFullService.getScientificCruiseByManagerPersonId(java.lang.Integer)

handleGetScientificCruiseByScientificResearchVesselCode

protected RemoteScientificCruiseFullVO[] handleGetScientificCruiseByScientificResearchVesselCode(java.lang.String code)
                                                                                          throws java.lang.Exception
Description copied from class: RemoteScientificCruiseFullServiceBase
Performs the core logic for RemoteScientificCruiseFullServiceBase.getScientificCruiseByScientificResearchVesselCode(java.lang.String)

Specified by:
handleGetScientificCruiseByScientificResearchVesselCode in class RemoteScientificCruiseFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteScientificCruiseFullService.getScientificCruiseByScientificResearchVesselCode(java.lang.String)

handleGetScientificCruiseByRecorderDepartmentId

protected RemoteScientificCruiseFullVO[] handleGetScientificCruiseByRecorderDepartmentId(java.lang.Integer id)
                                                                                  throws java.lang.Exception
Description copied from class: RemoteScientificCruiseFullServiceBase
Performs the core logic for RemoteScientificCruiseFullServiceBase.getScientificCruiseByRecorderDepartmentId(java.lang.Integer)

Specified by:
handleGetScientificCruiseByRecorderDepartmentId in class RemoteScientificCruiseFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteScientificCruiseFullService.getScientificCruiseByRecorderDepartmentId(java.lang.Integer)

handleGetScientificCruiseByProgramCode

protected RemoteScientificCruiseFullVO[] handleGetScientificCruiseByProgramCode(java.lang.String code)
                                                                         throws java.lang.Exception
Description copied from class: RemoteScientificCruiseFullServiceBase
Performs the core logic for RemoteScientificCruiseFullServiceBase.getScientificCruiseByProgramCode(java.lang.String)

Specified by:
handleGetScientificCruiseByProgramCode in class RemoteScientificCruiseFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteScientificCruiseFullService.getScientificCruiseByProgramCode(java.lang.String)

handleGetScientificCruiseByRecorderPersonId

protected RemoteScientificCruiseFullVO[] handleGetScientificCruiseByRecorderPersonId(java.lang.Integer id)
                                                                              throws java.lang.Exception
Description copied from class: RemoteScientificCruiseFullServiceBase
Performs the core logic for RemoteScientificCruiseFullServiceBase.getScientificCruiseByRecorderPersonId(java.lang.Integer)

Specified by:
handleGetScientificCruiseByRecorderPersonId in class RemoteScientificCruiseFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteScientificCruiseFullService.getScientificCruiseByRecorderPersonId(java.lang.Integer)

handleRemoteScientificCruiseFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteScientificCruiseFullVOsAreEqualOnIdentifiers(RemoteScientificCruiseFullVO remoteScientificCruiseFullVOFirst,
                                                                           RemoteScientificCruiseFullVO remoteScientificCruiseFullVOSecond)
                                                                    throws java.lang.Exception
Description copied from class: RemoteScientificCruiseFullServiceBase
Performs the core logic for RemoteScientificCruiseFullServiceBase.remoteScientificCruiseFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO, fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO)

Specified by:
handleRemoteScientificCruiseFullVOsAreEqualOnIdentifiers in class RemoteScientificCruiseFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteScientificCruiseFullService.remoteScientificCruiseFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO, fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO)

handleRemoteScientificCruiseFullVOsAreEqual

protected boolean handleRemoteScientificCruiseFullVOsAreEqual(RemoteScientificCruiseFullVO remoteScientificCruiseFullVOFirst,
                                                              RemoteScientificCruiseFullVO remoteScientificCruiseFullVOSecond)
                                                       throws java.lang.Exception
Description copied from class: RemoteScientificCruiseFullServiceBase
Performs the core logic for RemoteScientificCruiseFullServiceBase.remoteScientificCruiseFullVOsAreEqual(fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO, fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO)

Specified by:
handleRemoteScientificCruiseFullVOsAreEqual in class RemoteScientificCruiseFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteScientificCruiseFullService.remoteScientificCruiseFullVOsAreEqual(fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO, fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO)

handleGetScientificCruiseNaturalIds

protected RemoteScientificCruiseNaturalId[] handleGetScientificCruiseNaturalIds()
                                                                         throws java.lang.Exception
Description copied from class: RemoteScientificCruiseFullServiceBase
Performs the core logic for RemoteScientificCruiseFullServiceBase.getScientificCruiseNaturalIds()

Specified by:
handleGetScientificCruiseNaturalIds in class RemoteScientificCruiseFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteScientificCruiseFullService.getScientificCruiseNaturalIds()

handleGetScientificCruiseByNaturalId

protected RemoteScientificCruiseFullVO handleGetScientificCruiseByNaturalId(RemoteScientificCruiseNaturalId scientificCruiseNaturalId)
                                                                     throws java.lang.Exception
Description copied from class: RemoteScientificCruiseFullServiceBase
Performs the core logic for RemoteScientificCruiseFullServiceBase.getScientificCruiseByNaturalId(fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseNaturalId)

Specified by:
handleGetScientificCruiseByNaturalId in class RemoteScientificCruiseFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteScientificCruiseFullService.getScientificCruiseByNaturalId(fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseNaturalId)

handleGetScientificCruiseNaturalIdById

protected RemoteScientificCruiseNaturalId handleGetScientificCruiseNaturalIdById(java.lang.Integer id)
                                                                          throws java.lang.Exception
Description copied from class: RemoteScientificCruiseFullServiceBase
Performs the core logic for RemoteScientificCruiseFullServiceBase.getScientificCruiseNaturalIdById(java.lang.Integer)

Specified by:
handleGetScientificCruiseNaturalIdById in class RemoteScientificCruiseFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteScientificCruiseFullService.getScientificCruiseNaturalIdById(java.lang.Integer)

handleAddOrUpdateClusterScientificCruise

protected ClusterScientificCruise handleAddOrUpdateClusterScientificCruise(ClusterScientificCruise clusterScientificCruise)
                                                                    throws java.lang.Exception
Description copied from class: RemoteScientificCruiseFullServiceBase
Performs the core logic for RemoteScientificCruiseFullServiceBase.addOrUpdateClusterScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.generic.cluster.ClusterScientificCruise)

Specified by:
handleAddOrUpdateClusterScientificCruise in class RemoteScientificCruiseFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteScientificCruiseFullService.addOrUpdateClusterScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.generic.cluster.ClusterScientificCruise)

handleGetAllClusterScientificCruiseSinceDateSynchro

protected ClusterScientificCruise[] handleGetAllClusterScientificCruiseSinceDateSynchro(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: RemoteScientificCruiseFullServiceBase
Performs the core logic for RemoteScientificCruiseFullServiceBase.getAllClusterScientificCruiseSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterScientificCruiseSinceDateSynchro in class RemoteScientificCruiseFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteScientificCruiseFullService.getAllClusterScientificCruiseSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterScientificCruiseByIdentifiers

protected ClusterScientificCruise handleGetClusterScientificCruiseByIdentifiers(java.lang.Integer id)
                                                                         throws java.lang.Exception
Description copied from class: RemoteScientificCruiseFullServiceBase
Performs the core logic for RemoteScientificCruiseFullServiceBase.getClusterScientificCruiseByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterScientificCruiseByIdentifiers in class RemoteScientificCruiseFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteScientificCruiseFullService.getClusterScientificCruiseByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.