fr.ifremer.allegro.data.vessel.position.generic.service
Class RemoteVesselPositionFullServiceImpl

java.lang.Object
  extended by fr.ifremer.allegro.data.vessel.position.generic.service.RemoteVesselPositionFullServiceBase
      extended by fr.ifremer.allegro.data.vessel.position.generic.service.RemoteVesselPositionFullServiceImpl
All Implemented Interfaces:
RemoteVesselPositionFullService

public class RemoteVesselPositionFullServiceImpl
extends RemoteVesselPositionFullServiceBase

See Also:
RemoteVesselPositionFullService

Constructor Summary
RemoteVesselPositionFullServiceImpl()
           
 
Method Summary
protected  RemoteVesselPositionFullVO handleAddVesselPosition(RemoteVesselPositionFullVO vesselPosition)
          Performs the core logic for RemoteVesselPositionFullServiceBase.addVesselPosition(fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionFullVO)
protected  RemoteVesselPositionFullVO[] handleGetAllVesselPosition()
          Performs the core logic for RemoteVesselPositionFullServiceBase.getAllVesselPosition()
protected  ClusterVesselPosition handleGetClusterVesselPositionByIdentifiers(java.lang.Long id)
          Performs the core logic for RemoteVesselPositionFullServiceBase.getClusterVesselPositionByIdentifiers(java.lang.Long)
protected  RemoteVesselPositionFullVO handleGetVesselPositionById(java.lang.Long id)
          Performs the core logic for RemoteVesselPositionFullServiceBase.getVesselPositionById(java.lang.Long)
protected  RemoteVesselPositionFullVO[] handleGetVesselPositionByIds(java.lang.Long[] id)
          Performs the core logic for RemoteVesselPositionFullServiceBase.getVesselPositionByIds(java.lang.Long[])
protected  RemoteVesselPositionFullVO handleGetVesselPositionByNaturalId(RemoteVesselPositionNaturalId vesselPositionNaturalId)
          Performs the core logic for RemoteVesselPositionFullServiceBase.getVesselPositionByNaturalId(fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionNaturalId)
protected  RemoteVesselPositionFullVO[] handleGetVesselPositionByOperationId(java.lang.Integer id)
          Performs the core logic for RemoteVesselPositionFullServiceBase.getVesselPositionByOperationId(java.lang.Integer)
protected  RemoteVesselPositionFullVO[] handleGetVesselPositionByProgramCode(java.lang.String code)
          Performs the core logic for RemoteVesselPositionFullServiceBase.getVesselPositionByProgramCode(java.lang.String)
protected  RemoteVesselPositionFullVO[] handleGetVesselPositionByQualityFlagCode(java.lang.String code)
          Performs the core logic for RemoteVesselPositionFullServiceBase.getVesselPositionByQualityFlagCode(java.lang.String)
protected  RemoteVesselPositionFullVO[] handleGetVesselPositionByRecorderDepartmentId(java.lang.Integer id)
          Performs the core logic for RemoteVesselPositionFullServiceBase.getVesselPositionByRecorderDepartmentId(java.lang.Integer)
protected  RemoteVesselPositionFullVO[] handleGetVesselPositionByVesselCode(java.lang.String code)
          Performs the core logic for RemoteVesselPositionFullServiceBase.getVesselPositionByVesselCode(java.lang.String)
protected  RemoteVesselPositionNaturalId handleGetVesselPositionNaturalIdById(java.lang.Long id)
          Performs the core logic for RemoteVesselPositionFullServiceBase.getVesselPositionNaturalIdById(java.lang.Long)
protected  RemoteVesselPositionNaturalId[] handleGetVesselPositionNaturalIds()
          Performs the core logic for RemoteVesselPositionFullServiceBase.getVesselPositionNaturalIds()
protected  boolean handleRemoteVesselPositionFullVOsAreEqual(RemoteVesselPositionFullVO remoteVesselPositionFullVOFirst, RemoteVesselPositionFullVO remoteVesselPositionFullVOSecond)
          Performs the core logic for RemoteVesselPositionFullServiceBase.remoteVesselPositionFullVOsAreEqual(fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionFullVO, fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionFullVO)
protected  boolean handleRemoteVesselPositionFullVOsAreEqualOnIdentifiers(RemoteVesselPositionFullVO remoteVesselPositionFullVOFirst, RemoteVesselPositionFullVO remoteVesselPositionFullVOSecond)
          Performs the core logic for RemoteVesselPositionFullServiceBase.remoteVesselPositionFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionFullVO, fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionFullVO)
protected  void handleRemoveVesselPosition(RemoteVesselPositionFullVO vesselPosition)
          Performs the core logic for RemoteVesselPositionFullServiceBase.removeVesselPosition(fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionFullVO)
protected  void handleUpdateVesselPosition(RemoteVesselPositionFullVO vesselPosition)
          Performs the core logic for RemoteVesselPositionFullServiceBase.updateVesselPosition(fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionFullVO)
 
Methods inherited from class fr.ifremer.allegro.data.vessel.position.generic.service.RemoteVesselPositionFullServiceBase
addVesselPosition, getAllVesselPosition, getClusterVesselPositionByIdentifiers, getDepartmentDao, getMessage, getMessage, getMessage, getMessages, getOperationDao, getPrincipal, getProgramDao, getQualityFlagDao, getVesselDao, getVesselPositionById, getVesselPositionByIds, getVesselPositionByNaturalId, getVesselPositionByOperationId, getVesselPositionByProgramCode, getVesselPositionByQualityFlagCode, getVesselPositionByRecorderDepartmentId, getVesselPositionByVesselCode, getVesselPositionDao, getVesselPositionMeasurementDao, getVesselPositionNaturalIdById, getVesselPositionNaturalIds, remoteVesselPositionFullVOsAreEqual, remoteVesselPositionFullVOsAreEqualOnIdentifiers, removeVesselPosition, setDepartmentDao, setOperationDao, setProgramDao, setQualityFlagDao, setVesselDao, setVesselPositionDao, setVesselPositionMeasurementDao, updateVesselPosition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteVesselPositionFullServiceImpl

public RemoteVesselPositionFullServiceImpl()
Method Detail

handleAddVesselPosition

protected RemoteVesselPositionFullVO handleAddVesselPosition(RemoteVesselPositionFullVO vesselPosition)
                                                      throws java.lang.Exception
Description copied from class: RemoteVesselPositionFullServiceBase
Performs the core logic for RemoteVesselPositionFullServiceBase.addVesselPosition(fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionFullVO)

Specified by:
handleAddVesselPosition in class RemoteVesselPositionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselPositionFullService.addVesselPosition(fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionFullVO)

handleUpdateVesselPosition

protected void handleUpdateVesselPosition(RemoteVesselPositionFullVO vesselPosition)
                                   throws java.lang.Exception
Description copied from class: RemoteVesselPositionFullServiceBase
Performs the core logic for RemoteVesselPositionFullServiceBase.updateVesselPosition(fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionFullVO)

Specified by:
handleUpdateVesselPosition in class RemoteVesselPositionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselPositionFullService.updateVesselPosition(fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionFullVO)

handleRemoveVesselPosition

protected void handleRemoveVesselPosition(RemoteVesselPositionFullVO vesselPosition)
                                   throws java.lang.Exception
Description copied from class: RemoteVesselPositionFullServiceBase
Performs the core logic for RemoteVesselPositionFullServiceBase.removeVesselPosition(fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionFullVO)

Specified by:
handleRemoveVesselPosition in class RemoteVesselPositionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselPositionFullService.removeVesselPosition(fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionFullVO)

handleGetAllVesselPosition

protected RemoteVesselPositionFullVO[] handleGetAllVesselPosition()
                                                           throws java.lang.Exception
Description copied from class: RemoteVesselPositionFullServiceBase
Performs the core logic for RemoteVesselPositionFullServiceBase.getAllVesselPosition()

Specified by:
handleGetAllVesselPosition in class RemoteVesselPositionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselPositionFullService.getAllVesselPosition()

handleGetVesselPositionById

protected RemoteVesselPositionFullVO handleGetVesselPositionById(java.lang.Long id)
                                                          throws java.lang.Exception
Description copied from class: RemoteVesselPositionFullServiceBase
Performs the core logic for RemoteVesselPositionFullServiceBase.getVesselPositionById(java.lang.Long)

Specified by:
handleGetVesselPositionById in class RemoteVesselPositionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselPositionFullService.getVesselPositionById(java.lang.Long)

handleGetVesselPositionByIds

protected RemoteVesselPositionFullVO[] handleGetVesselPositionByIds(java.lang.Long[] id)
                                                             throws java.lang.Exception
Description copied from class: RemoteVesselPositionFullServiceBase
Performs the core logic for RemoteVesselPositionFullServiceBase.getVesselPositionByIds(java.lang.Long[])

Specified by:
handleGetVesselPositionByIds in class RemoteVesselPositionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselPositionFullService.getVesselPositionByIds(java.lang.Long[])

handleGetVesselPositionByVesselCode

protected RemoteVesselPositionFullVO[] handleGetVesselPositionByVesselCode(java.lang.String code)
                                                                    throws java.lang.Exception
Description copied from class: RemoteVesselPositionFullServiceBase
Performs the core logic for RemoteVesselPositionFullServiceBase.getVesselPositionByVesselCode(java.lang.String)

Specified by:
handleGetVesselPositionByVesselCode in class RemoteVesselPositionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselPositionFullService.getVesselPositionByVesselCode(java.lang.String)

handleGetVesselPositionByQualityFlagCode

protected RemoteVesselPositionFullVO[] handleGetVesselPositionByQualityFlagCode(java.lang.String code)
                                                                         throws java.lang.Exception
Description copied from class: RemoteVesselPositionFullServiceBase
Performs the core logic for RemoteVesselPositionFullServiceBase.getVesselPositionByQualityFlagCode(java.lang.String)

Specified by:
handleGetVesselPositionByQualityFlagCode in class RemoteVesselPositionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselPositionFullService.getVesselPositionByQualityFlagCode(java.lang.String)

handleGetVesselPositionByProgramCode

protected RemoteVesselPositionFullVO[] handleGetVesselPositionByProgramCode(java.lang.String code)
                                                                     throws java.lang.Exception
Description copied from class: RemoteVesselPositionFullServiceBase
Performs the core logic for RemoteVesselPositionFullServiceBase.getVesselPositionByProgramCode(java.lang.String)

Specified by:
handleGetVesselPositionByProgramCode in class RemoteVesselPositionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselPositionFullService.getVesselPositionByProgramCode(java.lang.String)

handleGetVesselPositionByRecorderDepartmentId

protected RemoteVesselPositionFullVO[] handleGetVesselPositionByRecorderDepartmentId(java.lang.Integer id)
                                                                              throws java.lang.Exception
Description copied from class: RemoteVesselPositionFullServiceBase
Performs the core logic for RemoteVesselPositionFullServiceBase.getVesselPositionByRecorderDepartmentId(java.lang.Integer)

Specified by:
handleGetVesselPositionByRecorderDepartmentId in class RemoteVesselPositionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselPositionFullService.getVesselPositionByRecorderDepartmentId(java.lang.Integer)

handleGetVesselPositionByOperationId

protected RemoteVesselPositionFullVO[] handleGetVesselPositionByOperationId(java.lang.Integer id)
                                                                     throws java.lang.Exception
Description copied from class: RemoteVesselPositionFullServiceBase
Performs the core logic for RemoteVesselPositionFullServiceBase.getVesselPositionByOperationId(java.lang.Integer)

Specified by:
handleGetVesselPositionByOperationId in class RemoteVesselPositionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselPositionFullService.getVesselPositionByOperationId(java.lang.Integer)

handleRemoteVesselPositionFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteVesselPositionFullVOsAreEqualOnIdentifiers(RemoteVesselPositionFullVO remoteVesselPositionFullVOFirst,
                                                                         RemoteVesselPositionFullVO remoteVesselPositionFullVOSecond)
                                                                  throws java.lang.Exception
Description copied from class: RemoteVesselPositionFullServiceBase
Performs the core logic for RemoteVesselPositionFullServiceBase.remoteVesselPositionFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionFullVO, fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionFullVO)

Specified by:
handleRemoteVesselPositionFullVOsAreEqualOnIdentifiers in class RemoteVesselPositionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselPositionFullService.remoteVesselPositionFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionFullVO, fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionFullVO)

handleRemoteVesselPositionFullVOsAreEqual

protected boolean handleRemoteVesselPositionFullVOsAreEqual(RemoteVesselPositionFullVO remoteVesselPositionFullVOFirst,
                                                            RemoteVesselPositionFullVO remoteVesselPositionFullVOSecond)
                                                     throws java.lang.Exception
Description copied from class: RemoteVesselPositionFullServiceBase
Performs the core logic for RemoteVesselPositionFullServiceBase.remoteVesselPositionFullVOsAreEqual(fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionFullVO, fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionFullVO)

Specified by:
handleRemoteVesselPositionFullVOsAreEqual in class RemoteVesselPositionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselPositionFullService.remoteVesselPositionFullVOsAreEqual(fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionFullVO, fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionFullVO)

handleGetVesselPositionNaturalIds

protected RemoteVesselPositionNaturalId[] handleGetVesselPositionNaturalIds()
                                                                     throws java.lang.Exception
Description copied from class: RemoteVesselPositionFullServiceBase
Performs the core logic for RemoteVesselPositionFullServiceBase.getVesselPositionNaturalIds()

Specified by:
handleGetVesselPositionNaturalIds in class RemoteVesselPositionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselPositionFullService.getVesselPositionNaturalIds()

handleGetVesselPositionByNaturalId

protected RemoteVesselPositionFullVO handleGetVesselPositionByNaturalId(RemoteVesselPositionNaturalId vesselPositionNaturalId)
                                                                 throws java.lang.Exception
Description copied from class: RemoteVesselPositionFullServiceBase
Performs the core logic for RemoteVesselPositionFullServiceBase.getVesselPositionByNaturalId(fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionNaturalId)

Specified by:
handleGetVesselPositionByNaturalId in class RemoteVesselPositionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselPositionFullService.getVesselPositionByNaturalId(fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionNaturalId)

handleGetVesselPositionNaturalIdById

protected RemoteVesselPositionNaturalId handleGetVesselPositionNaturalIdById(java.lang.Long id)
                                                                      throws java.lang.Exception
Description copied from class: RemoteVesselPositionFullServiceBase
Performs the core logic for RemoteVesselPositionFullServiceBase.getVesselPositionNaturalIdById(java.lang.Long)

Specified by:
handleGetVesselPositionNaturalIdById in class RemoteVesselPositionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselPositionFullService.getVesselPositionNaturalIdById(java.lang.Long)

handleGetClusterVesselPositionByIdentifiers

protected ClusterVesselPosition handleGetClusterVesselPositionByIdentifiers(java.lang.Long id)
                                                                     throws java.lang.Exception
Description copied from class: RemoteVesselPositionFullServiceBase
Performs the core logic for RemoteVesselPositionFullServiceBase.getClusterVesselPositionByIdentifiers(java.lang.Long)

Specified by:
handleGetClusterVesselPositionByIdentifiers in class RemoteVesselPositionFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteVesselPositionFullService.getClusterVesselPositionByIdentifiers(java.lang.Long)


Copyright © 2008-2010 IFREMER. All Rights Reserved.