|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.referential.location.generic.service.RemoteLocationLevelFullServiceBase
public abstract class RemoteLocationLevelFullServiceBase
Spring Service base class for fr.ifremer.allegro.referential.location.generic.service.RemoteLocationLevelFullService
,
provides access to all services and entities referenced by this service.
RemoteLocationLevelFullService
Constructor Summary | |
---|---|
RemoteLocationLevelFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteLocationLevelFullServiceBase()
Method Detail |
---|
public void setLocationLevelDao(LocationLevelDao locationLevelDao)
locationLevel
's DAO.
protected LocationLevelDao getLocationLevelDao()
locationLevel
's DAO.
public void setLocationClassificationDao(LocationClassificationDao locationClassificationDao)
locationClassification
's DAO.
protected LocationClassificationDao getLocationClassificationDao()
locationClassification
's DAO.
public RemoteLocationLevelFullVO addLocationLevel(RemoteLocationLevelFullVO locationLevel)
addLocationLevel
in interface RemoteLocationLevelFullService
RemoteLocationLevelFullService.addLocationLevel(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLevelFullVO)
protected abstract RemoteLocationLevelFullVO handleAddLocationLevel(RemoteLocationLevelFullVO locationLevel) throws java.lang.Exception
addLocationLevel(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLevelFullVO)
java.lang.Exception
public void updateLocationLevel(RemoteLocationLevelFullVO locationLevel)
updateLocationLevel
in interface RemoteLocationLevelFullService
RemoteLocationLevelFullService.updateLocationLevel(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLevelFullVO)
protected abstract void handleUpdateLocationLevel(RemoteLocationLevelFullVO locationLevel) throws java.lang.Exception
updateLocationLevel(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLevelFullVO)
java.lang.Exception
public void removeLocationLevel(RemoteLocationLevelFullVO locationLevel)
removeLocationLevel
in interface RemoteLocationLevelFullService
RemoteLocationLevelFullService.removeLocationLevel(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLevelFullVO)
protected abstract void handleRemoveLocationLevel(RemoteLocationLevelFullVO locationLevel) throws java.lang.Exception
removeLocationLevel(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLevelFullVO)
java.lang.Exception
public RemoteLocationLevelFullVO[] getAllLocationLevel()
getAllLocationLevel
in interface RemoteLocationLevelFullService
RemoteLocationLevelFullService.getAllLocationLevel()
protected abstract RemoteLocationLevelFullVO[] handleGetAllLocationLevel() throws java.lang.Exception
getAllLocationLevel()
java.lang.Exception
public RemoteLocationLevelFullVO getLocationLevelById(java.lang.Integer id)
getLocationLevelById
in interface RemoteLocationLevelFullService
RemoteLocationLevelFullService.getLocationLevelById(java.lang.Integer)
protected abstract RemoteLocationLevelFullVO handleGetLocationLevelById(java.lang.Integer id) throws java.lang.Exception
getLocationLevelById(java.lang.Integer)
java.lang.Exception
public RemoteLocationLevelFullVO[] getLocationLevelByIds(java.lang.Integer[] id)
getLocationLevelByIds
in interface RemoteLocationLevelFullService
RemoteLocationLevelFullService.getLocationLevelByIds(java.lang.Integer[])
protected abstract RemoteLocationLevelFullVO[] handleGetLocationLevelByIds(java.lang.Integer[] id) throws java.lang.Exception
getLocationLevelByIds(java.lang.Integer[])
java.lang.Exception
public RemoteLocationLevelFullVO[] getLocationLevelByParentLocationLevelId(java.lang.Integer id)
getLocationLevelByParentLocationLevelId
in interface RemoteLocationLevelFullService
RemoteLocationLevelFullService.getLocationLevelByParentLocationLevelId(java.lang.Integer)
protected abstract RemoteLocationLevelFullVO[] handleGetLocationLevelByParentLocationLevelId(java.lang.Integer id) throws java.lang.Exception
getLocationLevelByParentLocationLevelId(java.lang.Integer)
java.lang.Exception
public RemoteLocationLevelFullVO[] getLocationLevelByLocationClassificationId(java.lang.Integer id)
getLocationLevelByLocationClassificationId
in interface RemoteLocationLevelFullService
RemoteLocationLevelFullService.getLocationLevelByLocationClassificationId(java.lang.Integer)
protected abstract RemoteLocationLevelFullVO[] handleGetLocationLevelByLocationClassificationId(java.lang.Integer id) throws java.lang.Exception
getLocationLevelByLocationClassificationId(java.lang.Integer)
java.lang.Exception
public boolean remoteLocationLevelFullVOsAreEqualOnIdentifiers(RemoteLocationLevelFullVO remoteLocationLevelFullVOFirst, RemoteLocationLevelFullVO remoteLocationLevelFullVOSecond)
remoteLocationLevelFullVOsAreEqualOnIdentifiers
in interface RemoteLocationLevelFullService
RemoteLocationLevelFullService.remoteLocationLevelFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLevelFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLevelFullVO)
protected abstract boolean handleRemoteLocationLevelFullVOsAreEqualOnIdentifiers(RemoteLocationLevelFullVO remoteLocationLevelFullVOFirst, RemoteLocationLevelFullVO remoteLocationLevelFullVOSecond) throws java.lang.Exception
remoteLocationLevelFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLevelFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLevelFullVO)
java.lang.Exception
public boolean remoteLocationLevelFullVOsAreEqual(RemoteLocationLevelFullVO remoteLocationLevelFullVOFirst, RemoteLocationLevelFullVO remoteLocationLevelFullVOSecond)
remoteLocationLevelFullVOsAreEqual
in interface RemoteLocationLevelFullService
RemoteLocationLevelFullService.remoteLocationLevelFullVOsAreEqual(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLevelFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLevelFullVO)
protected abstract boolean handleRemoteLocationLevelFullVOsAreEqual(RemoteLocationLevelFullVO remoteLocationLevelFullVOFirst, RemoteLocationLevelFullVO remoteLocationLevelFullVOSecond) throws java.lang.Exception
remoteLocationLevelFullVOsAreEqual(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLevelFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLevelFullVO)
java.lang.Exception
public RemoteLocationLevelNaturalId[] getLocationLevelNaturalIds()
getLocationLevelNaturalIds
in interface RemoteLocationLevelFullService
RemoteLocationLevelFullService.getLocationLevelNaturalIds()
protected abstract RemoteLocationLevelNaturalId[] handleGetLocationLevelNaturalIds() throws java.lang.Exception
getLocationLevelNaturalIds()
java.lang.Exception
public RemoteLocationLevelFullVO getLocationLevelByNaturalId(RemoteLocationLevelNaturalId locationLevelNaturalId)
getLocationLevelByNaturalId
in interface RemoteLocationLevelFullService
RemoteLocationLevelFullService.getLocationLevelByNaturalId(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLevelNaturalId)
protected abstract RemoteLocationLevelFullVO handleGetLocationLevelByNaturalId(RemoteLocationLevelNaturalId locationLevelNaturalId) throws java.lang.Exception
getLocationLevelByNaturalId(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationLevelNaturalId)
java.lang.Exception
public RemoteLocationLevelNaturalId getLocationLevelNaturalIdById(java.lang.Integer id)
getLocationLevelNaturalIdById
in interface RemoteLocationLevelFullService
RemoteLocationLevelFullService.getLocationLevelNaturalIdById(java.lang.Integer)
protected abstract RemoteLocationLevelNaturalId handleGetLocationLevelNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getLocationLevelNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterLocationLevel addOrUpdateClusterLocationLevel(ClusterLocationLevel clusterLocationLevel)
addOrUpdateClusterLocationLevel
in interface RemoteLocationLevelFullService
RemoteLocationLevelFullService.addOrUpdateClusterLocationLevel(fr.ifremer.allegro.referential.location.generic.cluster.ClusterLocationLevel)
protected abstract ClusterLocationLevel handleAddOrUpdateClusterLocationLevel(ClusterLocationLevel clusterLocationLevel) throws java.lang.Exception
addOrUpdateClusterLocationLevel(fr.ifremer.allegro.referential.location.generic.cluster.ClusterLocationLevel)
java.lang.Exception
public ClusterLocationLevel[] getAllClusterLocationLevelSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterLocationLevelSinceDateSynchro
in interface RemoteLocationLevelFullService
RemoteLocationLevelFullService.getAllClusterLocationLevelSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterLocationLevel[] handleGetAllClusterLocationLevelSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterLocationLevelSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterLocationLevel getClusterLocationLevelByIdentifiers(java.lang.Integer id)
getClusterLocationLevelByIdentifiers
in interface RemoteLocationLevelFullService
RemoteLocationLevelFullService.getClusterLocationLevelByIdentifiers(java.lang.Integer)
protected abstract ClusterLocationLevel handleGetClusterLocationLevelByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterLocationLevelByIdentifiers(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 |