|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.location.generic.service.RemoteLocationFullServiceBase
public abstract class RemoteLocationFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.location.generic.service.RemoteLocationFullService
,
provides access to all services and entities referenced by this service.
RemoteLocationFullService
Constructor Summary | |
---|---|
RemoteLocationFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteLocationFullServiceBase()
Method Detail |
---|
public void setLocationDao(LocationDao locationDao)
location
's DAO.
protected LocationDao getLocationDao()
location
's DAO.
public void setStatusDao(StatusDao statusDao)
status
's DAO.
protected StatusDao getStatusDao()
status
's DAO.
public void setLocationClassificationDao(LocationClassificationDao locationClassificationDao)
locationClassification
's DAO.
protected LocationClassificationDao getLocationClassificationDao()
locationClassification
's DAO.
public void setLocationLevelDao(LocationLevelDao locationLevelDao)
locationLevel
's DAO.
protected LocationLevelDao getLocationLevelDao()
locationLevel
's DAO.
public void setLocationAreaDao(LocationAreaDao locationAreaDao)
locationArea
's DAO.
protected LocationAreaDao getLocationAreaDao()
locationArea
's DAO.
public void setLocationLineDao(LocationLineDao locationLineDao)
locationLine
's DAO.
protected LocationLineDao getLocationLineDao()
locationLine
's DAO.
public void setLocationPointDao(LocationPointDao locationPointDao)
locationPoint
's DAO.
protected LocationPointDao getLocationPointDao()
locationPoint
's DAO.
public RemoteLocationFullVO addLocation(RemoteLocationFullVO location)
addLocation
in interface RemoteLocationFullService
RemoteLocationFullService.addLocation(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO)
protected abstract RemoteLocationFullVO handleAddLocation(RemoteLocationFullVO location) throws java.lang.Exception
addLocation(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO)
java.lang.Exception
public void updateLocation(RemoteLocationFullVO location)
updateLocation
in interface RemoteLocationFullService
RemoteLocationFullService.updateLocation(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO)
protected abstract void handleUpdateLocation(RemoteLocationFullVO location) throws java.lang.Exception
updateLocation(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO)
java.lang.Exception
public void removeLocation(RemoteLocationFullVO location)
removeLocation
in interface RemoteLocationFullService
RemoteLocationFullService.removeLocation(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO)
protected abstract void handleRemoveLocation(RemoteLocationFullVO location) throws java.lang.Exception
removeLocation(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO)
java.lang.Exception
public RemoteLocationFullVO[] getAllLocation()
getAllLocation
in interface RemoteLocationFullService
RemoteLocationFullService.getAllLocation()
protected abstract RemoteLocationFullVO[] handleGetAllLocation() throws java.lang.Exception
getAllLocation()
java.lang.Exception
public RemoteLocationFullVO getLocationById(java.lang.Integer id)
getLocationById
in interface RemoteLocationFullService
RemoteLocationFullService.getLocationById(java.lang.Integer)
protected abstract RemoteLocationFullVO handleGetLocationById(java.lang.Integer id) throws java.lang.Exception
getLocationById(java.lang.Integer)
java.lang.Exception
public RemoteLocationFullVO[] getLocationByIds(java.lang.Integer[] id)
getLocationByIds
in interface RemoteLocationFullService
RemoteLocationFullService.getLocationByIds(java.lang.Integer[])
protected abstract RemoteLocationFullVO[] handleGetLocationByIds(java.lang.Integer[] id) throws java.lang.Exception
getLocationByIds(java.lang.Integer[])
java.lang.Exception
public RemoteLocationFullVO[] getLocationByStatusCode(java.lang.String code)
getLocationByStatusCode
in interface RemoteLocationFullService
RemoteLocationFullService.getLocationByStatusCode(java.lang.String)
protected abstract RemoteLocationFullVO[] handleGetLocationByStatusCode(java.lang.String code) throws java.lang.Exception
getLocationByStatusCode(java.lang.String)
java.lang.Exception
public RemoteLocationFullVO[] getLocationByLocationClassificationId(java.lang.Integer id)
getLocationByLocationClassificationId
in interface RemoteLocationFullService
RemoteLocationFullService.getLocationByLocationClassificationId(java.lang.Integer)
protected abstract RemoteLocationFullVO[] handleGetLocationByLocationClassificationId(java.lang.Integer id) throws java.lang.Exception
getLocationByLocationClassificationId(java.lang.Integer)
java.lang.Exception
public RemoteLocationFullVO[] getLocationByLocationLevelId(java.lang.Integer id)
getLocationByLocationLevelId
in interface RemoteLocationFullService
RemoteLocationFullService.getLocationByLocationLevelId(java.lang.Integer)
protected abstract RemoteLocationFullVO[] handleGetLocationByLocationLevelId(java.lang.Integer id) throws java.lang.Exception
getLocationByLocationLevelId(java.lang.Integer)
java.lang.Exception
public boolean remoteLocationFullVOsAreEqualOnIdentifiers(RemoteLocationFullVO remoteLocationFullVOFirst, RemoteLocationFullVO remoteLocationFullVOSecond)
remoteLocationFullVOsAreEqualOnIdentifiers
in interface RemoteLocationFullService
RemoteLocationFullService.remoteLocationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO)
protected abstract boolean handleRemoteLocationFullVOsAreEqualOnIdentifiers(RemoteLocationFullVO remoteLocationFullVOFirst, RemoteLocationFullVO remoteLocationFullVOSecond) throws java.lang.Exception
remoteLocationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO)
java.lang.Exception
public boolean remoteLocationFullVOsAreEqual(RemoteLocationFullVO remoteLocationFullVOFirst, RemoteLocationFullVO remoteLocationFullVOSecond)
remoteLocationFullVOsAreEqual
in interface RemoteLocationFullService
RemoteLocationFullService.remoteLocationFullVOsAreEqual(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO)
protected abstract boolean handleRemoteLocationFullVOsAreEqual(RemoteLocationFullVO remoteLocationFullVOFirst, RemoteLocationFullVO remoteLocationFullVOSecond) throws java.lang.Exception
remoteLocationFullVOsAreEqual(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationFullVO)
java.lang.Exception
public RemoteLocationNaturalId[] getLocationNaturalIds()
getLocationNaturalIds
in interface RemoteLocationFullService
RemoteLocationFullService.getLocationNaturalIds()
protected abstract RemoteLocationNaturalId[] handleGetLocationNaturalIds() throws java.lang.Exception
getLocationNaturalIds()
java.lang.Exception
public RemoteLocationFullVO getLocationByNaturalId(RemoteLocationNaturalId locationNaturalId)
getLocationByNaturalId
in interface RemoteLocationFullService
RemoteLocationFullService.getLocationByNaturalId(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationNaturalId)
protected abstract RemoteLocationFullVO handleGetLocationByNaturalId(RemoteLocationNaturalId locationNaturalId) throws java.lang.Exception
getLocationByNaturalId(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationNaturalId)
java.lang.Exception
public RemoteLocationNaturalId getLocationNaturalIdById(java.lang.Integer id)
getLocationNaturalIdById
in interface RemoteLocationFullService
RemoteLocationFullService.getLocationNaturalIdById(java.lang.Integer)
protected abstract RemoteLocationNaturalId handleGetLocationNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getLocationNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterLocation addOrUpdateClusterLocation(ClusterLocation clusterLocation)
addOrUpdateClusterLocation
in interface RemoteLocationFullService
RemoteLocationFullService.addOrUpdateClusterLocation(fr.ifremer.allegro.referential.location.generic.cluster.ClusterLocation)
protected abstract ClusterLocation handleAddOrUpdateClusterLocation(ClusterLocation clusterLocation) throws java.lang.Exception
addOrUpdateClusterLocation(fr.ifremer.allegro.referential.location.generic.cluster.ClusterLocation)
java.lang.Exception
public ClusterLocation[] getAllClusterLocationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterLocationSinceDateSynchro
in interface RemoteLocationFullService
RemoteLocationFullService.getAllClusterLocationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterLocation[] handleGetAllClusterLocationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterLocationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterLocation getClusterLocationByIdentifiers(java.lang.Integer id)
getClusterLocationByIdentifiers
in interface RemoteLocationFullService
RemoteLocationFullService.getClusterLocationByIdentifiers(java.lang.Integer)
protected abstract ClusterLocation handleGetClusterLocationByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterLocationByIdentifiers(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 |