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

java.lang.Object
  extended by fr.ifremer.allegro.referential.spatial.generic.service.RemoteSpatialItemAreaFullServiceBase
      extended by fr.ifremer.allegro.referential.spatial.generic.service.RemoteSpatialItemAreaFullServiceImpl
All Implemented Interfaces:
RemoteSpatialItemAreaFullService

public class RemoteSpatialItemAreaFullServiceImpl
extends RemoteSpatialItemAreaFullServiceBase

See Also:
RemoteSpatialItemAreaFullService

Constructor Summary
RemoteSpatialItemAreaFullServiceImpl()
           
 
Method Summary
protected  RemoteSpatialItemAreaFullVO handleAddSpatialItemArea(RemoteSpatialItemAreaFullVO spatialItemArea)
          Performs the core logic for RemoteSpatialItemAreaFullServiceBase.addSpatialItemArea(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemAreaFullVO)
protected  RemoteSpatialItemAreaFullVO[] handleGetAllSpatialItemArea()
          Performs the core logic for RemoteSpatialItemAreaFullServiceBase.getAllSpatialItemArea()
protected  ClusterSpatialItemArea handleGetClusterSpatialItemAreaByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteSpatialItemAreaFullServiceBase.getClusterSpatialItemAreaByIdentifiers(java.lang.Integer)
protected  RemoteSpatialItemAreaFullVO handleGetSpatialItemAreaById(java.lang.Integer id)
          Performs the core logic for RemoteSpatialItemAreaFullServiceBase.getSpatialItemAreaById(java.lang.Integer)
protected  RemoteSpatialItemAreaFullVO[] handleGetSpatialItemAreaByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteSpatialItemAreaFullServiceBase.getSpatialItemAreaByIds(java.lang.Integer[])
protected  RemoteSpatialItemAreaFullVO handleGetSpatialItemAreaByNaturalId(RemoteSpatialItemAreaNaturalId spatialItemAreaNaturalId)
          Performs the core logic for RemoteSpatialItemAreaFullServiceBase.getSpatialItemAreaByNaturalId(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemAreaNaturalId)
protected  RemoteSpatialItemAreaFullVO[] handleGetSpatialItemAreaBySpatialItemId(java.lang.Integer id)
          Performs the core logic for RemoteSpatialItemAreaFullServiceBase.getSpatialItemAreaBySpatialItemId(java.lang.Integer)
protected  RemoteSpatialItemAreaNaturalId handleGetSpatialItemAreaNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteSpatialItemAreaFullServiceBase.getSpatialItemAreaNaturalIdById(java.lang.Integer)
protected  RemoteSpatialItemAreaNaturalId[] handleGetSpatialItemAreaNaturalIds()
          Performs the core logic for RemoteSpatialItemAreaFullServiceBase.getSpatialItemAreaNaturalIds()
protected  boolean handleRemoteSpatialItemAreaFullVOsAreEqual(RemoteSpatialItemAreaFullVO remoteSpatialItemAreaFullVOFirst, RemoteSpatialItemAreaFullVO remoteSpatialItemAreaFullVOSecond)
          Performs the core logic for RemoteSpatialItemAreaFullServiceBase.remoteSpatialItemAreaFullVOsAreEqual(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemAreaFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemAreaFullVO)
protected  boolean handleRemoteSpatialItemAreaFullVOsAreEqualOnIdentifiers(RemoteSpatialItemAreaFullVO remoteSpatialItemAreaFullVOFirst, RemoteSpatialItemAreaFullVO remoteSpatialItemAreaFullVOSecond)
          Performs the core logic for RemoteSpatialItemAreaFullServiceBase.remoteSpatialItemAreaFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemAreaFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemAreaFullVO)
protected  void handleRemoveSpatialItemArea(RemoteSpatialItemAreaFullVO spatialItemArea)
          Performs the core logic for RemoteSpatialItemAreaFullServiceBase.removeSpatialItemArea(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemAreaFullVO)
protected  void handleUpdateSpatialItemArea(RemoteSpatialItemAreaFullVO spatialItemArea)
          Performs the core logic for RemoteSpatialItemAreaFullServiceBase.updateSpatialItemArea(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemAreaFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.spatial.generic.service.RemoteSpatialItemAreaFullServiceBase
addSpatialItemArea, getAllSpatialItemArea, getClusterSpatialItemAreaByIdentifiers, getMessage, getMessage, getMessage, getMessages, getPrincipal, getSpatialItemAreaById, getSpatialItemAreaByIds, getSpatialItemAreaByNaturalId, getSpatialItemAreaBySpatialItemId, getSpatialItemAreaDao, getSpatialItemAreaNaturalIdById, getSpatialItemAreaNaturalIds, getSpatialItemDao, remoteSpatialItemAreaFullVOsAreEqual, remoteSpatialItemAreaFullVOsAreEqualOnIdentifiers, removeSpatialItemArea, setSpatialItemAreaDao, setSpatialItemDao, updateSpatialItemArea
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteSpatialItemAreaFullServiceImpl

public RemoteSpatialItemAreaFullServiceImpl()
Method Detail

handleAddSpatialItemArea

protected RemoteSpatialItemAreaFullVO handleAddSpatialItemArea(RemoteSpatialItemAreaFullVO spatialItemArea)
                                                        throws java.lang.Exception
Description copied from class: RemoteSpatialItemAreaFullServiceBase
Performs the core logic for RemoteSpatialItemAreaFullServiceBase.addSpatialItemArea(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemAreaFullVO)

Specified by:
handleAddSpatialItemArea in class RemoteSpatialItemAreaFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemAreaFullService.addSpatialItemArea(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemAreaFullVO)

handleUpdateSpatialItemArea

protected void handleUpdateSpatialItemArea(RemoteSpatialItemAreaFullVO spatialItemArea)
                                    throws java.lang.Exception
Description copied from class: RemoteSpatialItemAreaFullServiceBase
Performs the core logic for RemoteSpatialItemAreaFullServiceBase.updateSpatialItemArea(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemAreaFullVO)

Specified by:
handleUpdateSpatialItemArea in class RemoteSpatialItemAreaFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemAreaFullService.updateSpatialItemArea(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemAreaFullVO)

handleRemoveSpatialItemArea

protected void handleRemoveSpatialItemArea(RemoteSpatialItemAreaFullVO spatialItemArea)
                                    throws java.lang.Exception
Description copied from class: RemoteSpatialItemAreaFullServiceBase
Performs the core logic for RemoteSpatialItemAreaFullServiceBase.removeSpatialItemArea(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemAreaFullVO)

Specified by:
handleRemoveSpatialItemArea in class RemoteSpatialItemAreaFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemAreaFullService.removeSpatialItemArea(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemAreaFullVO)

handleGetAllSpatialItemArea

protected RemoteSpatialItemAreaFullVO[] handleGetAllSpatialItemArea()
                                                             throws java.lang.Exception
Description copied from class: RemoteSpatialItemAreaFullServiceBase
Performs the core logic for RemoteSpatialItemAreaFullServiceBase.getAllSpatialItemArea()

Specified by:
handleGetAllSpatialItemArea in class RemoteSpatialItemAreaFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemAreaFullService.getAllSpatialItemArea()

handleGetSpatialItemAreaById

protected RemoteSpatialItemAreaFullVO handleGetSpatialItemAreaById(java.lang.Integer id)
                                                            throws java.lang.Exception
Description copied from class: RemoteSpatialItemAreaFullServiceBase
Performs the core logic for RemoteSpatialItemAreaFullServiceBase.getSpatialItemAreaById(java.lang.Integer)

Specified by:
handleGetSpatialItemAreaById in class RemoteSpatialItemAreaFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemAreaFullService.getSpatialItemAreaById(java.lang.Integer)

handleGetSpatialItemAreaByIds

protected RemoteSpatialItemAreaFullVO[] handleGetSpatialItemAreaByIds(java.lang.Integer[] id)
                                                               throws java.lang.Exception
Description copied from class: RemoteSpatialItemAreaFullServiceBase
Performs the core logic for RemoteSpatialItemAreaFullServiceBase.getSpatialItemAreaByIds(java.lang.Integer[])

Specified by:
handleGetSpatialItemAreaByIds in class RemoteSpatialItemAreaFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemAreaFullService.getSpatialItemAreaByIds(java.lang.Integer[])

handleGetSpatialItemAreaBySpatialItemId

protected RemoteSpatialItemAreaFullVO[] handleGetSpatialItemAreaBySpatialItemId(java.lang.Integer id)
                                                                         throws java.lang.Exception
Description copied from class: RemoteSpatialItemAreaFullServiceBase
Performs the core logic for RemoteSpatialItemAreaFullServiceBase.getSpatialItemAreaBySpatialItemId(java.lang.Integer)

Specified by:
handleGetSpatialItemAreaBySpatialItemId in class RemoteSpatialItemAreaFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemAreaFullService.getSpatialItemAreaBySpatialItemId(java.lang.Integer)

handleRemoteSpatialItemAreaFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteSpatialItemAreaFullVOsAreEqualOnIdentifiers(RemoteSpatialItemAreaFullVO remoteSpatialItemAreaFullVOFirst,
                                                                          RemoteSpatialItemAreaFullVO remoteSpatialItemAreaFullVOSecond)
                                                                   throws java.lang.Exception
Description copied from class: RemoteSpatialItemAreaFullServiceBase
Performs the core logic for RemoteSpatialItemAreaFullServiceBase.remoteSpatialItemAreaFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemAreaFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemAreaFullVO)

Specified by:
handleRemoteSpatialItemAreaFullVOsAreEqualOnIdentifiers in class RemoteSpatialItemAreaFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemAreaFullService.remoteSpatialItemAreaFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemAreaFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemAreaFullVO)

handleRemoteSpatialItemAreaFullVOsAreEqual

protected boolean handleRemoteSpatialItemAreaFullVOsAreEqual(RemoteSpatialItemAreaFullVO remoteSpatialItemAreaFullVOFirst,
                                                             RemoteSpatialItemAreaFullVO remoteSpatialItemAreaFullVOSecond)
                                                      throws java.lang.Exception
Description copied from class: RemoteSpatialItemAreaFullServiceBase
Performs the core logic for RemoteSpatialItemAreaFullServiceBase.remoteSpatialItemAreaFullVOsAreEqual(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemAreaFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemAreaFullVO)

Specified by:
handleRemoteSpatialItemAreaFullVOsAreEqual in class RemoteSpatialItemAreaFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemAreaFullService.remoteSpatialItemAreaFullVOsAreEqual(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemAreaFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemAreaFullVO)

handleGetSpatialItemAreaNaturalIds

protected RemoteSpatialItemAreaNaturalId[] handleGetSpatialItemAreaNaturalIds()
                                                                       throws java.lang.Exception
Description copied from class: RemoteSpatialItemAreaFullServiceBase
Performs the core logic for RemoteSpatialItemAreaFullServiceBase.getSpatialItemAreaNaturalIds()

Specified by:
handleGetSpatialItemAreaNaturalIds in class RemoteSpatialItemAreaFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemAreaFullService.getSpatialItemAreaNaturalIds()

handleGetSpatialItemAreaByNaturalId

protected RemoteSpatialItemAreaFullVO handleGetSpatialItemAreaByNaturalId(RemoteSpatialItemAreaNaturalId spatialItemAreaNaturalId)
                                                                   throws java.lang.Exception
Description copied from class: RemoteSpatialItemAreaFullServiceBase
Performs the core logic for RemoteSpatialItemAreaFullServiceBase.getSpatialItemAreaByNaturalId(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemAreaNaturalId)

Specified by:
handleGetSpatialItemAreaByNaturalId in class RemoteSpatialItemAreaFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemAreaFullService.getSpatialItemAreaByNaturalId(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemAreaNaturalId)

handleGetSpatialItemAreaNaturalIdById

protected RemoteSpatialItemAreaNaturalId handleGetSpatialItemAreaNaturalIdById(java.lang.Integer id)
                                                                        throws java.lang.Exception
Description copied from class: RemoteSpatialItemAreaFullServiceBase
Performs the core logic for RemoteSpatialItemAreaFullServiceBase.getSpatialItemAreaNaturalIdById(java.lang.Integer)

Specified by:
handleGetSpatialItemAreaNaturalIdById in class RemoteSpatialItemAreaFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemAreaFullService.getSpatialItemAreaNaturalIdById(java.lang.Integer)

handleGetClusterSpatialItemAreaByIdentifiers

protected ClusterSpatialItemArea handleGetClusterSpatialItemAreaByIdentifiers(java.lang.Integer id)
                                                                       throws java.lang.Exception
Description copied from class: RemoteSpatialItemAreaFullServiceBase
Performs the core logic for RemoteSpatialItemAreaFullServiceBase.getClusterSpatialItemAreaByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterSpatialItemAreaByIdentifiers in class RemoteSpatialItemAreaFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemAreaFullService.getClusterSpatialItemAreaByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.