org.jeinnov.jeitime.utils
Class UserConfig

java.lang.Object
  extended by org.jeinnov.jeitime.utils.UserConfig

public class UserConfig
extends java.lang.Object


Constructor Summary
UserConfig()
           
 
Method Summary
 void disconnect(javax.servlet.http.HttpServletRequest request)
           
 CollaborateurP getCollab()
           
 UserConfig getCurrent(javax.servlet.http.HttpServletRequest request)
           
 java.lang.String getIdentity()
           
 java.util.Locale getLocale()
           
 int getPaginationLength()
           
 void setCollab(CollaborateurP collab)
           
 void setLocale(java.util.Locale locale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserConfig

public UserConfig()
Method Detail

getCurrent

public final UserConfig getCurrent(javax.servlet.http.HttpServletRequest request)

getLocale

public java.util.Locale getLocale()

setLocale

public void setLocale(java.util.Locale locale)

getIdentity

public java.lang.String getIdentity()

getPaginationLength

public int getPaginationLength()

disconnect

public void disconnect(javax.servlet.http.HttpServletRequest request)

getCollab

public CollaborateurP getCollab()

setCollab

public void setCollab(CollaborateurP collab)


Copyright © 2011. All Rights Reserved.