Skip navigation links
B C D G L S U V 

B

build() - Method in interface com.belladati.extensions.obj.UserBuilder
Creates User instance

C

com.belladati.extensions - package com.belladati.extensions
 
com.belladati.extensions.obj - package com.belladati.extensions.obj
 
createUser(UserBuilder, boolean) - Method in interface com.belladati.extensions.UserService
Creates new user

D

deleteUser(Integer) - Method in interface com.belladati.extensions.UserService
Deletes the user

G

getActive() - Method in interface com.belladati.extensions.obj.User
Returns active status of user
getAuthSource() - Method in interface com.belladati.extensions.obj.User
Returns the authentication source name
getDescription() - Method in interface com.belladati.extensions.obj.UserGroup
Returns the user group's description.
getDeveloperMode() - Method in interface com.belladati.extensions.obj.User
Determines whether the developers mode is enabled for the user or not
getEmail() - Method in interface com.belladati.extensions.obj.User
Returns user's email
getExpireWhen() - Method in interface com.belladati.extensions.obj.User
Returns the LocalDateTime of user account expiration
getFirstLogin() - Method in interface com.belladati.extensions.obj.User
Returns LocalDateTime of first user login
getFirstName() - Method in interface com.belladati.extensions.obj.User
Returns user's first name
getId() - Method in interface com.belladati.extensions.obj.User
Returns internal ID of the user
getId() - Method in interface com.belladati.extensions.obj.UserGroup
Returns the user group's ID
getInfo() - Method in interface com.belladati.extensions.obj.User
Returns user's info
getJsonRole() - Method in enum com.belladati.extensions.obj.UserRole
 
getLastLogin() - Method in interface com.belladati.extensions.obj.User
Returns LocalDateTime of last user login
getLastName() - Method in interface com.belladati.extensions.obj.User
Returns user's last name
getLastVersion() - Method in interface com.belladati.extensions.obj.User
Returns the version of BellaDati prior to the current login
getLocale() - Method in interface com.belladati.extensions.obj.User
Returns locale string of the user
getName() - Method in interface com.belladati.extensions.obj.UserGroup
Returns the user group's full display name.
getPhone() - Method in interface com.belladati.extensions.obj.User
Returns user's phone
getPhotoId() - Method in interface com.belladati.extensions.obj.User
Returns internal ID of user photo
getSidePanelOnLeft() - Method in interface com.belladati.extensions.obj.User
Determines whether the report side panel is on left or not
getTimeZone() - Method in interface com.belladati.extensions.obj.User
Returns time zone string of the user
getUserGroups() - Method in interface com.belladati.extensions.obj.User
Returns UserGroups where current user is member
getUsername() - Method in interface com.belladati.extensions.obj.User
Returns username of the user
getUsers() - Method in interface com.belladati.extensions.obj.UserGroup
Returns list of users in user group
getVersion() - Method in interface com.belladati.extensions.obj.User
Returns version of the user

L

loadUserById(Integer) - Method in interface com.belladati.extensions.UserService
Loads User specified by ID
loadUserByUsername(String) - Method in interface com.belladati.extensions.UserService
Loads User specified by username

S

set(User) - Method in interface com.belladati.extensions.obj.UserBuilder
Sets user's fields from existing User instance
setActive(Boolean) - Method in interface com.belladati.extensions.obj.UserBuilder
Sets the user's active status.
setEmail(String) - Method in interface com.belladati.extensions.obj.UserBuilder
Sets the user's email.
setFirstName(String) - Method in interface com.belladati.extensions.obj.UserBuilder
Sets the user's time first name.
setLastName(String) - Method in interface com.belladati.extensions.obj.UserBuilder
Sets the user's time last name.
setLocale(String) - Method in interface com.belladati.extensions.obj.UserBuilder
Sets the user's locale.
setTimeZone(String) - Method in interface com.belladati.extensions.obj.UserBuilder
Sets the user's time zone.
setUsername(String) - Method in interface com.belladati.extensions.obj.UserBuilder
Sets the user's username.

U

updateDomainAssociation(Integer, Integer, UserRole...) - Method in interface com.belladati.extensions.UserService
Updates user-domain association
updateUser(Integer, Long, UserBuilder) - Method in interface com.belladati.extensions.UserService
Updates user specified by ID and version
updateUserGroupAssociation(Integer, Integer...) - Method in interface com.belladati.extensions.UserService
Updates user-user group association
User - Interface in com.belladati.extensions.obj
Interface representing user and available fields.
UserBuilder - Interface in com.belladati.extensions.obj
Interface representing User builder for building User instances.
UserGroup - Interface in com.belladati.extensions.obj
Interface representing user group and available fields.
UserRole - Enum in com.belladati.extensions.obj
Indicates the role of an user.
UserService - Interface in com.belladati.extensions
Interface defining methods for managing users - creating, updating, deleting, assigning to domains and user groups.

V

valueOf(String) - Static method in enum com.belladati.extensions.obj.UserRole
Returns the enum constant of this type with the specified name.
valueOfJson(String) - Static method in enum com.belladati.extensions.obj.UserRole
Returns the attribute type matching the given string type from JSON.
values() - Static method in enum com.belladati.extensions.obj.UserRole
Returns an array containing the constants of this enum type, in the order they are declared.
B C D G L S U V 
Skip navigation links

Copyright © 2018 BellaDati Inc.. All rights reserved.