|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.spatial.generic.service.RemoteSpatialItemPointFullServiceBase
public abstract class RemoteSpatialItemPointFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.spatial.generic.service.RemoteSpatialItemPointFullService
,
provides access to all services and entities referenced by this service.
RemoteSpatialItemPointFullService
Constructor Summary | |
---|---|
RemoteSpatialItemPointFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteSpatialItemPointFullServiceBase()
Method Detail |
---|
public void setSpatialItemPointDao(SpatialItemPointDao spatialItemPointDao)
spatialItemPoint
's DAO.
protected SpatialItemPointDao getSpatialItemPointDao()
spatialItemPoint
's DAO.
public void setSpatialItemDao(SpatialItemDao spatialItemDao)
spatialItem
's DAO.
protected SpatialItemDao getSpatialItemDao()
spatialItem
's DAO.
public RemoteSpatialItemPointFullVO addSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)
addSpatialItemPoint
in interface RemoteSpatialItemPointFullService
RemoteSpatialItemPointFullService.addSpatialItemPoint(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)
protected abstract RemoteSpatialItemPointFullVO handleAddSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint) throws java.lang.Exception
addSpatialItemPoint(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)
java.lang.Exception
public void updateSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)
updateSpatialItemPoint
in interface RemoteSpatialItemPointFullService
RemoteSpatialItemPointFullService.updateSpatialItemPoint(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)
protected abstract void handleUpdateSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint) throws java.lang.Exception
updateSpatialItemPoint(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)
java.lang.Exception
public void removeSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)
removeSpatialItemPoint
in interface RemoteSpatialItemPointFullService
RemoteSpatialItemPointFullService.removeSpatialItemPoint(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)
protected abstract void handleRemoveSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint) throws java.lang.Exception
removeSpatialItemPoint(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)
java.lang.Exception
public RemoteSpatialItemPointFullVO[] getAllSpatialItemPoint()
getAllSpatialItemPoint
in interface RemoteSpatialItemPointFullService
RemoteSpatialItemPointFullService.getAllSpatialItemPoint()
protected abstract RemoteSpatialItemPointFullVO[] handleGetAllSpatialItemPoint() throws java.lang.Exception
getAllSpatialItemPoint()
java.lang.Exception
public RemoteSpatialItemPointFullVO getSpatialItemPointById(java.lang.Integer id)
getSpatialItemPointById
in interface RemoteSpatialItemPointFullService
RemoteSpatialItemPointFullService.getSpatialItemPointById(java.lang.Integer)
protected abstract RemoteSpatialItemPointFullVO handleGetSpatialItemPointById(java.lang.Integer id) throws java.lang.Exception
getSpatialItemPointById(java.lang.Integer)
java.lang.Exception
public RemoteSpatialItemPointFullVO[] getSpatialItemPointByIds(java.lang.Integer[] id)
getSpatialItemPointByIds
in interface RemoteSpatialItemPointFullService
RemoteSpatialItemPointFullService.getSpatialItemPointByIds(java.lang.Integer[])
protected abstract RemoteSpatialItemPointFullVO[] handleGetSpatialItemPointByIds(java.lang.Integer[] id) throws java.lang.Exception
getSpatialItemPointByIds(java.lang.Integer[])
java.lang.Exception
public RemoteSpatialItemPointFullVO[] getSpatialItemPointBySpatialItemId(java.lang.Integer id)
getSpatialItemPointBySpatialItemId
in interface RemoteSpatialItemPointFullService
RemoteSpatialItemPointFullService.getSpatialItemPointBySpatialItemId(java.lang.Integer)
protected abstract RemoteSpatialItemPointFullVO[] handleGetSpatialItemPointBySpatialItemId(java.lang.Integer id) throws java.lang.Exception
getSpatialItemPointBySpatialItemId(java.lang.Integer)
java.lang.Exception
public boolean remoteSpatialItemPointFullVOsAreEqualOnIdentifiers(RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOFirst, RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOSecond)
remoteSpatialItemPointFullVOsAreEqualOnIdentifiers
in interface RemoteSpatialItemPointFullService
RemoteSpatialItemPointFullService.remoteSpatialItemPointFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)
protected abstract boolean handleRemoteSpatialItemPointFullVOsAreEqualOnIdentifiers(RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOFirst, RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOSecond) throws java.lang.Exception
remoteSpatialItemPointFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)
java.lang.Exception
public boolean remoteSpatialItemPointFullVOsAreEqual(RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOFirst, RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOSecond)
remoteSpatialItemPointFullVOsAreEqual
in interface RemoteSpatialItemPointFullService
RemoteSpatialItemPointFullService.remoteSpatialItemPointFullVOsAreEqual(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)
protected abstract boolean handleRemoteSpatialItemPointFullVOsAreEqual(RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOFirst, RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOSecond) throws java.lang.Exception
remoteSpatialItemPointFullVOsAreEqual(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointFullVO)
java.lang.Exception
public RemoteSpatialItemPointNaturalId[] getSpatialItemPointNaturalIds()
getSpatialItemPointNaturalIds
in interface RemoteSpatialItemPointFullService
RemoteSpatialItemPointFullService.getSpatialItemPointNaturalIds()
protected abstract RemoteSpatialItemPointNaturalId[] handleGetSpatialItemPointNaturalIds() throws java.lang.Exception
getSpatialItemPointNaturalIds()
java.lang.Exception
public RemoteSpatialItemPointFullVO getSpatialItemPointByNaturalId(RemoteSpatialItemPointNaturalId spatialItemPointNaturalId)
getSpatialItemPointByNaturalId
in interface RemoteSpatialItemPointFullService
RemoteSpatialItemPointFullService.getSpatialItemPointByNaturalId(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointNaturalId)
protected abstract RemoteSpatialItemPointFullVO handleGetSpatialItemPointByNaturalId(RemoteSpatialItemPointNaturalId spatialItemPointNaturalId) throws java.lang.Exception
getSpatialItemPointByNaturalId(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemPointNaturalId)
java.lang.Exception
public RemoteSpatialItemPointNaturalId getSpatialItemPointNaturalIdById(java.lang.Integer id)
getSpatialItemPointNaturalIdById
in interface RemoteSpatialItemPointFullService
RemoteSpatialItemPointFullService.getSpatialItemPointNaturalIdById(java.lang.Integer)
protected abstract RemoteSpatialItemPointNaturalId handleGetSpatialItemPointNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getSpatialItemPointNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterSpatialItemPoint getClusterSpatialItemPointByIdentifiers(java.lang.Integer id)
getClusterSpatialItemPointByIdentifiers
in interface RemoteSpatialItemPointFullService
RemoteSpatialItemPointFullService.getClusterSpatialItemPointByIdentifiers(java.lang.Integer)
protected abstract ClusterSpatialItemPoint handleGetClusterSpatialItemPointByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterSpatialItemPointByIdentifiers(java.lang.Integer)
java.lang.Exception
protected java.security.Principal getPrincipal()
principal
if one has been set,
otherwise returns null
.
protected org.springframework.context.MessageSource getMessages()
protected java.lang.String getMessage(java.lang.String key)
key
in the underlying message bundle.
key
- the key of the message in the messages.properties message bundle.protected java.lang.String getMessage(java.lang.String key, java.lang.Object[] arguments)
key
and arguments
in the
underlying message bundle.
key
- the key of the message in the messages.properties message bundle.arguments
- any arguments to substitute when resolving the message.protected java.lang.String getMessage(java.lang.String key, java.lang.Object[] arguments, java.util.Locale locale)
key
using the given arguments
for the given locale
.
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |