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

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

public abstract class RemoteSpatialItemPointFullServiceBase
extends java.lang.Object
implements RemoteSpatialItemPointFullService

Spring Service base class for fr.ifremer.allegro.referential.spatial.generic.service.RemoteSpatialItemPointFullService, provides access to all services and entities referenced by this service.

See Also:
RemoteSpatialItemPointFullService

Constructor Summary
RemoteSpatialItemPointFullServiceBase()
           
 
Method Summary
 RemoteSpatialItemPointFullVO addSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)
           
 RemoteSpatialItemPointFullVO[] getAllSpatialItemPoint()
           
 ClusterSpatialItemPoint getClusterSpatialItemPointByIdentifiers(java.lang.Integer id)
           
protected  java.lang.String getMessage(java.lang.String key)
          Gets the message having the given key in the underlying message bundle.
protected  java.lang.String getMessage(java.lang.String key, java.lang.Object[] arguments)
          Gets the message having the given key and arguments in the underlying message bundle.
protected  java.lang.String getMessage(java.lang.String key, java.lang.Object[] arguments, java.util.Locale locale)
          Gets the message having the given key using the given arguments for the given locale.
protected  org.springframework.context.MessageSource getMessages()
          Gets the message source available to this service.
protected  java.security.Principal getPrincipal()
          Gets the current principal if one has been set, otherwise returns null.
protected  SpatialItemDao getSpatialItemDao()
          Gets the reference to spatialItem's DAO.
 RemoteSpatialItemPointFullVO getSpatialItemPointById(java.lang.Integer id)
           
 RemoteSpatialItemPointFullVO[] getSpatialItemPointByIds(java.lang.Integer[] id)
           
 RemoteSpatialItemPointFullVO getSpatialItemPointByNaturalId(RemoteSpatialItemPointNaturalId spatialItemPointNaturalId)
           
 RemoteSpatialItemPointFullVO[] getSpatialItemPointBySpatialItemId(java.lang.Integer id)
           
protected  SpatialItemPointDao getSpatialItemPointDao()
          Gets the reference to spatialItemPoint's DAO.
 RemoteSpatialItemPointNaturalId getSpatialItemPointNaturalIdById(java.lang.Integer id)
           
 RemoteSpatialItemPointNaturalId[] getSpatialItemPointNaturalIds()
           
protected abstract  RemoteSpatialItemPointFullVO handleAddSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)
          Performs the core logic for addSpatialItemPoint(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)
protected abstract  RemoteSpatialItemPointFullVO[] handleGetAllSpatialItemPoint()
          Performs the core logic for getAllSpatialItemPoint()
protected abstract  ClusterSpatialItemPoint handleGetClusterSpatialItemPointByIdentifiers(java.lang.Integer id)
          Performs the core logic for getClusterSpatialItemPointByIdentifiers(java.lang.Integer)
protected abstract  RemoteSpatialItemPointFullVO handleGetSpatialItemPointById(java.lang.Integer id)
          Performs the core logic for getSpatialItemPointById(java.lang.Integer)
protected abstract  RemoteSpatialItemPointFullVO[] handleGetSpatialItemPointByIds(java.lang.Integer[] id)
          Performs the core logic for getSpatialItemPointByIds(java.lang.Integer[])
protected abstract  RemoteSpatialItemPointFullVO handleGetSpatialItemPointByNaturalId(RemoteSpatialItemPointNaturalId spatialItemPointNaturalId)
          Performs the core logic for getSpatialItemPointByNaturalId(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointNaturalId)
protected abstract  RemoteSpatialItemPointFullVO[] handleGetSpatialItemPointBySpatialItemId(java.lang.Integer id)
          Performs the core logic for getSpatialItemPointBySpatialItemId(java.lang.Integer)
protected abstract  RemoteSpatialItemPointNaturalId handleGetSpatialItemPointNaturalIdById(java.lang.Integer id)
          Performs the core logic for getSpatialItemPointNaturalIdById(java.lang.Integer)
protected abstract  RemoteSpatialItemPointNaturalId[] handleGetSpatialItemPointNaturalIds()
          Performs the core logic for getSpatialItemPointNaturalIds()
protected abstract  boolean handleRemoteSpatialItemPointFullVOsAreEqual(RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOFirst, RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOSecond)
          Performs the core logic for remoteSpatialItemPointFullVOsAreEqual(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)
protected abstract  boolean handleRemoteSpatialItemPointFullVOsAreEqualOnIdentifiers(RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOFirst, RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOSecond)
          Performs the core logic for remoteSpatialItemPointFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)
protected abstract  void handleRemoveSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)
          Performs the core logic for removeSpatialItemPoint(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)
protected abstract  void handleUpdateSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)
          Performs the core logic for updateSpatialItemPoint(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)
 boolean remoteSpatialItemPointFullVOsAreEqual(RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOFirst, RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOSecond)
           
 boolean remoteSpatialItemPointFullVOsAreEqualOnIdentifiers(RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOFirst, RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOSecond)
           
 void removeSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)
           
 void setSpatialItemDao(SpatialItemDao spatialItemDao)
          Sets the reference to spatialItem's DAO.
 void setSpatialItemPointDao(SpatialItemPointDao spatialItemPointDao)
          Sets the reference to spatialItemPoint's DAO.
 void updateSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteSpatialItemPointFullServiceBase

public RemoteSpatialItemPointFullServiceBase()
Method Detail

setSpatialItemPointDao

public void setSpatialItemPointDao(SpatialItemPointDao spatialItemPointDao)
Sets the reference to spatialItemPoint's DAO.


getSpatialItemPointDao

protected SpatialItemPointDao getSpatialItemPointDao()
Gets the reference to spatialItemPoint's DAO.


setSpatialItemDao

public void setSpatialItemDao(SpatialItemDao spatialItemDao)
Sets the reference to spatialItem's DAO.


getSpatialItemDao

protected SpatialItemDao getSpatialItemDao()
Gets the reference to spatialItem's DAO.


addSpatialItemPoint

public RemoteSpatialItemPointFullVO addSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)
Specified by:
addSpatialItemPoint in interface RemoteSpatialItemPointFullService
See Also:
RemoteSpatialItemPointFullService.addSpatialItemPoint(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)

handleAddSpatialItemPoint

protected abstract RemoteSpatialItemPointFullVO handleAddSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)
                                                                   throws java.lang.Exception
Performs the core logic for addSpatialItemPoint(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)

Throws:
java.lang.Exception

updateSpatialItemPoint

public void updateSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)
Specified by:
updateSpatialItemPoint in interface RemoteSpatialItemPointFullService
See Also:
RemoteSpatialItemPointFullService.updateSpatialItemPoint(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)

handleUpdateSpatialItemPoint

protected abstract void handleUpdateSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)
                                              throws java.lang.Exception
Performs the core logic for updateSpatialItemPoint(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)

Throws:
java.lang.Exception

removeSpatialItemPoint

public void removeSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)
Specified by:
removeSpatialItemPoint in interface RemoteSpatialItemPointFullService
See Also:
RemoteSpatialItemPointFullService.removeSpatialItemPoint(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)

handleRemoveSpatialItemPoint

protected abstract void handleRemoveSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)
                                              throws java.lang.Exception
Performs the core logic for removeSpatialItemPoint(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)

Throws:
java.lang.Exception

getAllSpatialItemPoint

public RemoteSpatialItemPointFullVO[] getAllSpatialItemPoint()
Specified by:
getAllSpatialItemPoint in interface RemoteSpatialItemPointFullService
See Also:
RemoteSpatialItemPointFullService.getAllSpatialItemPoint()

handleGetAllSpatialItemPoint

protected abstract RemoteSpatialItemPointFullVO[] handleGetAllSpatialItemPoint()
                                                                        throws java.lang.Exception
Performs the core logic for getAllSpatialItemPoint()

Throws:
java.lang.Exception

getSpatialItemPointById

public RemoteSpatialItemPointFullVO getSpatialItemPointById(java.lang.Integer id)
Specified by:
getSpatialItemPointById in interface RemoteSpatialItemPointFullService
See Also:
RemoteSpatialItemPointFullService.getSpatialItemPointById(java.lang.Integer)

handleGetSpatialItemPointById

protected abstract RemoteSpatialItemPointFullVO handleGetSpatialItemPointById(java.lang.Integer id)
                                                                       throws java.lang.Exception
Performs the core logic for getSpatialItemPointById(java.lang.Integer)

Throws:
java.lang.Exception

getSpatialItemPointByIds

public RemoteSpatialItemPointFullVO[] getSpatialItemPointByIds(java.lang.Integer[] id)
Specified by:
getSpatialItemPointByIds in interface RemoteSpatialItemPointFullService
See Also:
RemoteSpatialItemPointFullService.getSpatialItemPointByIds(java.lang.Integer[])

handleGetSpatialItemPointByIds

protected abstract RemoteSpatialItemPointFullVO[] handleGetSpatialItemPointByIds(java.lang.Integer[] id)
                                                                          throws java.lang.Exception
Performs the core logic for getSpatialItemPointByIds(java.lang.Integer[])

Throws:
java.lang.Exception

getSpatialItemPointBySpatialItemId

public RemoteSpatialItemPointFullVO[] getSpatialItemPointBySpatialItemId(java.lang.Integer id)
Specified by:
getSpatialItemPointBySpatialItemId in interface RemoteSpatialItemPointFullService
See Also:
RemoteSpatialItemPointFullService.getSpatialItemPointBySpatialItemId(java.lang.Integer)

handleGetSpatialItemPointBySpatialItemId

protected abstract RemoteSpatialItemPointFullVO[] handleGetSpatialItemPointBySpatialItemId(java.lang.Integer id)
                                                                                    throws java.lang.Exception
Performs the core logic for getSpatialItemPointBySpatialItemId(java.lang.Integer)

Throws:
java.lang.Exception

remoteSpatialItemPointFullVOsAreEqualOnIdentifiers

public boolean remoteSpatialItemPointFullVOsAreEqualOnIdentifiers(RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOFirst,
                                                                  RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOSecond)
Specified by:
remoteSpatialItemPointFullVOsAreEqualOnIdentifiers in interface RemoteSpatialItemPointFullService
See Also:
RemoteSpatialItemPointFullService.remoteSpatialItemPointFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)

handleRemoteSpatialItemPointFullVOsAreEqualOnIdentifiers

protected abstract boolean handleRemoteSpatialItemPointFullVOsAreEqualOnIdentifiers(RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOFirst,
                                                                                    RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOSecond)
                                                                             throws java.lang.Exception
Performs the core logic for remoteSpatialItemPointFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)

Throws:
java.lang.Exception

remoteSpatialItemPointFullVOsAreEqual

public boolean remoteSpatialItemPointFullVOsAreEqual(RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOFirst,
                                                     RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOSecond)
Specified by:
remoteSpatialItemPointFullVOsAreEqual in interface RemoteSpatialItemPointFullService
See Also:
RemoteSpatialItemPointFullService.remoteSpatialItemPointFullVOsAreEqual(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)

handleRemoteSpatialItemPointFullVOsAreEqual

protected abstract boolean handleRemoteSpatialItemPointFullVOsAreEqual(RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOFirst,
                                                                       RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOSecond)
                                                                throws java.lang.Exception
Performs the core logic for remoteSpatialItemPointFullVOsAreEqual(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)

Throws:
java.lang.Exception

getSpatialItemPointNaturalIds

public RemoteSpatialItemPointNaturalId[] getSpatialItemPointNaturalIds()
Specified by:
getSpatialItemPointNaturalIds in interface RemoteSpatialItemPointFullService
See Also:
RemoteSpatialItemPointFullService.getSpatialItemPointNaturalIds()

handleGetSpatialItemPointNaturalIds

protected abstract RemoteSpatialItemPointNaturalId[] handleGetSpatialItemPointNaturalIds()
                                                                                  throws java.lang.Exception
Performs the core logic for getSpatialItemPointNaturalIds()

Throws:
java.lang.Exception

getSpatialItemPointByNaturalId

public RemoteSpatialItemPointFullVO getSpatialItemPointByNaturalId(RemoteSpatialItemPointNaturalId spatialItemPointNaturalId)
Specified by:
getSpatialItemPointByNaturalId in interface RemoteSpatialItemPointFullService
See Also:
RemoteSpatialItemPointFullService.getSpatialItemPointByNaturalId(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointNaturalId)

handleGetSpatialItemPointByNaturalId

protected abstract RemoteSpatialItemPointFullVO handleGetSpatialItemPointByNaturalId(RemoteSpatialItemPointNaturalId spatialItemPointNaturalId)
                                                                              throws java.lang.Exception
Performs the core logic for getSpatialItemPointByNaturalId(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointNaturalId)

Throws:
java.lang.Exception

getSpatialItemPointNaturalIdById

public RemoteSpatialItemPointNaturalId getSpatialItemPointNaturalIdById(java.lang.Integer id)
Specified by:
getSpatialItemPointNaturalIdById in interface RemoteSpatialItemPointFullService
See Also:
RemoteSpatialItemPointFullService.getSpatialItemPointNaturalIdById(java.lang.Integer)

handleGetSpatialItemPointNaturalIdById

protected abstract RemoteSpatialItemPointNaturalId handleGetSpatialItemPointNaturalIdById(java.lang.Integer id)
                                                                                   throws java.lang.Exception
Performs the core logic for getSpatialItemPointNaturalIdById(java.lang.Integer)

Throws:
java.lang.Exception

getClusterSpatialItemPointByIdentifiers

public ClusterSpatialItemPoint getClusterSpatialItemPointByIdentifiers(java.lang.Integer id)
Specified by:
getClusterSpatialItemPointByIdentifiers in interface RemoteSpatialItemPointFullService
See Also:
RemoteSpatialItemPointFullService.getClusterSpatialItemPointByIdentifiers(java.lang.Integer)

handleGetClusterSpatialItemPointByIdentifiers

protected abstract ClusterSpatialItemPoint handleGetClusterSpatialItemPointByIdentifiers(java.lang.Integer id)
                                                                                  throws java.lang.Exception
Performs the core logic for getClusterSpatialItemPointByIdentifiers(java.lang.Integer)

Throws:
java.lang.Exception

getPrincipal

protected java.security.Principal getPrincipal()
Gets the current principal if one has been set, otherwise returns null.

Returns:
the current principal

getMessages

protected org.springframework.context.MessageSource getMessages()
Gets the message source available to this service.


getMessage

protected java.lang.String getMessage(java.lang.String key)
Gets the message having the given key in the underlying message bundle.

Parameters:
key - the key of the message in the messages.properties message bundle.

getMessage

protected java.lang.String getMessage(java.lang.String key,
                                      java.lang.Object[] arguments)
Gets the message having the given key and arguments in the underlying message bundle.

Parameters:
key - the key of the message in the messages.properties message bundle.
arguments - any arguments to substitute when resolving the message.

getMessage

protected java.lang.String getMessage(java.lang.String key,
                                      java.lang.Object[] arguments,
                                      java.util.Locale locale)
Gets the message having the given key using the given arguments for the given locale.

Parameters:
key - the key of the message in the messages.properties message bundle.
arguments - any arguments to substitute when resolving the message.
locale - the locale of the messages to retrieve.


Copyright © 2008-2010 IFREMER. All Rights Reserved.