fr.ifremer.allegro.referential.spatial.generic.service
Class RemoteSpatialItemPointFullServiceImpl

java.lang.Object
  extended by fr.ifremer.allegro.referential.spatial.generic.service.RemoteSpatialItemPointFullServiceBase
      extended by fr.ifremer.allegro.referential.spatial.generic.service.RemoteSpatialItemPointFullServiceImpl
All Implemented Interfaces:
RemoteSpatialItemPointFullService

public class RemoteSpatialItemPointFullServiceImpl
extends RemoteSpatialItemPointFullServiceBase

See Also:
RemoteSpatialItemPointFullService

Constructor Summary
RemoteSpatialItemPointFullServiceImpl()
           
 
Method Summary
protected  RemoteSpatialItemPointFullVO handleAddSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)
          Performs the core logic for RemoteSpatialItemPointFullServiceBase.addSpatialItemPoint(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)
protected  RemoteSpatialItemPointFullVO[] handleGetAllSpatialItemPoint()
          Performs the core logic for RemoteSpatialItemPointFullServiceBase.getAllSpatialItemPoint()
protected  ClusterSpatialItemPoint handleGetClusterSpatialItemPointByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteSpatialItemPointFullServiceBase.getClusterSpatialItemPointByIdentifiers(java.lang.Integer)
protected  RemoteSpatialItemPointFullVO handleGetSpatialItemPointById(java.lang.Integer id)
          Performs the core logic for RemoteSpatialItemPointFullServiceBase.getSpatialItemPointById(java.lang.Integer)
protected  RemoteSpatialItemPointFullVO[] handleGetSpatialItemPointByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteSpatialItemPointFullServiceBase.getSpatialItemPointByIds(java.lang.Integer[])
protected  RemoteSpatialItemPointFullVO handleGetSpatialItemPointByNaturalId(RemoteSpatialItemPointNaturalId spatialItemPointNaturalId)
          Performs the core logic for RemoteSpatialItemPointFullServiceBase.getSpatialItemPointByNaturalId(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointNaturalId)
protected  RemoteSpatialItemPointFullVO[] handleGetSpatialItemPointBySpatialItemId(java.lang.Integer id)
          Performs the core logic for RemoteSpatialItemPointFullServiceBase.getSpatialItemPointBySpatialItemId(java.lang.Integer)
protected  RemoteSpatialItemPointNaturalId handleGetSpatialItemPointNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteSpatialItemPointFullServiceBase.getSpatialItemPointNaturalIdById(java.lang.Integer)
protected  RemoteSpatialItemPointNaturalId[] handleGetSpatialItemPointNaturalIds()
          Performs the core logic for RemoteSpatialItemPointFullServiceBase.getSpatialItemPointNaturalIds()
protected  boolean handleRemoteSpatialItemPointFullVOsAreEqual(RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOFirst, RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOSecond)
          Performs the core logic for RemoteSpatialItemPointFullServiceBase.remoteSpatialItemPointFullVOsAreEqual(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)
protected  boolean handleRemoteSpatialItemPointFullVOsAreEqualOnIdentifiers(RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOFirst, RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOSecond)
          Performs the core logic for RemoteSpatialItemPointFullServiceBase.remoteSpatialItemPointFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)
protected  void handleRemoveSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)
          Performs the core logic for RemoteSpatialItemPointFullServiceBase.removeSpatialItemPoint(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)
protected  void handleUpdateSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)
          Performs the core logic for RemoteSpatialItemPointFullServiceBase.updateSpatialItemPoint(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.spatial.generic.service.RemoteSpatialItemPointFullServiceBase
addSpatialItemPoint, getAllSpatialItemPoint, getClusterSpatialItemPointByIdentifiers, getMessage, getMessage, getMessage, getMessages, getPrincipal, getSpatialItemDao, getSpatialItemPointById, getSpatialItemPointByIds, getSpatialItemPointByNaturalId, getSpatialItemPointBySpatialItemId, getSpatialItemPointDao, getSpatialItemPointNaturalIdById, getSpatialItemPointNaturalIds, remoteSpatialItemPointFullVOsAreEqual, remoteSpatialItemPointFullVOsAreEqualOnIdentifiers, removeSpatialItemPoint, setSpatialItemDao, setSpatialItemPointDao, updateSpatialItemPoint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteSpatialItemPointFullServiceImpl

public RemoteSpatialItemPointFullServiceImpl()
Method Detail

handleAddSpatialItemPoint

protected RemoteSpatialItemPointFullVO handleAddSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)
                                                          throws java.lang.Exception
Description copied from class: RemoteSpatialItemPointFullServiceBase
Performs the core logic for RemoteSpatialItemPointFullServiceBase.addSpatialItemPoint(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)

Specified by:
handleAddSpatialItemPoint in class RemoteSpatialItemPointFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemPointFullService.addSpatialItemPoint(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)

handleUpdateSpatialItemPoint

protected void handleUpdateSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)
                                     throws java.lang.Exception
Description copied from class: RemoteSpatialItemPointFullServiceBase
Performs the core logic for RemoteSpatialItemPointFullServiceBase.updateSpatialItemPoint(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)

Specified by:
handleUpdateSpatialItemPoint in class RemoteSpatialItemPointFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemPointFullService.updateSpatialItemPoint(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)

handleRemoveSpatialItemPoint

protected void handleRemoveSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)
                                     throws java.lang.Exception
Description copied from class: RemoteSpatialItemPointFullServiceBase
Performs the core logic for RemoteSpatialItemPointFullServiceBase.removeSpatialItemPoint(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)

Specified by:
handleRemoveSpatialItemPoint in class RemoteSpatialItemPointFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemPointFullService.removeSpatialItemPoint(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)

handleGetAllSpatialItemPoint

protected RemoteSpatialItemPointFullVO[] handleGetAllSpatialItemPoint()
                                                               throws java.lang.Exception
Description copied from class: RemoteSpatialItemPointFullServiceBase
Performs the core logic for RemoteSpatialItemPointFullServiceBase.getAllSpatialItemPoint()

Specified by:
handleGetAllSpatialItemPoint in class RemoteSpatialItemPointFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemPointFullService.getAllSpatialItemPoint()

handleGetSpatialItemPointById

protected RemoteSpatialItemPointFullVO handleGetSpatialItemPointById(java.lang.Integer id)
                                                              throws java.lang.Exception
Description copied from class: RemoteSpatialItemPointFullServiceBase
Performs the core logic for RemoteSpatialItemPointFullServiceBase.getSpatialItemPointById(java.lang.Integer)

Specified by:
handleGetSpatialItemPointById in class RemoteSpatialItemPointFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemPointFullService.getSpatialItemPointById(java.lang.Integer)

handleGetSpatialItemPointByIds

protected RemoteSpatialItemPointFullVO[] handleGetSpatialItemPointByIds(java.lang.Integer[] id)
                                                                 throws java.lang.Exception
Description copied from class: RemoteSpatialItemPointFullServiceBase
Performs the core logic for RemoteSpatialItemPointFullServiceBase.getSpatialItemPointByIds(java.lang.Integer[])

Specified by:
handleGetSpatialItemPointByIds in class RemoteSpatialItemPointFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemPointFullService.getSpatialItemPointByIds(java.lang.Integer[])

handleGetSpatialItemPointBySpatialItemId

protected RemoteSpatialItemPointFullVO[] handleGetSpatialItemPointBySpatialItemId(java.lang.Integer id)
                                                                           throws java.lang.Exception
Description copied from class: RemoteSpatialItemPointFullServiceBase
Performs the core logic for RemoteSpatialItemPointFullServiceBase.getSpatialItemPointBySpatialItemId(java.lang.Integer)

Specified by:
handleGetSpatialItemPointBySpatialItemId in class RemoteSpatialItemPointFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemPointFullService.getSpatialItemPointBySpatialItemId(java.lang.Integer)

handleRemoteSpatialItemPointFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteSpatialItemPointFullVOsAreEqualOnIdentifiers(RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOFirst,
                                                                           RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOSecond)
                                                                    throws java.lang.Exception
Description copied from class: RemoteSpatialItemPointFullServiceBase
Performs the core logic for RemoteSpatialItemPointFullServiceBase.remoteSpatialItemPointFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)

Specified by:
handleRemoteSpatialItemPointFullVOsAreEqualOnIdentifiers in class RemoteSpatialItemPointFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemPointFullService.remoteSpatialItemPointFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)

handleRemoteSpatialItemPointFullVOsAreEqual

protected boolean handleRemoteSpatialItemPointFullVOsAreEqual(RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOFirst,
                                                              RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOSecond)
                                                       throws java.lang.Exception
Description copied from class: RemoteSpatialItemPointFullServiceBase
Performs the core logic for RemoteSpatialItemPointFullServiceBase.remoteSpatialItemPointFullVOsAreEqual(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)

Specified by:
handleRemoteSpatialItemPointFullVOsAreEqual in class RemoteSpatialItemPointFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemPointFullService.remoteSpatialItemPointFullVOsAreEqual(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)

handleGetSpatialItemPointNaturalIds

protected RemoteSpatialItemPointNaturalId[] handleGetSpatialItemPointNaturalIds()
                                                                         throws java.lang.Exception
Description copied from class: RemoteSpatialItemPointFullServiceBase
Performs the core logic for RemoteSpatialItemPointFullServiceBase.getSpatialItemPointNaturalIds()

Specified by:
handleGetSpatialItemPointNaturalIds in class RemoteSpatialItemPointFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemPointFullService.getSpatialItemPointNaturalIds()

handleGetSpatialItemPointByNaturalId

protected RemoteSpatialItemPointFullVO handleGetSpatialItemPointByNaturalId(RemoteSpatialItemPointNaturalId spatialItemPointNaturalId)
                                                                     throws java.lang.Exception
Description copied from class: RemoteSpatialItemPointFullServiceBase
Performs the core logic for RemoteSpatialItemPointFullServiceBase.getSpatialItemPointByNaturalId(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointNaturalId)

Specified by:
handleGetSpatialItemPointByNaturalId in class RemoteSpatialItemPointFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemPointFullService.getSpatialItemPointByNaturalId(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointNaturalId)

handleGetSpatialItemPointNaturalIdById

protected RemoteSpatialItemPointNaturalId handleGetSpatialItemPointNaturalIdById(java.lang.Integer id)
                                                                          throws java.lang.Exception
Description copied from class: RemoteSpatialItemPointFullServiceBase
Performs the core logic for RemoteSpatialItemPointFullServiceBase.getSpatialItemPointNaturalIdById(java.lang.Integer)

Specified by:
handleGetSpatialItemPointNaturalIdById in class RemoteSpatialItemPointFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemPointFullService.getSpatialItemPointNaturalIdById(java.lang.Integer)

handleGetClusterSpatialItemPointByIdentifiers

protected ClusterSpatialItemPoint handleGetClusterSpatialItemPointByIdentifiers(java.lang.Integer id)
                                                                         throws java.lang.Exception
Description copied from class: RemoteSpatialItemPointFullServiceBase
Performs the core logic for RemoteSpatialItemPointFullServiceBase.getClusterSpatialItemPointByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterSpatialItemPointByIdentifiers in class RemoteSpatialItemPointFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemPointFullService.getClusterSpatialItemPointByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.