fr.paris.lutece.portal.service.prefs
Class PortalUserPreferenceServiceImpl
java.lang.Object
fr.paris.lutece.portal.service.prefs.BaseUserPreferencesServiceImpl
fr.paris.lutece.portal.service.prefs.PortalUserPreferenceServiceImpl
- All Implemented Interfaces:
- IPortalUserPreferencesService, IUserPreferencesService, org.springframework.beans.factory.InitializingBean
public class PortalUserPreferenceServiceImpl
- extends BaseUserPreferencesServiceImpl
- implements IPortalUserPreferencesService
Portal User Preference Service
Methods inherited from class fr.paris.lutece.portal.service.prefs.BaseUserPreferencesServiceImpl |
afterPropertiesSet, clear, get, getBoolean, getInt, getUsers, keys, put, putBoolean, putInt, setDao |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortalUserPreferenceServiceImpl
public PortalUserPreferenceServiceImpl()
getNickname
public String getNickname(LuteceUser user)
- Gets the user's nickname
- Specified by:
getNickname
in interface IPortalUserPreferencesService
- Parameters:
user
- The User
- Returns:
- The nickname
getNickname
public String getNickname(String strUserId)
- Gets the user's nickname
- Specified by:
getNickname
in interface IPortalUserPreferencesService
- Parameters:
strUserId
- The User ID
- Returns:
- The nickname
setNickname
public void setNickname(String strUserId,
String strNickname)
- Sets the nickname
- Specified by:
setNickname
in interface IPortalUserPreferencesService
- Parameters:
strUserId
- The User IDstrNickname
- The nickname
Copyright © 2014 Mairie de Paris. All Rights Reserved.