fr.ifremer.allegro.data.transshipment.generic.service
Class RemoteTransshipmentFullServiceImpl

java.lang.Object
  extended by fr.ifremer.allegro.data.transshipment.generic.service.RemoteTransshipmentFullServiceBase
      extended by fr.ifremer.allegro.data.transshipment.generic.service.RemoteTransshipmentFullServiceImpl
All Implemented Interfaces:
RemoteTransshipmentFullService

public class RemoteTransshipmentFullServiceImpl
extends RemoteTransshipmentFullServiceBase

See Also:
RemoteTransshipmentFullService

Constructor Summary
RemoteTransshipmentFullServiceImpl()
           
 
Method Summary
protected  ClusterTransshipment handleAddOrUpdateClusterTransshipment(ClusterTransshipment clusterTransshipment)
          Performs the core logic for RemoteTransshipmentFullServiceBase.addOrUpdateClusterTransshipment(fr.ifremer.allegro.data.transshipment.generic.cluster.ClusterTransshipment)
protected  RemoteTransshipmentFullVO handleAddTransshipment(RemoteTransshipmentFullVO transshipment)
          Performs the core logic for RemoteTransshipmentFullServiceBase.addTransshipment(fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentFullVO)
protected  ClusterTransshipment[] handleGetAllClusterTransshipmentSinceDateSynchro(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 RemoteTransshipmentFullServiceBase.getAllClusterTransshipmentSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteTransshipmentFullVO[] handleGetAllTransshipment()
          Performs the core logic for RemoteTransshipmentFullServiceBase.getAllTransshipment()
protected  ClusterTransshipment handleGetClusterTransshipmentByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteTransshipmentFullServiceBase.getClusterTransshipmentByIdentifiers(java.lang.Integer)
protected  RemoteTransshipmentFullVO[] handleGetTransshipmentByFishingTripId(java.lang.Integer id)
          Performs the core logic for RemoteTransshipmentFullServiceBase.getTransshipmentByFishingTripId(java.lang.Integer)
protected  RemoteTransshipmentFullVO handleGetTransshipmentById(java.lang.Integer id)
          Performs the core logic for RemoteTransshipmentFullServiceBase.getTransshipmentById(java.lang.Integer)
protected  RemoteTransshipmentFullVO[] handleGetTransshipmentByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteTransshipmentFullServiceBase.getTransshipmentByIds(java.lang.Integer[])
protected  RemoteTransshipmentFullVO handleGetTransshipmentByNaturalId(RemoteTransshipmentNaturalId transshipmentNaturalId)
          Performs the core logic for RemoteTransshipmentFullServiceBase.getTransshipmentByNaturalId(fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentNaturalId)
protected  RemoteTransshipmentFullVO[] handleGetTransshipmentByProgramCode(java.lang.String code)
          Performs the core logic for RemoteTransshipmentFullServiceBase.getTransshipmentByProgramCode(java.lang.String)
protected  RemoteTransshipmentFullVO[] handleGetTransshipmentByRecorderDepartmentId(java.lang.Integer id)
          Performs the core logic for RemoteTransshipmentFullServiceBase.getTransshipmentByRecorderDepartmentId(java.lang.Integer)
protected  RemoteTransshipmentFullVO[] handleGetTransshipmentByRecorderUserId(java.lang.Integer id)
          Performs the core logic for RemoteTransshipmentFullServiceBase.getTransshipmentByRecorderUserId(java.lang.Integer)
protected  RemoteTransshipmentFullVO[] handleGetTransshipmentBySurveyQualificationId(java.lang.Integer id)
          Performs the core logic for RemoteTransshipmentFullServiceBase.getTransshipmentBySurveyQualificationId(java.lang.Integer)
protected  RemoteTransshipmentFullVO[] handleGetTransshipmentByToVesselCode(java.lang.String code)
          Performs the core logic for RemoteTransshipmentFullServiceBase.getTransshipmentByToVesselCode(java.lang.String)
protected  RemoteTransshipmentFullVO[] handleGetTransshipmentByTransshipmentLocationId(java.lang.Integer id)
          Performs the core logic for RemoteTransshipmentFullServiceBase.getTransshipmentByTransshipmentLocationId(java.lang.Integer)
protected  RemoteTransshipmentNaturalId handleGetTransshipmentNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteTransshipmentFullServiceBase.getTransshipmentNaturalIdById(java.lang.Integer)
protected  RemoteTransshipmentNaturalId[] handleGetTransshipmentNaturalIds()
          Performs the core logic for RemoteTransshipmentFullServiceBase.getTransshipmentNaturalIds()
protected  boolean handleRemoteTransshipmentFullVOsAreEqual(RemoteTransshipmentFullVO remoteTransshipmentFullVOFirst, RemoteTransshipmentFullVO remoteTransshipmentFullVOSecond)
          Performs the core logic for RemoteTransshipmentFullServiceBase.remoteTransshipmentFullVOsAreEqual(fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentFullVO, fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentFullVO)
protected  boolean handleRemoteTransshipmentFullVOsAreEqualOnIdentifiers(RemoteTransshipmentFullVO remoteTransshipmentFullVOFirst, RemoteTransshipmentFullVO remoteTransshipmentFullVOSecond)
          Performs the core logic for RemoteTransshipmentFullServiceBase.remoteTransshipmentFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentFullVO, fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentFullVO)
protected  void handleRemoveTransshipment(RemoteTransshipmentFullVO transshipment)
          Performs the core logic for RemoteTransshipmentFullServiceBase.removeTransshipment(fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentFullVO)
protected  void handleUpdateTransshipment(RemoteTransshipmentFullVO transshipment)
          Performs the core logic for RemoteTransshipmentFullServiceBase.updateTransshipment(fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentFullVO)
 
Methods inherited from class fr.ifremer.allegro.data.transshipment.generic.service.RemoteTransshipmentFullServiceBase
addOrUpdateClusterTransshipment, addTransshipment, getAllClusterTransshipmentSinceDateSynchro, getAllTransshipment, getClusterTransshipmentByIdentifiers, getDepartmentDao, getFishingTripDao, getLocationDao, getMessage, getMessage, getMessage, getMessages, getPrincipal, getProduceDao, getProgramDao, getSurveyQualificationDao, getTransshipmentByFishingTripId, getTransshipmentById, getTransshipmentByIds, getTransshipmentByNaturalId, getTransshipmentByProgramCode, getTransshipmentByRecorderDepartmentId, getTransshipmentByRecorderUserId, getTransshipmentBySurveyQualificationId, getTransshipmentByToVesselCode, getTransshipmentByTransshipmentLocationId, getTransshipmentDao, getTransshipmentNaturalIdById, getTransshipmentNaturalIds, getUserDao, getVesselDao, remoteTransshipmentFullVOsAreEqual, remoteTransshipmentFullVOsAreEqualOnIdentifiers, removeTransshipment, setDepartmentDao, setFishingTripDao, setLocationDao, setProduceDao, setProgramDao, setSurveyQualificationDao, setTransshipmentDao, setUserDao, setVesselDao, updateTransshipment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteTransshipmentFullServiceImpl

public RemoteTransshipmentFullServiceImpl()
Method Detail

handleAddTransshipment

protected RemoteTransshipmentFullVO handleAddTransshipment(RemoteTransshipmentFullVO transshipment)
                                                    throws java.lang.Exception
Description copied from class: RemoteTransshipmentFullServiceBase
Performs the core logic for RemoteTransshipmentFullServiceBase.addTransshipment(fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentFullVO)

Specified by:
handleAddTransshipment in class RemoteTransshipmentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTransshipmentFullService.addTransshipment(fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentFullVO)

handleUpdateTransshipment

protected void handleUpdateTransshipment(RemoteTransshipmentFullVO transshipment)
                                  throws java.lang.Exception
Description copied from class: RemoteTransshipmentFullServiceBase
Performs the core logic for RemoteTransshipmentFullServiceBase.updateTransshipment(fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentFullVO)

Specified by:
handleUpdateTransshipment in class RemoteTransshipmentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTransshipmentFullService.updateTransshipment(fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentFullVO)

handleRemoveTransshipment

protected void handleRemoveTransshipment(RemoteTransshipmentFullVO transshipment)
                                  throws java.lang.Exception
Description copied from class: RemoteTransshipmentFullServiceBase
Performs the core logic for RemoteTransshipmentFullServiceBase.removeTransshipment(fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentFullVO)

Specified by:
handleRemoveTransshipment in class RemoteTransshipmentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTransshipmentFullService.removeTransshipment(fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentFullVO)

handleGetAllTransshipment

protected RemoteTransshipmentFullVO[] handleGetAllTransshipment()
                                                         throws java.lang.Exception
Description copied from class: RemoteTransshipmentFullServiceBase
Performs the core logic for RemoteTransshipmentFullServiceBase.getAllTransshipment()

Specified by:
handleGetAllTransshipment in class RemoteTransshipmentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTransshipmentFullService.getAllTransshipment()

handleGetTransshipmentById

protected RemoteTransshipmentFullVO handleGetTransshipmentById(java.lang.Integer id)
                                                        throws java.lang.Exception
Description copied from class: RemoteTransshipmentFullServiceBase
Performs the core logic for RemoteTransshipmentFullServiceBase.getTransshipmentById(java.lang.Integer)

Specified by:
handleGetTransshipmentById in class RemoteTransshipmentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTransshipmentFullService.getTransshipmentById(java.lang.Integer)

handleGetTransshipmentByIds

protected RemoteTransshipmentFullVO[] handleGetTransshipmentByIds(java.lang.Integer[] id)
                                                           throws java.lang.Exception
Description copied from class: RemoteTransshipmentFullServiceBase
Performs the core logic for RemoteTransshipmentFullServiceBase.getTransshipmentByIds(java.lang.Integer[])

Specified by:
handleGetTransshipmentByIds in class RemoteTransshipmentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTransshipmentFullService.getTransshipmentByIds(java.lang.Integer[])

handleGetTransshipmentByToVesselCode

protected RemoteTransshipmentFullVO[] handleGetTransshipmentByToVesselCode(java.lang.String code)
                                                                    throws java.lang.Exception
Description copied from class: RemoteTransshipmentFullServiceBase
Performs the core logic for RemoteTransshipmentFullServiceBase.getTransshipmentByToVesselCode(java.lang.String)

Specified by:
handleGetTransshipmentByToVesselCode in class RemoteTransshipmentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTransshipmentFullService.getTransshipmentByToVesselCode(java.lang.String)

handleGetTransshipmentByTransshipmentLocationId

protected RemoteTransshipmentFullVO[] handleGetTransshipmentByTransshipmentLocationId(java.lang.Integer id)
                                                                               throws java.lang.Exception
Description copied from class: RemoteTransshipmentFullServiceBase
Performs the core logic for RemoteTransshipmentFullServiceBase.getTransshipmentByTransshipmentLocationId(java.lang.Integer)

Specified by:
handleGetTransshipmentByTransshipmentLocationId in class RemoteTransshipmentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTransshipmentFullService.getTransshipmentByTransshipmentLocationId(java.lang.Integer)

handleGetTransshipmentByFishingTripId

protected RemoteTransshipmentFullVO[] handleGetTransshipmentByFishingTripId(java.lang.Integer id)
                                                                     throws java.lang.Exception
Description copied from class: RemoteTransshipmentFullServiceBase
Performs the core logic for RemoteTransshipmentFullServiceBase.getTransshipmentByFishingTripId(java.lang.Integer)

Specified by:
handleGetTransshipmentByFishingTripId in class RemoteTransshipmentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTransshipmentFullService.getTransshipmentByFishingTripId(java.lang.Integer)

handleGetTransshipmentByProgramCode

protected RemoteTransshipmentFullVO[] handleGetTransshipmentByProgramCode(java.lang.String code)
                                                                   throws java.lang.Exception
Description copied from class: RemoteTransshipmentFullServiceBase
Performs the core logic for RemoteTransshipmentFullServiceBase.getTransshipmentByProgramCode(java.lang.String)

Specified by:
handleGetTransshipmentByProgramCode in class RemoteTransshipmentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTransshipmentFullService.getTransshipmentByProgramCode(java.lang.String)

handleGetTransshipmentByRecorderDepartmentId

protected RemoteTransshipmentFullVO[] handleGetTransshipmentByRecorderDepartmentId(java.lang.Integer id)
                                                                            throws java.lang.Exception
Description copied from class: RemoteTransshipmentFullServiceBase
Performs the core logic for RemoteTransshipmentFullServiceBase.getTransshipmentByRecorderDepartmentId(java.lang.Integer)

Specified by:
handleGetTransshipmentByRecorderDepartmentId in class RemoteTransshipmentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTransshipmentFullService.getTransshipmentByRecorderDepartmentId(java.lang.Integer)

handleGetTransshipmentByRecorderUserId

protected RemoteTransshipmentFullVO[] handleGetTransshipmentByRecorderUserId(java.lang.Integer id)
                                                                      throws java.lang.Exception
Description copied from class: RemoteTransshipmentFullServiceBase
Performs the core logic for RemoteTransshipmentFullServiceBase.getTransshipmentByRecorderUserId(java.lang.Integer)

Specified by:
handleGetTransshipmentByRecorderUserId in class RemoteTransshipmentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTransshipmentFullService.getTransshipmentByRecorderUserId(java.lang.Integer)

handleGetTransshipmentBySurveyQualificationId

protected RemoteTransshipmentFullVO[] handleGetTransshipmentBySurveyQualificationId(java.lang.Integer id)
                                                                             throws java.lang.Exception
Description copied from class: RemoteTransshipmentFullServiceBase
Performs the core logic for RemoteTransshipmentFullServiceBase.getTransshipmentBySurveyQualificationId(java.lang.Integer)

Specified by:
handleGetTransshipmentBySurveyQualificationId in class RemoteTransshipmentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTransshipmentFullService.getTransshipmentBySurveyQualificationId(java.lang.Integer)

handleRemoteTransshipmentFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteTransshipmentFullVOsAreEqualOnIdentifiers(RemoteTransshipmentFullVO remoteTransshipmentFullVOFirst,
                                                                        RemoteTransshipmentFullVO remoteTransshipmentFullVOSecond)
                                                                 throws java.lang.Exception
Description copied from class: RemoteTransshipmentFullServiceBase
Performs the core logic for RemoteTransshipmentFullServiceBase.remoteTransshipmentFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentFullVO, fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentFullVO)

Specified by:
handleRemoteTransshipmentFullVOsAreEqualOnIdentifiers in class RemoteTransshipmentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTransshipmentFullService.remoteTransshipmentFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentFullVO, fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentFullVO)

handleRemoteTransshipmentFullVOsAreEqual

protected boolean handleRemoteTransshipmentFullVOsAreEqual(RemoteTransshipmentFullVO remoteTransshipmentFullVOFirst,
                                                           RemoteTransshipmentFullVO remoteTransshipmentFullVOSecond)
                                                    throws java.lang.Exception
Description copied from class: RemoteTransshipmentFullServiceBase
Performs the core logic for RemoteTransshipmentFullServiceBase.remoteTransshipmentFullVOsAreEqual(fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentFullVO, fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentFullVO)

Specified by:
handleRemoteTransshipmentFullVOsAreEqual in class RemoteTransshipmentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTransshipmentFullService.remoteTransshipmentFullVOsAreEqual(fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentFullVO, fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentFullVO)

handleGetTransshipmentNaturalIds

protected RemoteTransshipmentNaturalId[] handleGetTransshipmentNaturalIds()
                                                                   throws java.lang.Exception
Description copied from class: RemoteTransshipmentFullServiceBase
Performs the core logic for RemoteTransshipmentFullServiceBase.getTransshipmentNaturalIds()

Specified by:
handleGetTransshipmentNaturalIds in class RemoteTransshipmentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTransshipmentFullService.getTransshipmentNaturalIds()

handleGetTransshipmentByNaturalId

protected RemoteTransshipmentFullVO handleGetTransshipmentByNaturalId(RemoteTransshipmentNaturalId transshipmentNaturalId)
                                                               throws java.lang.Exception
Description copied from class: RemoteTransshipmentFullServiceBase
Performs the core logic for RemoteTransshipmentFullServiceBase.getTransshipmentByNaturalId(fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentNaturalId)

Specified by:
handleGetTransshipmentByNaturalId in class RemoteTransshipmentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTransshipmentFullService.getTransshipmentByNaturalId(fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentNaturalId)

handleGetTransshipmentNaturalIdById

protected RemoteTransshipmentNaturalId handleGetTransshipmentNaturalIdById(java.lang.Integer id)
                                                                    throws java.lang.Exception
Description copied from class: RemoteTransshipmentFullServiceBase
Performs the core logic for RemoteTransshipmentFullServiceBase.getTransshipmentNaturalIdById(java.lang.Integer)

Specified by:
handleGetTransshipmentNaturalIdById in class RemoteTransshipmentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTransshipmentFullService.getTransshipmentNaturalIdById(java.lang.Integer)

handleGetAllClusterTransshipmentSinceDateSynchro

protected ClusterTransshipment[] handleGetAllClusterTransshipmentSinceDateSynchro(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: RemoteTransshipmentFullServiceBase
Performs the core logic for RemoteTransshipmentFullServiceBase.getAllClusterTransshipmentSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterTransshipmentSinceDateSynchro in class RemoteTransshipmentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTransshipmentFullService.getAllClusterTransshipmentSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterTransshipmentByIdentifiers

protected ClusterTransshipment handleGetClusterTransshipmentByIdentifiers(java.lang.Integer id)
                                                                   throws java.lang.Exception
Description copied from class: RemoteTransshipmentFullServiceBase
Performs the core logic for RemoteTransshipmentFullServiceBase.getClusterTransshipmentByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterTransshipmentByIdentifiers in class RemoteTransshipmentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTransshipmentFullService.getClusterTransshipmentByIdentifiers(java.lang.Integer)

handleAddOrUpdateClusterTransshipment

protected ClusterTransshipment handleAddOrUpdateClusterTransshipment(ClusterTransshipment clusterTransshipment)
                                                              throws java.lang.Exception
Description copied from class: RemoteTransshipmentFullServiceBase
Performs the core logic for RemoteTransshipmentFullServiceBase.addOrUpdateClusterTransshipment(fr.ifremer.allegro.data.transshipment.generic.cluster.ClusterTransshipment)

Specified by:
handleAddOrUpdateClusterTransshipment in class RemoteTransshipmentFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTransshipmentFullService.addOrUpdateClusterTransshipment(fr.ifremer.allegro.data.transshipment.generic.cluster.ClusterTransshipment)


Copyright © 2008-2010 IFREMER. All Rights Reserved.