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

java.lang.Object
  extended by fr.ifremer.allegro.referential.spatial.generic.service.RemoteSpatialItemFullServiceBase
      extended by fr.ifremer.allegro.referential.spatial.generic.service.RemoteSpatialItemFullServiceImpl
All Implemented Interfaces:
RemoteSpatialItemFullService

public class RemoteSpatialItemFullServiceImpl
extends RemoteSpatialItemFullServiceBase

See Also:
RemoteSpatialItemFullService

Constructor Summary
RemoteSpatialItemFullServiceImpl()
           
 
Method Summary
protected  ClusterSpatialItem handleAddOrUpdateClusterSpatialItem(ClusterSpatialItem clusterSpatialItem)
          Performs the core logic for RemoteSpatialItemFullServiceBase.addOrUpdateClusterSpatialItem(fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItem)
protected  RemoteSpatialItemFullVO handleAddSpatialItem(RemoteSpatialItemFullVO spatialItem)
          Performs the core logic for RemoteSpatialItemFullServiceBase.addSpatialItem(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO)
protected  ClusterSpatialItem[] handleGetAllClusterSpatialItemSinceDateSynchro(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 RemoteSpatialItemFullServiceBase.getAllClusterSpatialItemSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteSpatialItemFullVO[] handleGetAllSpatialItem()
          Performs the core logic for RemoteSpatialItemFullServiceBase.getAllSpatialItem()
protected  ClusterSpatialItem handleGetClusterSpatialItemByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteSpatialItemFullServiceBase.getClusterSpatialItemByIdentifiers(java.lang.Integer)
protected  RemoteSpatialItemFullVO handleGetSpatialItemById(java.lang.Integer id)
          Performs the core logic for RemoteSpatialItemFullServiceBase.getSpatialItemById(java.lang.Integer)
protected  RemoteSpatialItemFullVO[] handleGetSpatialItemByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteSpatialItemFullServiceBase.getSpatialItemByIds(java.lang.Integer[])
protected  RemoteSpatialItemFullVO handleGetSpatialItemByNaturalId(RemoteSpatialItemNaturalId spatialItemNaturalId)
          Performs the core logic for RemoteSpatialItemFullServiceBase.getSpatialItemByNaturalId(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemNaturalId)
protected  RemoteSpatialItemFullVO[] handleGetSpatialItemBySpatialItemTypeId(java.lang.Integer id)
          Performs the core logic for RemoteSpatialItemFullServiceBase.getSpatialItemBySpatialItemTypeId(java.lang.Integer)
protected  RemoteSpatialItemNaturalId handleGetSpatialItemNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteSpatialItemFullServiceBase.getSpatialItemNaturalIdById(java.lang.Integer)
protected  RemoteSpatialItemNaturalId[] handleGetSpatialItemNaturalIds()
          Performs the core logic for RemoteSpatialItemFullServiceBase.getSpatialItemNaturalIds()
protected  boolean handleRemoteSpatialItemFullVOsAreEqual(RemoteSpatialItemFullVO remoteSpatialItemFullVOFirst, RemoteSpatialItemFullVO remoteSpatialItemFullVOSecond)
          Performs the core logic for RemoteSpatialItemFullServiceBase.remoteSpatialItemFullVOsAreEqual(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO)
protected  boolean handleRemoteSpatialItemFullVOsAreEqualOnIdentifiers(RemoteSpatialItemFullVO remoteSpatialItemFullVOFirst, RemoteSpatialItemFullVO remoteSpatialItemFullVOSecond)
          Performs the core logic for RemoteSpatialItemFullServiceBase.remoteSpatialItemFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO)
protected  void handleRemoveSpatialItem(RemoteSpatialItemFullVO spatialItem)
          Performs the core logic for RemoteSpatialItemFullServiceBase.removeSpatialItem(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO)
protected  void handleUpdateSpatialItem(RemoteSpatialItemFullVO spatialItem)
          Performs the core logic for RemoteSpatialItemFullServiceBase.updateSpatialItem(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.spatial.generic.service.RemoteSpatialItemFullServiceBase
addOrUpdateClusterSpatialItem, addSpatialItem, getAllClusterSpatialItemSinceDateSynchro, getAllSpatialItem, getClusterSpatialItemByIdentifiers, getMessage, getMessage, getMessage, getMessages, getPrincipal, getSpatialItemAreaDao, getSpatialItemById, getSpatialItemByIds, getSpatialItemByNaturalId, getSpatialItemBySpatialItemTypeId, getSpatialItemDao, getSpatialItemLineDao, getSpatialItemNaturalIdById, getSpatialItemNaturalIds, getSpatialItemPointDao, getSpatialItemTypeDao, remoteSpatialItemFullVOsAreEqual, remoteSpatialItemFullVOsAreEqualOnIdentifiers, removeSpatialItem, setSpatialItemAreaDao, setSpatialItemDao, setSpatialItemLineDao, setSpatialItemPointDao, setSpatialItemTypeDao, updateSpatialItem
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteSpatialItemFullServiceImpl

public RemoteSpatialItemFullServiceImpl()
Method Detail

handleAddSpatialItem

protected RemoteSpatialItemFullVO handleAddSpatialItem(RemoteSpatialItemFullVO spatialItem)
                                                throws java.lang.Exception
Description copied from class: RemoteSpatialItemFullServiceBase
Performs the core logic for RemoteSpatialItemFullServiceBase.addSpatialItem(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO)

Specified by:
handleAddSpatialItem in class RemoteSpatialItemFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemFullService.addSpatialItem(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO)

handleUpdateSpatialItem

protected void handleUpdateSpatialItem(RemoteSpatialItemFullVO spatialItem)
                                throws java.lang.Exception
Description copied from class: RemoteSpatialItemFullServiceBase
Performs the core logic for RemoteSpatialItemFullServiceBase.updateSpatialItem(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO)

Specified by:
handleUpdateSpatialItem in class RemoteSpatialItemFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemFullService.updateSpatialItem(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO)

handleRemoveSpatialItem

protected void handleRemoveSpatialItem(RemoteSpatialItemFullVO spatialItem)
                                throws java.lang.Exception
Description copied from class: RemoteSpatialItemFullServiceBase
Performs the core logic for RemoteSpatialItemFullServiceBase.removeSpatialItem(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO)

Specified by:
handleRemoveSpatialItem in class RemoteSpatialItemFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemFullService.removeSpatialItem(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO)

handleGetAllSpatialItem

protected RemoteSpatialItemFullVO[] handleGetAllSpatialItem()
                                                     throws java.lang.Exception
Description copied from class: RemoteSpatialItemFullServiceBase
Performs the core logic for RemoteSpatialItemFullServiceBase.getAllSpatialItem()

Specified by:
handleGetAllSpatialItem in class RemoteSpatialItemFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemFullService.getAllSpatialItem()

handleGetSpatialItemById

protected RemoteSpatialItemFullVO handleGetSpatialItemById(java.lang.Integer id)
                                                    throws java.lang.Exception
Description copied from class: RemoteSpatialItemFullServiceBase
Performs the core logic for RemoteSpatialItemFullServiceBase.getSpatialItemById(java.lang.Integer)

Specified by:
handleGetSpatialItemById in class RemoteSpatialItemFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemFullService.getSpatialItemById(java.lang.Integer)

handleGetSpatialItemByIds

protected RemoteSpatialItemFullVO[] handleGetSpatialItemByIds(java.lang.Integer[] id)
                                                       throws java.lang.Exception
Description copied from class: RemoteSpatialItemFullServiceBase
Performs the core logic for RemoteSpatialItemFullServiceBase.getSpatialItemByIds(java.lang.Integer[])

Specified by:
handleGetSpatialItemByIds in class RemoteSpatialItemFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemFullService.getSpatialItemByIds(java.lang.Integer[])

handleGetSpatialItemBySpatialItemTypeId

protected RemoteSpatialItemFullVO[] handleGetSpatialItemBySpatialItemTypeId(java.lang.Integer id)
                                                                     throws java.lang.Exception
Description copied from class: RemoteSpatialItemFullServiceBase
Performs the core logic for RemoteSpatialItemFullServiceBase.getSpatialItemBySpatialItemTypeId(java.lang.Integer)

Specified by:
handleGetSpatialItemBySpatialItemTypeId in class RemoteSpatialItemFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemFullService.getSpatialItemBySpatialItemTypeId(java.lang.Integer)

handleRemoteSpatialItemFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteSpatialItemFullVOsAreEqualOnIdentifiers(RemoteSpatialItemFullVO remoteSpatialItemFullVOFirst,
                                                                      RemoteSpatialItemFullVO remoteSpatialItemFullVOSecond)
                                                               throws java.lang.Exception
Description copied from class: RemoteSpatialItemFullServiceBase
Performs the core logic for RemoteSpatialItemFullServiceBase.remoteSpatialItemFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO)

Specified by:
handleRemoteSpatialItemFullVOsAreEqualOnIdentifiers in class RemoteSpatialItemFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemFullService.remoteSpatialItemFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO)

handleRemoteSpatialItemFullVOsAreEqual

protected boolean handleRemoteSpatialItemFullVOsAreEqual(RemoteSpatialItemFullVO remoteSpatialItemFullVOFirst,
                                                         RemoteSpatialItemFullVO remoteSpatialItemFullVOSecond)
                                                  throws java.lang.Exception
Description copied from class: RemoteSpatialItemFullServiceBase
Performs the core logic for RemoteSpatialItemFullServiceBase.remoteSpatialItemFullVOsAreEqual(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO)

Specified by:
handleRemoteSpatialItemFullVOsAreEqual in class RemoteSpatialItemFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemFullService.remoteSpatialItemFullVOsAreEqual(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO)

handleGetSpatialItemNaturalIds

protected RemoteSpatialItemNaturalId[] handleGetSpatialItemNaturalIds()
                                                               throws java.lang.Exception
Description copied from class: RemoteSpatialItemFullServiceBase
Performs the core logic for RemoteSpatialItemFullServiceBase.getSpatialItemNaturalIds()

Specified by:
handleGetSpatialItemNaturalIds in class RemoteSpatialItemFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemFullService.getSpatialItemNaturalIds()

handleGetSpatialItemByNaturalId

protected RemoteSpatialItemFullVO handleGetSpatialItemByNaturalId(RemoteSpatialItemNaturalId spatialItemNaturalId)
                                                           throws java.lang.Exception
Description copied from class: RemoteSpatialItemFullServiceBase
Performs the core logic for RemoteSpatialItemFullServiceBase.getSpatialItemByNaturalId(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemNaturalId)

Specified by:
handleGetSpatialItemByNaturalId in class RemoteSpatialItemFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemFullService.getSpatialItemByNaturalId(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemNaturalId)

handleGetSpatialItemNaturalIdById

protected RemoteSpatialItemNaturalId handleGetSpatialItemNaturalIdById(java.lang.Integer id)
                                                                throws java.lang.Exception
Description copied from class: RemoteSpatialItemFullServiceBase
Performs the core logic for RemoteSpatialItemFullServiceBase.getSpatialItemNaturalIdById(java.lang.Integer)

Specified by:
handleGetSpatialItemNaturalIdById in class RemoteSpatialItemFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemFullService.getSpatialItemNaturalIdById(java.lang.Integer)

handleAddOrUpdateClusterSpatialItem

protected ClusterSpatialItem handleAddOrUpdateClusterSpatialItem(ClusterSpatialItem clusterSpatialItem)
                                                          throws java.lang.Exception
Description copied from class: RemoteSpatialItemFullServiceBase
Performs the core logic for RemoteSpatialItemFullServiceBase.addOrUpdateClusterSpatialItem(fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItem)

Specified by:
handleAddOrUpdateClusterSpatialItem in class RemoteSpatialItemFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemFullService.addOrUpdateClusterSpatialItem(fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItem)

handleGetAllClusterSpatialItemSinceDateSynchro

protected ClusterSpatialItem[] handleGetAllClusterSpatialItemSinceDateSynchro(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: RemoteSpatialItemFullServiceBase
Performs the core logic for RemoteSpatialItemFullServiceBase.getAllClusterSpatialItemSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterSpatialItemSinceDateSynchro in class RemoteSpatialItemFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemFullService.getAllClusterSpatialItemSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterSpatialItemByIdentifiers

protected ClusterSpatialItem handleGetClusterSpatialItemByIdentifiers(java.lang.Integer id)
                                                               throws java.lang.Exception
Description copied from class: RemoteSpatialItemFullServiceBase
Performs the core logic for RemoteSpatialItemFullServiceBase.getClusterSpatialItemByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterSpatialItemByIdentifiers in class RemoteSpatialItemFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemFullService.getClusterSpatialItemByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.