fr.ifremer.allegro.referential.location.generic.service
Class RemoteLocationPointFullServiceImpl

java.lang.Object
  extended by fr.ifremer.allegro.referential.location.generic.service.RemoteLocationPointFullServiceBase
      extended by fr.ifremer.allegro.referential.location.generic.service.RemoteLocationPointFullServiceImpl
All Implemented Interfaces:
RemoteLocationPointFullService

public class RemoteLocationPointFullServiceImpl
extends RemoteLocationPointFullServiceBase

See Also:
RemoteLocationPointFullService

Constructor Summary
RemoteLocationPointFullServiceImpl()
           
 
Method Summary
protected  RemoteLocationPointFullVO handleAddLocationPoint(RemoteLocationPointFullVO locationPoint)
          Performs the core logic for RemoteLocationPointFullServiceBase.addLocationPoint(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationPointFullVO)
protected  RemoteLocationPointFullVO[] handleGetAllLocationPoint()
          Performs the core logic for RemoteLocationPointFullServiceBase.getAllLocationPoint()
protected  ClusterLocationPoint handleGetClusterLocationPointByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteLocationPointFullServiceBase.getClusterLocationPointByIdentifiers(java.lang.Integer)
protected  RemoteLocationPointFullVO handleGetLocationPointById(java.lang.Integer id)
          Performs the core logic for RemoteLocationPointFullServiceBase.getLocationPointById(java.lang.Integer)
protected  RemoteLocationPointFullVO[] handleGetLocationPointByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteLocationPointFullServiceBase.getLocationPointByIds(java.lang.Integer[])
protected  RemoteLocationPointFullVO[] handleGetLocationPointByLocationId(java.lang.Integer id)
          Performs the core logic for RemoteLocationPointFullServiceBase.getLocationPointByLocationId(java.lang.Integer)
protected  RemoteLocationPointFullVO handleGetLocationPointByNaturalId(RemoteLocationPointNaturalId locationPointNaturalId)
          Performs the core logic for RemoteLocationPointFullServiceBase.getLocationPointByNaturalId(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationPointNaturalId)
protected  RemoteLocationPointNaturalId handleGetLocationPointNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteLocationPointFullServiceBase.getLocationPointNaturalIdById(java.lang.Integer)
protected  RemoteLocationPointNaturalId[] handleGetLocationPointNaturalIds()
          Performs the core logic for RemoteLocationPointFullServiceBase.getLocationPointNaturalIds()
protected  boolean handleRemoteLocationPointFullVOsAreEqual(RemoteLocationPointFullVO remoteLocationPointFullVOFirst, RemoteLocationPointFullVO remoteLocationPointFullVOSecond)
          Performs the core logic for RemoteLocationPointFullServiceBase.remoteLocationPointFullVOsAreEqual(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationPointFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationPointFullVO)
protected  boolean handleRemoteLocationPointFullVOsAreEqualOnIdentifiers(RemoteLocationPointFullVO remoteLocationPointFullVOFirst, RemoteLocationPointFullVO remoteLocationPointFullVOSecond)
          Performs the core logic for RemoteLocationPointFullServiceBase.remoteLocationPointFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationPointFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationPointFullVO)
protected  void handleRemoveLocationPoint(RemoteLocationPointFullVO locationPoint)
          Performs the core logic for RemoteLocationPointFullServiceBase.removeLocationPoint(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationPointFullVO)
protected  void handleUpdateLocationPoint(RemoteLocationPointFullVO locationPoint)
          Performs the core logic for RemoteLocationPointFullServiceBase.updateLocationPoint(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationPointFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.location.generic.service.RemoteLocationPointFullServiceBase
addLocationPoint, getAllLocationPoint, getClusterLocationPointByIdentifiers, getLocationDao, getLocationPointById, getLocationPointByIds, getLocationPointByLocationId, getLocationPointByNaturalId, getLocationPointDao, getLocationPointNaturalIdById, getLocationPointNaturalIds, getMessage, getMessage, getMessage, getMessages, getPrincipal, remoteLocationPointFullVOsAreEqual, remoteLocationPointFullVOsAreEqualOnIdentifiers, removeLocationPoint, setLocationDao, setLocationPointDao, updateLocationPoint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteLocationPointFullServiceImpl

public RemoteLocationPointFullServiceImpl()
Method Detail

handleAddLocationPoint

protected RemoteLocationPointFullVO handleAddLocationPoint(RemoteLocationPointFullVO locationPoint)
                                                    throws java.lang.Exception
Description copied from class: RemoteLocationPointFullServiceBase
Performs the core logic for RemoteLocationPointFullServiceBase.addLocationPoint(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationPointFullVO)

Specified by:
handleAddLocationPoint in class RemoteLocationPointFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationPointFullService.addLocationPoint(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationPointFullVO)

handleUpdateLocationPoint

protected void handleUpdateLocationPoint(RemoteLocationPointFullVO locationPoint)
                                  throws java.lang.Exception
Description copied from class: RemoteLocationPointFullServiceBase
Performs the core logic for RemoteLocationPointFullServiceBase.updateLocationPoint(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationPointFullVO)

Specified by:
handleUpdateLocationPoint in class RemoteLocationPointFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationPointFullService.updateLocationPoint(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationPointFullVO)

handleRemoveLocationPoint

protected void handleRemoveLocationPoint(RemoteLocationPointFullVO locationPoint)
                                  throws java.lang.Exception
Description copied from class: RemoteLocationPointFullServiceBase
Performs the core logic for RemoteLocationPointFullServiceBase.removeLocationPoint(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationPointFullVO)

Specified by:
handleRemoveLocationPoint in class RemoteLocationPointFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationPointFullService.removeLocationPoint(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationPointFullVO)

handleGetAllLocationPoint

protected RemoteLocationPointFullVO[] handleGetAllLocationPoint()
                                                         throws java.lang.Exception
Description copied from class: RemoteLocationPointFullServiceBase
Performs the core logic for RemoteLocationPointFullServiceBase.getAllLocationPoint()

Specified by:
handleGetAllLocationPoint in class RemoteLocationPointFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationPointFullService.getAllLocationPoint()

handleGetLocationPointById

protected RemoteLocationPointFullVO handleGetLocationPointById(java.lang.Integer id)
                                                        throws java.lang.Exception
Description copied from class: RemoteLocationPointFullServiceBase
Performs the core logic for RemoteLocationPointFullServiceBase.getLocationPointById(java.lang.Integer)

Specified by:
handleGetLocationPointById in class RemoteLocationPointFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationPointFullService.getLocationPointById(java.lang.Integer)

handleGetLocationPointByIds

protected RemoteLocationPointFullVO[] handleGetLocationPointByIds(java.lang.Integer[] id)
                                                           throws java.lang.Exception
Description copied from class: RemoteLocationPointFullServiceBase
Performs the core logic for RemoteLocationPointFullServiceBase.getLocationPointByIds(java.lang.Integer[])

Specified by:
handleGetLocationPointByIds in class RemoteLocationPointFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationPointFullService.getLocationPointByIds(java.lang.Integer[])

handleGetLocationPointByLocationId

protected RemoteLocationPointFullVO[] handleGetLocationPointByLocationId(java.lang.Integer id)
                                                                  throws java.lang.Exception
Description copied from class: RemoteLocationPointFullServiceBase
Performs the core logic for RemoteLocationPointFullServiceBase.getLocationPointByLocationId(java.lang.Integer)

Specified by:
handleGetLocationPointByLocationId in class RemoteLocationPointFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationPointFullService.getLocationPointByLocationId(java.lang.Integer)

handleRemoteLocationPointFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteLocationPointFullVOsAreEqualOnIdentifiers(RemoteLocationPointFullVO remoteLocationPointFullVOFirst,
                                                                        RemoteLocationPointFullVO remoteLocationPointFullVOSecond)
                                                                 throws java.lang.Exception
Description copied from class: RemoteLocationPointFullServiceBase
Performs the core logic for RemoteLocationPointFullServiceBase.remoteLocationPointFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationPointFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationPointFullVO)

Specified by:
handleRemoteLocationPointFullVOsAreEqualOnIdentifiers in class RemoteLocationPointFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationPointFullService.remoteLocationPointFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationPointFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationPointFullVO)

handleRemoteLocationPointFullVOsAreEqual

protected boolean handleRemoteLocationPointFullVOsAreEqual(RemoteLocationPointFullVO remoteLocationPointFullVOFirst,
                                                           RemoteLocationPointFullVO remoteLocationPointFullVOSecond)
                                                    throws java.lang.Exception
Description copied from class: RemoteLocationPointFullServiceBase
Performs the core logic for RemoteLocationPointFullServiceBase.remoteLocationPointFullVOsAreEqual(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationPointFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationPointFullVO)

Specified by:
handleRemoteLocationPointFullVOsAreEqual in class RemoteLocationPointFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationPointFullService.remoteLocationPointFullVOsAreEqual(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationPointFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationPointFullVO)

handleGetLocationPointNaturalIds

protected RemoteLocationPointNaturalId[] handleGetLocationPointNaturalIds()
                                                                   throws java.lang.Exception
Description copied from class: RemoteLocationPointFullServiceBase
Performs the core logic for RemoteLocationPointFullServiceBase.getLocationPointNaturalIds()

Specified by:
handleGetLocationPointNaturalIds in class RemoteLocationPointFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationPointFullService.getLocationPointNaturalIds()

handleGetLocationPointByNaturalId

protected RemoteLocationPointFullVO handleGetLocationPointByNaturalId(RemoteLocationPointNaturalId locationPointNaturalId)
                                                               throws java.lang.Exception
Description copied from class: RemoteLocationPointFullServiceBase
Performs the core logic for RemoteLocationPointFullServiceBase.getLocationPointByNaturalId(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationPointNaturalId)

Specified by:
handleGetLocationPointByNaturalId in class RemoteLocationPointFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationPointFullService.getLocationPointByNaturalId(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationPointNaturalId)

handleGetLocationPointNaturalIdById

protected RemoteLocationPointNaturalId handleGetLocationPointNaturalIdById(java.lang.Integer id)
                                                                    throws java.lang.Exception
Description copied from class: RemoteLocationPointFullServiceBase
Performs the core logic for RemoteLocationPointFullServiceBase.getLocationPointNaturalIdById(java.lang.Integer)

Specified by:
handleGetLocationPointNaturalIdById in class RemoteLocationPointFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationPointFullService.getLocationPointNaturalIdById(java.lang.Integer)

handleGetClusterLocationPointByIdentifiers

protected ClusterLocationPoint handleGetClusterLocationPointByIdentifiers(java.lang.Integer id)
                                                                   throws java.lang.Exception
Description copied from class: RemoteLocationPointFullServiceBase
Performs the core logic for RemoteLocationPointFullServiceBase.getClusterLocationPointByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterLocationPointByIdentifiers in class RemoteLocationPointFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationPointFullService.getClusterLocationPointByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.