public class PortalUserPreferenceServiceImpl extends BaseUserPreferencesServiceImpl implements IPortalUserPreferencesService
| Constructor and Description |
|---|
PortalUserPreferenceServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
existsNickname(String strNickname)
return true if the nickname already exist
|
String |
getNickname(LuteceUser user)
Gets the user's nickname
|
String |
getNickname(String strUserId)
Gets the user's nickname
|
void |
setNickname(String strUserId,
String strNickname)
Sets the nickname
|
afterPropertiesSet, clear, clearKey, clearKeyPrefix, existsKey, existsValueForKey, get, getBoolean, getInt, getUsers, keys, put, putBoolean, putInt, setDaoequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclear, clearKey, clearKeyPrefix, existsKey, existsValueForKey, get, getBoolean, getInt, getUsers, keys, put, putBoolean, putIntpublic String getNickname(LuteceUser user)
getNickname in interface IPortalUserPreferencesServiceuser - The Userpublic String getNickname(String strUserId)
getNickname in interface IPortalUserPreferencesServicestrUserId - The User IDpublic void setNickname(String strUserId, String strNickname)
setNickname in interface IPortalUserPreferencesServicestrUserId - The User IDstrNickname - The nicknamepublic boolean existsNickname(String strNickname)
existsNickname in interface IPortalUserPreferencesServicestrNickname - The nicknameCopyright © 2020 City of Paris. All rights reserved.