fr.paris.lutece.portal.service.prefs
Class PortalUserPreferenceServiceImpl

java.lang.Object
  extended by fr.paris.lutece.portal.service.prefs.BaseUserPreferencesServiceImpl
      extended by 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


Constructor Summary
PortalUserPreferenceServiceImpl()
           
 
Method Summary
 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
 
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
 
Methods inherited from interface fr.paris.lutece.portal.service.prefs.IUserPreferencesService
clear, get, getBoolean, getInt, getUsers, keys, put, putBoolean, putInt
 

Constructor Detail

PortalUserPreferenceServiceImpl

public PortalUserPreferenceServiceImpl()
Method Detail

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 ID
strNickname - The nickname


Copyright © 2014 Mairie de Paris. All Rights Reserved.