|
||||||||||
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.RemoteSpatialItemLineFullServiceBase
public abstract class RemoteSpatialItemLineFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.spatial.generic.service.RemoteSpatialItemLineFullService
,
provides access to all services and entities referenced by this service.
RemoteSpatialItemLineFullService
Constructor Summary | |
---|---|
RemoteSpatialItemLineFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteSpatialItemLineFullServiceBase()
Method Detail |
---|
public void setSpatialItemLineDao(SpatialItemLineDao spatialItemLineDao)
spatialItemLine
's DAO.
protected SpatialItemLineDao getSpatialItemLineDao()
spatialItemLine
's DAO.
public void setSpatialItemDao(SpatialItemDao spatialItemDao)
spatialItem
's DAO.
protected SpatialItemDao getSpatialItemDao()
spatialItem
's DAO.
public RemoteSpatialItemLineFullVO addSpatialItemLine(RemoteSpatialItemLineFullVO spatialItemLine)
addSpatialItemLine
in interface RemoteSpatialItemLineFullService
RemoteSpatialItemLineFullService.addSpatialItemLine(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemLineFullVO)
protected abstract RemoteSpatialItemLineFullVO handleAddSpatialItemLine(RemoteSpatialItemLineFullVO spatialItemLine) throws java.lang.Exception
addSpatialItemLine(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemLineFullVO)
java.lang.Exception
public void updateSpatialItemLine(RemoteSpatialItemLineFullVO spatialItemLine)
updateSpatialItemLine
in interface RemoteSpatialItemLineFullService
RemoteSpatialItemLineFullService.updateSpatialItemLine(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemLineFullVO)
protected abstract void handleUpdateSpatialItemLine(RemoteSpatialItemLineFullVO spatialItemLine) throws java.lang.Exception
updateSpatialItemLine(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemLineFullVO)
java.lang.Exception
public void removeSpatialItemLine(RemoteSpatialItemLineFullVO spatialItemLine)
removeSpatialItemLine
in interface RemoteSpatialItemLineFullService
RemoteSpatialItemLineFullService.removeSpatialItemLine(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemLineFullVO)
protected abstract void handleRemoveSpatialItemLine(RemoteSpatialItemLineFullVO spatialItemLine) throws java.lang.Exception
removeSpatialItemLine(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemLineFullVO)
java.lang.Exception
public RemoteSpatialItemLineFullVO[] getAllSpatialItemLine()
getAllSpatialItemLine
in interface RemoteSpatialItemLineFullService
RemoteSpatialItemLineFullService.getAllSpatialItemLine()
protected abstract RemoteSpatialItemLineFullVO[] handleGetAllSpatialItemLine() throws java.lang.Exception
getAllSpatialItemLine()
java.lang.Exception
public RemoteSpatialItemLineFullVO getSpatialItemLineById(java.lang.Integer id)
getSpatialItemLineById
in interface RemoteSpatialItemLineFullService
RemoteSpatialItemLineFullService.getSpatialItemLineById(java.lang.Integer)
protected abstract RemoteSpatialItemLineFullVO handleGetSpatialItemLineById(java.lang.Integer id) throws java.lang.Exception
getSpatialItemLineById(java.lang.Integer)
java.lang.Exception
public RemoteSpatialItemLineFullVO[] getSpatialItemLineByIds(java.lang.Integer[] id)
getSpatialItemLineByIds
in interface RemoteSpatialItemLineFullService
RemoteSpatialItemLineFullService.getSpatialItemLineByIds(java.lang.Integer[])
protected abstract RemoteSpatialItemLineFullVO[] handleGetSpatialItemLineByIds(java.lang.Integer[] id) throws java.lang.Exception
getSpatialItemLineByIds(java.lang.Integer[])
java.lang.Exception
public RemoteSpatialItemLineFullVO[] getSpatialItemLineBySpatialItemId(java.lang.Integer id)
getSpatialItemLineBySpatialItemId
in interface RemoteSpatialItemLineFullService
RemoteSpatialItemLineFullService.getSpatialItemLineBySpatialItemId(java.lang.Integer)
protected abstract RemoteSpatialItemLineFullVO[] handleGetSpatialItemLineBySpatialItemId(java.lang.Integer id) throws java.lang.Exception
getSpatialItemLineBySpatialItemId(java.lang.Integer)
java.lang.Exception
public boolean remoteSpatialItemLineFullVOsAreEqualOnIdentifiers(RemoteSpatialItemLineFullVO remoteSpatialItemLineFullVOFirst, RemoteSpatialItemLineFullVO remoteSpatialItemLineFullVOSecond)
remoteSpatialItemLineFullVOsAreEqualOnIdentifiers
in interface RemoteSpatialItemLineFullService
RemoteSpatialItemLineFullService.remoteSpatialItemLineFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemLineFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemLineFullVO)
protected abstract boolean handleRemoteSpatialItemLineFullVOsAreEqualOnIdentifiers(RemoteSpatialItemLineFullVO remoteSpatialItemLineFullVOFirst, RemoteSpatialItemLineFullVO remoteSpatialItemLineFullVOSecond) throws java.lang.Exception
remoteSpatialItemLineFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemLineFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemLineFullVO)
java.lang.Exception
public boolean remoteSpatialItemLineFullVOsAreEqual(RemoteSpatialItemLineFullVO remoteSpatialItemLineFullVOFirst, RemoteSpatialItemLineFullVO remoteSpatialItemLineFullVOSecond)
remoteSpatialItemLineFullVOsAreEqual
in interface RemoteSpatialItemLineFullService
RemoteSpatialItemLineFullService.remoteSpatialItemLineFullVOsAreEqual(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemLineFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemLineFullVO)
protected abstract boolean handleRemoteSpatialItemLineFullVOsAreEqual(RemoteSpatialItemLineFullVO remoteSpatialItemLineFullVOFirst, RemoteSpatialItemLineFullVO remoteSpatialItemLineFullVOSecond) throws java.lang.Exception
remoteSpatialItemLineFullVOsAreEqual(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemLineFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemLineFullVO)
java.lang.Exception
public RemoteSpatialItemLineNaturalId[] getSpatialItemLineNaturalIds()
getSpatialItemLineNaturalIds
in interface RemoteSpatialItemLineFullService
RemoteSpatialItemLineFullService.getSpatialItemLineNaturalIds()
protected abstract RemoteSpatialItemLineNaturalId[] handleGetSpatialItemLineNaturalIds() throws java.lang.Exception
getSpatialItemLineNaturalIds()
java.lang.Exception
public RemoteSpatialItemLineFullVO getSpatialItemLineByNaturalId(RemoteSpatialItemLineNaturalId spatialItemLineNaturalId)
getSpatialItemLineByNaturalId
in interface RemoteSpatialItemLineFullService
RemoteSpatialItemLineFullService.getSpatialItemLineByNaturalId(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemLineNaturalId)
protected abstract RemoteSpatialItemLineFullVO handleGetSpatialItemLineByNaturalId(RemoteSpatialItemLineNaturalId spatialItemLineNaturalId) throws java.lang.Exception
getSpatialItemLineByNaturalId(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemLineNaturalId)
java.lang.Exception
public RemoteSpatialItemLineNaturalId getSpatialItemLineNaturalIdById(java.lang.Integer id)
getSpatialItemLineNaturalIdById
in interface RemoteSpatialItemLineFullService
RemoteSpatialItemLineFullService.getSpatialItemLineNaturalIdById(java.lang.Integer)
protected abstract RemoteSpatialItemLineNaturalId handleGetSpatialItemLineNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getSpatialItemLineNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterSpatialItemLine getClusterSpatialItemLineByIdentifiers(java.lang.Integer id)
getClusterSpatialItemLineByIdentifiers
in interface RemoteSpatialItemLineFullService
RemoteSpatialItemLineFullService.getClusterSpatialItemLineByIdentifiers(java.lang.Integer)
protected abstract ClusterSpatialItemLine handleGetClusterSpatialItemLineByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterSpatialItemLineByIdentifiers(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 |