Package org.teamapps.application.server
Class DevSessionUser
java.lang.Object
org.teamapps.application.server.DevSessionUser
- All Implemented Interfaces:
SessionUser
public class DevSessionUser extends java.lang.Object implements SessionUser
-
Constructor Summary
Constructors Constructor Description DevSessionUser(org.teamapps.ux.session.SessionContext context, java.util.Locale locale) -
Method Summary
Modifier and Type Method Description intgetId()java.lang.StringgetLargeProfilePictureLink()java.util.LocalegetLocale()java.lang.StringgetName(boolean lastNameFirst)java.lang.StringgetProfilePictureLink()java.util.List<java.lang.String>getRankedLanguages()org.teamapps.ux.session.SessionContextgetSessionContext()com.ibm.icu.util.ULocalegetULocale()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.teamapps.application.api.user.SessionUser
getComparator
-
Constructor Details
-
DevSessionUser
public DevSessionUser(org.teamapps.ux.session.SessionContext context, java.util.Locale locale)
-
-
Method Details
-
getId
public int getId()- Specified by:
getIdin interfaceSessionUser
-
getName
public java.lang.String getName(boolean lastNameFirst)- Specified by:
getNamein interfaceSessionUser
-
getProfilePictureLink
public java.lang.String getProfilePictureLink()- Specified by:
getProfilePictureLinkin interfaceSessionUser
-
getLargeProfilePictureLink
public java.lang.String getLargeProfilePictureLink()- Specified by:
getLargeProfilePictureLinkin interfaceSessionUser
-
getSessionContext
public org.teamapps.ux.session.SessionContext getSessionContext()- Specified by:
getSessionContextin interfaceSessionUser
-
getULocale
public com.ibm.icu.util.ULocale getULocale()- Specified by:
getULocalein interfaceSessionUser
-
getLocale
public java.util.Locale getLocale()- Specified by:
getLocalein interfaceSessionUser
-
getRankedLanguages
public java.util.List<java.lang.String> getRankedLanguages()- Specified by:
getRankedLanguagesin interfaceSessionUser
-