Class DevSessionUser

java.lang.Object
org.teamapps.application.server.DevSessionUser
All Implemented Interfaces:
SessionUser, org.teamapps.universaldb.context.UserContext

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
    int getId()  
    java.lang.String getLargeProfilePictureLink()  
    java.util.Locale getLocale()  
    java.lang.String getName​(boolean lastNameFirst)  
    java.lang.String getProfilePictureLink()  
    java.util.List<java.lang.String> getRankedLanguages()  
    org.teamapps.ux.session.SessionContext getSessionContext()  
    com.ibm.icu.util.ULocale getULocale()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.teamapps.universaldb.context.UserContext

    getComparator, getLanguage
  • Constructor Details

    • DevSessionUser

      public DevSessionUser​(org.teamapps.ux.session.SessionContext context, java.util.Locale locale)
  • Method Details

    • getId

      public int getId()
      Specified by:
      getId in interface SessionUser
    • getName

      public java.lang.String getName​(boolean lastNameFirst)
      Specified by:
      getName in interface SessionUser
    • getProfilePictureLink

      public java.lang.String getProfilePictureLink()
      Specified by:
      getProfilePictureLink in interface SessionUser
    • getLargeProfilePictureLink

      public java.lang.String getLargeProfilePictureLink()
      Specified by:
      getLargeProfilePictureLink in interface SessionUser
    • getSessionContext

      public org.teamapps.ux.session.SessionContext getSessionContext()
      Specified by:
      getSessionContext in interface SessionUser
    • getULocale

      public com.ibm.icu.util.ULocale getULocale()
      Specified by:
      getULocale in interface SessionUser
    • getLocale

      public java.util.Locale getLocale()
      Specified by:
      getLocale in interface SessionUser
      Specified by:
      getLocale in interface org.teamapps.universaldb.context.UserContext
    • getRankedLanguages

      public java.util.List<java.lang.String> getRankedLanguages()
      Specified by:
      getRankedLanguages in interface SessionUser
      Specified by:
      getRankedLanguages in interface org.teamapps.universaldb.context.UserContext