|
||||||||||
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.RemoteSpatialItemFullServiceBase
public abstract class RemoteSpatialItemFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.spatial.generic.service.RemoteSpatialItemFullService
,
provides access to all services and entities referenced by this service.
RemoteSpatialItemFullService
Constructor Summary | |
---|---|
RemoteSpatialItemFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteSpatialItemFullServiceBase()
Method Detail |
---|
public void setSpatialItemDao(SpatialItemDao spatialItemDao)
spatialItem
's DAO.
protected SpatialItemDao getSpatialItemDao()
spatialItem
's DAO.
public void setSpatialItemTypeDao(SpatialItemTypeDao spatialItemTypeDao)
spatialItemType
's DAO.
protected SpatialItemTypeDao getSpatialItemTypeDao()
spatialItemType
's DAO.
public void setSpatialItemAreaDao(SpatialItemAreaDao spatialItemAreaDao)
spatialItemArea
's DAO.
protected SpatialItemAreaDao getSpatialItemAreaDao()
spatialItemArea
's DAO.
public void setSpatialItemLineDao(SpatialItemLineDao spatialItemLineDao)
spatialItemLine
's DAO.
protected SpatialItemLineDao getSpatialItemLineDao()
spatialItemLine
's DAO.
public void setSpatialItemPointDao(SpatialItemPointDao spatialItemPointDao)
spatialItemPoint
's DAO.
protected SpatialItemPointDao getSpatialItemPointDao()
spatialItemPoint
's DAO.
public RemoteSpatialItemFullVO addSpatialItem(RemoteSpatialItemFullVO spatialItem)
addSpatialItem
in interface RemoteSpatialItemFullService
RemoteSpatialItemFullService.addSpatialItem(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO)
protected abstract RemoteSpatialItemFullVO handleAddSpatialItem(RemoteSpatialItemFullVO spatialItem) throws java.lang.Exception
addSpatialItem(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO)
java.lang.Exception
public void updateSpatialItem(RemoteSpatialItemFullVO spatialItem)
updateSpatialItem
in interface RemoteSpatialItemFullService
RemoteSpatialItemFullService.updateSpatialItem(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO)
protected abstract void handleUpdateSpatialItem(RemoteSpatialItemFullVO spatialItem) throws java.lang.Exception
updateSpatialItem(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO)
java.lang.Exception
public void removeSpatialItem(RemoteSpatialItemFullVO spatialItem)
removeSpatialItem
in interface RemoteSpatialItemFullService
RemoteSpatialItemFullService.removeSpatialItem(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO)
protected abstract void handleRemoveSpatialItem(RemoteSpatialItemFullVO spatialItem) throws java.lang.Exception
removeSpatialItem(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO)
java.lang.Exception
public RemoteSpatialItemFullVO[] getAllSpatialItem()
getAllSpatialItem
in interface RemoteSpatialItemFullService
RemoteSpatialItemFullService.getAllSpatialItem()
protected abstract RemoteSpatialItemFullVO[] handleGetAllSpatialItem() throws java.lang.Exception
getAllSpatialItem()
java.lang.Exception
public RemoteSpatialItemFullVO getSpatialItemById(java.lang.Integer id)
getSpatialItemById
in interface RemoteSpatialItemFullService
RemoteSpatialItemFullService.getSpatialItemById(java.lang.Integer)
protected abstract RemoteSpatialItemFullVO handleGetSpatialItemById(java.lang.Integer id) throws java.lang.Exception
getSpatialItemById(java.lang.Integer)
java.lang.Exception
public RemoteSpatialItemFullVO[] getSpatialItemByIds(java.lang.Integer[] id)
getSpatialItemByIds
in interface RemoteSpatialItemFullService
RemoteSpatialItemFullService.getSpatialItemByIds(java.lang.Integer[])
protected abstract RemoteSpatialItemFullVO[] handleGetSpatialItemByIds(java.lang.Integer[] id) throws java.lang.Exception
getSpatialItemByIds(java.lang.Integer[])
java.lang.Exception
public RemoteSpatialItemFullVO[] getSpatialItemBySpatialItemTypeId(java.lang.Integer id)
getSpatialItemBySpatialItemTypeId
in interface RemoteSpatialItemFullService
RemoteSpatialItemFullService.getSpatialItemBySpatialItemTypeId(java.lang.Integer)
protected abstract RemoteSpatialItemFullVO[] handleGetSpatialItemBySpatialItemTypeId(java.lang.Integer id) throws java.lang.Exception
getSpatialItemBySpatialItemTypeId(java.lang.Integer)
java.lang.Exception
public boolean remoteSpatialItemFullVOsAreEqualOnIdentifiers(RemoteSpatialItemFullVO remoteSpatialItemFullVOFirst, RemoteSpatialItemFullVO remoteSpatialItemFullVOSecond)
remoteSpatialItemFullVOsAreEqualOnIdentifiers
in interface RemoteSpatialItemFullService
RemoteSpatialItemFullService.remoteSpatialItemFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO)
protected abstract boolean handleRemoteSpatialItemFullVOsAreEqualOnIdentifiers(RemoteSpatialItemFullVO remoteSpatialItemFullVOFirst, RemoteSpatialItemFullVO remoteSpatialItemFullVOSecond) throws java.lang.Exception
remoteSpatialItemFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO)
java.lang.Exception
public boolean remoteSpatialItemFullVOsAreEqual(RemoteSpatialItemFullVO remoteSpatialItemFullVOFirst, RemoteSpatialItemFullVO remoteSpatialItemFullVOSecond)
remoteSpatialItemFullVOsAreEqual
in interface RemoteSpatialItemFullService
RemoteSpatialItemFullService.remoteSpatialItemFullVOsAreEqual(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO)
protected abstract boolean handleRemoteSpatialItemFullVOsAreEqual(RemoteSpatialItemFullVO remoteSpatialItemFullVOFirst, RemoteSpatialItemFullVO remoteSpatialItemFullVOSecond) throws java.lang.Exception
remoteSpatialItemFullVOsAreEqual(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemFullVO)
java.lang.Exception
public RemoteSpatialItemNaturalId[] getSpatialItemNaturalIds()
getSpatialItemNaturalIds
in interface RemoteSpatialItemFullService
RemoteSpatialItemFullService.getSpatialItemNaturalIds()
protected abstract RemoteSpatialItemNaturalId[] handleGetSpatialItemNaturalIds() throws java.lang.Exception
getSpatialItemNaturalIds()
java.lang.Exception
public RemoteSpatialItemFullVO getSpatialItemByNaturalId(RemoteSpatialItemNaturalId spatialItemNaturalId)
getSpatialItemByNaturalId
in interface RemoteSpatialItemFullService
RemoteSpatialItemFullService.getSpatialItemByNaturalId(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemNaturalId)
protected abstract RemoteSpatialItemFullVO handleGetSpatialItemByNaturalId(RemoteSpatialItemNaturalId spatialItemNaturalId) throws java.lang.Exception
getSpatialItemByNaturalId(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemNaturalId)
java.lang.Exception
public RemoteSpatialItemNaturalId getSpatialItemNaturalIdById(java.lang.Integer id)
getSpatialItemNaturalIdById
in interface RemoteSpatialItemFullService
RemoteSpatialItemFullService.getSpatialItemNaturalIdById(java.lang.Integer)
protected abstract RemoteSpatialItemNaturalId handleGetSpatialItemNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getSpatialItemNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterSpatialItem addOrUpdateClusterSpatialItem(ClusterSpatialItem clusterSpatialItem)
addOrUpdateClusterSpatialItem
in interface RemoteSpatialItemFullService
RemoteSpatialItemFullService.addOrUpdateClusterSpatialItem(fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItem)
protected abstract ClusterSpatialItem handleAddOrUpdateClusterSpatialItem(ClusterSpatialItem clusterSpatialItem) throws java.lang.Exception
addOrUpdateClusterSpatialItem(fr.ifremer.allegro.referential.spatial.generic.cluster.ClusterSpatialItem)
java.lang.Exception
public ClusterSpatialItem[] getAllClusterSpatialItemSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterSpatialItemSinceDateSynchro
in interface RemoteSpatialItemFullService
RemoteSpatialItemFullService.getAllClusterSpatialItemSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract 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
getAllClusterSpatialItemSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterSpatialItem getClusterSpatialItemByIdentifiers(java.lang.Integer id)
getClusterSpatialItemByIdentifiers
in interface RemoteSpatialItemFullService
RemoteSpatialItemFullService.getClusterSpatialItemByIdentifiers(java.lang.Integer)
protected abstract ClusterSpatialItem handleGetClusterSpatialItemByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterSpatialItemByIdentifiers(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 |