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, setDao
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clear, clearKey, clearKeyPrefix, existsKey, existsValueForKey, get, getBoolean, getInt, getUsers, keys, put, putBoolean, putInt
public String getNickname(LuteceUser user)
getNickname
in interface IPortalUserPreferencesService
user
- The Userpublic String getNickname(String strUserId)
getNickname
in interface IPortalUserPreferencesService
strUserId
- The User IDpublic void setNickname(String strUserId, String strNickname)
setNickname
in interface IPortalUserPreferencesService
strUserId
- The User IDstrNickname
- The nicknamepublic boolean existsNickname(String strNickname)
existsNickname
in interface IPortalUserPreferencesService
strNickname
- The nicknameCopyright © 2020 City of Paris. All rights reserved.