|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.spatial.generic.service.RemoteSpatialItem2LocationFullServiceBase
public abstract class RemoteSpatialItem2LocationFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.spatial.generic.service.RemoteSpatialItem2LocationFullService
,
provides access to all services and entities referenced by this service.
RemoteSpatialItem2LocationFullService
Constructor Summary | |
---|---|
RemoteSpatialItem2LocationFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteSpatialItem2LocationFullServiceBase()
Method Detail |
---|
public void setSpatialItem2LocationDao(SpatialItem2LocationDao spatialItem2LocationDao)
spatialItem2Location
's DAO.
protected SpatialItem2LocationDao getSpatialItem2LocationDao()
spatialItem2Location
's DAO.
public void setSpatialItemDao(SpatialItemDao spatialItemDao)
spatialItem
's DAO.
protected SpatialItemDao getSpatialItemDao()
spatialItem
's DAO.
public void setLocationDao(LocationDao locationDao)
location
's DAO.
protected LocationDao getLocationDao()
location
's DAO.
public RemoteSpatialItem2LocationFullVO addSpatialItem2Location(RemoteSpatialItem2LocationFullVO spatialItem2Location)
addSpatialItem2Location
in interface RemoteSpatialItem2LocationFullService
RemoteSpatialItem2LocationFullService.addSpatialItem2Location(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationFullVO)
protected abstract RemoteSpatialItem2LocationFullVO handleAddSpatialItem2Location(RemoteSpatialItem2LocationFullVO spatialItem2Location) throws java.lang.Exception
addSpatialItem2Location(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationFullVO)
java.lang.Exception
public void updateSpatialItem2Location(RemoteSpatialItem2LocationFullVO spatialItem2Location)
updateSpatialItem2Location
in interface RemoteSpatialItem2LocationFullService
RemoteSpatialItem2LocationFullService.updateSpatialItem2Location(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationFullVO)
protected abstract void handleUpdateSpatialItem2Location(RemoteSpatialItem2LocationFullVO spatialItem2Location) throws java.lang.Exception
updateSpatialItem2Location(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationFullVO)
java.lang.Exception
public void removeSpatialItem2Location(RemoteSpatialItem2LocationFullVO spatialItem2Location)
removeSpatialItem2Location
in interface RemoteSpatialItem2LocationFullService
RemoteSpatialItem2LocationFullService.removeSpatialItem2Location(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationFullVO)
protected abstract void handleRemoveSpatialItem2Location(RemoteSpatialItem2LocationFullVO spatialItem2Location) throws java.lang.Exception
removeSpatialItem2Location(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationFullVO)
java.lang.Exception
public RemoteSpatialItem2LocationFullVO[] getAllSpatialItem2Location()
getAllSpatialItem2Location
in interface RemoteSpatialItem2LocationFullService
RemoteSpatialItem2LocationFullService.getAllSpatialItem2Location()
protected abstract RemoteSpatialItem2LocationFullVO[] handleGetAllSpatialItem2Location() throws java.lang.Exception
getAllSpatialItem2Location()
java.lang.Exception
public RemoteSpatialItem2LocationFullVO[] getSpatialItem2LocationBySpatialItemId(java.lang.Integer id)
getSpatialItem2LocationBySpatialItemId
in interface RemoteSpatialItem2LocationFullService
RemoteSpatialItem2LocationFullService.getSpatialItem2LocationBySpatialItemId(java.lang.Integer)
protected abstract RemoteSpatialItem2LocationFullVO[] handleGetSpatialItem2LocationBySpatialItemId(java.lang.Integer id) throws java.lang.Exception
getSpatialItem2LocationBySpatialItemId(java.lang.Integer)
java.lang.Exception
public RemoteSpatialItem2LocationFullVO[] getSpatialItem2LocationByLocationId(java.lang.Integer id)
getSpatialItem2LocationByLocationId
in interface RemoteSpatialItem2LocationFullService
RemoteSpatialItem2LocationFullService.getSpatialItem2LocationByLocationId(java.lang.Integer)
protected abstract RemoteSpatialItem2LocationFullVO[] handleGetSpatialItem2LocationByLocationId(java.lang.Integer id) throws java.lang.Exception
getSpatialItem2LocationByLocationId(java.lang.Integer)
java.lang.Exception
public RemoteSpatialItem2LocationFullVO getSpatialItem2LocationByIdentifiers(java.lang.Integer spatialItemId, java.lang.Integer locationId)
getSpatialItem2LocationByIdentifiers
in interface RemoteSpatialItem2LocationFullService
RemoteSpatialItem2LocationFullService.getSpatialItem2LocationByIdentifiers(java.lang.Integer, java.lang.Integer)
protected abstract RemoteSpatialItem2LocationFullVO handleGetSpatialItem2LocationByIdentifiers(java.lang.Integer spatialItemId, java.lang.Integer locationId) throws java.lang.Exception
getSpatialItem2LocationByIdentifiers(java.lang.Integer, java.lang.Integer)
java.lang.Exception
public boolean remoteSpatialItem2LocationFullVOsAreEqualOnIdentifiers(RemoteSpatialItem2LocationFullVO remoteSpatialItem2LocationFullVOFirst, RemoteSpatialItem2LocationFullVO remoteSpatialItem2LocationFullVOSecond)
remoteSpatialItem2LocationFullVOsAreEqualOnIdentifiers
in interface RemoteSpatialItem2LocationFullService
RemoteSpatialItem2LocationFullService.remoteSpatialItem2LocationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationFullVO)
protected abstract boolean handleRemoteSpatialItem2LocationFullVOsAreEqualOnIdentifiers(RemoteSpatialItem2LocationFullVO remoteSpatialItem2LocationFullVOFirst, RemoteSpatialItem2LocationFullVO remoteSpatialItem2LocationFullVOSecond) throws java.lang.Exception
remoteSpatialItem2LocationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationFullVO)
java.lang.Exception
public boolean remoteSpatialItem2LocationFullVOsAreEqual(RemoteSpatialItem2LocationFullVO remoteSpatialItem2LocationFullVOFirst, RemoteSpatialItem2LocationFullVO remoteSpatialItem2LocationFullVOSecond)
remoteSpatialItem2LocationFullVOsAreEqual
in interface RemoteSpatialItem2LocationFullService
RemoteSpatialItem2LocationFullService.remoteSpatialItem2LocationFullVOsAreEqual(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationFullVO)
protected abstract boolean handleRemoteSpatialItem2LocationFullVOsAreEqual(RemoteSpatialItem2LocationFullVO remoteSpatialItem2LocationFullVOFirst, RemoteSpatialItem2LocationFullVO remoteSpatialItem2LocationFullVOSecond) throws java.lang.Exception
remoteSpatialItem2LocationFullVOsAreEqual(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationFullVO)
java.lang.Exception
public RemoteSpatialItem2LocationNaturalId[] getSpatialItem2LocationNaturalIds()
getSpatialItem2LocationNaturalIds
in interface RemoteSpatialItem2LocationFullService
RemoteSpatialItem2LocationFullService.getSpatialItem2LocationNaturalIds()
protected abstract RemoteSpatialItem2LocationNaturalId[] handleGetSpatialItem2LocationNaturalIds() throws java.lang.Exception
getSpatialItem2LocationNaturalIds()
java.lang.Exception
public RemoteSpatialItem2LocationFullVO getSpatialItem2LocationByNaturalId(RemoteSpatialItem2LocationNaturalId spatialItem2LocationNaturalId)
getSpatialItem2LocationByNaturalId
in interface RemoteSpatialItem2LocationFullService
RemoteSpatialItem2LocationFullService.getSpatialItem2LocationByNaturalId(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationNaturalId)
protected abstract RemoteSpatialItem2LocationFullVO handleGetSpatialItem2LocationByNaturalId(RemoteSpatialItem2LocationNaturalId spatialItem2LocationNaturalId) throws java.lang.Exception
getSpatialItem2LocationByNaturalId(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationNaturalId)
java.lang.Exception
public ClusterSpatialItem2Location getClusterSpatialItem2LocationByIdentifiers(java.lang.Integer spatialItemId, java.lang.Integer locationId)
getClusterSpatialItem2LocationByIdentifiers
in interface RemoteSpatialItem2LocationFullService
RemoteSpatialItem2LocationFullService.getClusterSpatialItem2LocationByIdentifiers(java.lang.Integer, java.lang.Integer)
protected abstract ClusterSpatialItem2Location handleGetClusterSpatialItem2LocationByIdentifiers(java.lang.Integer spatialItemId, java.lang.Integer locationId) throws java.lang.Exception
getClusterSpatialItem2LocationByIdentifiers(java.lang.Integer, 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 All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |