public interface User
Modifier and Type | Method and Description |
---|---|
Boolean |
getActive()
Returns active status of user
|
String |
getAuthSource()
Returns the authentication source name
|
Boolean |
getDeveloperMode()
Determines whether the developers mode is enabled for the user or not
|
String |
getEmail()
Returns user's email
|
LocalDateTime |
getExpireWhen()
Returns the
LocalDateTime of user account expiration |
LocalDateTime |
getFirstLogin()
Returns
LocalDateTime of first user login |
String |
getFirstName()
Returns user's first name
|
Integer |
getId()
Returns internal ID of the user
|
String |
getInfo()
Returns user's info
|
LocalDateTime |
getLastLogin()
Returns
LocalDateTime of last user login |
String |
getLastName()
Returns user's last name
|
String |
getLastVersion()
Returns the version of BellaDati prior to the current login
|
String |
getLocale()
Returns locale string of the user
|
String |
getPhone()
Returns user's phone
|
Long |
getPhotoId()
Returns internal ID of user photo
|
Boolean |
getSidePanelOnLeft()
Determines whether the report side panel is on left or not
|
String |
getTimeZone()
Returns time zone string of the user
|
List<UserGroup> |
getUserGroups()
Returns
UserGroup s where current user is member |
String |
getUsername()
Returns username of the user
|
Long |
getVersion()
Returns version of the user
|
Integer getId()
Long getVersion()
String getUsername()
String getFirstName()
String getLastName()
String getPhone()
String getEmail()
String getInfo()
Long getPhotoId()
Boolean getActive()
true
if active, false
otherwiseLocalDateTime getFirstLogin()
LocalDateTime
of first user loginLocalDateTime
of first user loginLocalDateTime getLastLogin()
LocalDateTime
of last user loginLocalDateTime
of last user loginBoolean getSidePanelOnLeft()
true
if the panel is on left, false
otherwiseBoolean getDeveloperMode()
true
if the developers mode is enabled, false
otherwiseString getLocale()
String getTimeZone()
String getLastVersion()
LocalDateTime getExpireWhen()
LocalDateTime
of user account expirationLocalDateTime
of user account expirationString getAuthSource()
Copyright © 2021 BellaDati Inc.. All rights reserved.