- getActive() - Method in interface com.belladati.extensions.obj.User
-
Returns active status of user
- getAttribute(String) - Method in interface com.belladati.extensions.HttpRequestService
-
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
- getAttribute(String) - Method in interface com.belladati.extensions.obj.Session
-
Returns the value previously stored in the session.
- getAttributeNames() - Method in interface com.belladati.extensions.obj.Session
-
Returns a list of the names of all attributes stored in the session.
- getAttributeNames(String) - Method in interface com.belladati.extensions.obj.Session
-
Returns a list of the names of all attributes stored in the session whose name has the provided prefix.
- getAuthSource() - Method in interface com.belladati.extensions.obj.User
-
Returns the authentication source name
- getContextPath() - Method in interface com.belladati.extensions.HttpRequestService
-
Returns the context path.
- getCurrent() - Method in interface com.belladati.extensions.DomainService
-
Retrieves current domain instance present in session
- 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
-
- getFirstLogin() - Method in interface com.belladati.extensions.obj.User
-
- getFirstName() - Method in interface com.belladati.extensions.obj.User
-
Returns user's first name
- getHeader(String) - Method in interface com.belladati.extensions.HttpRequestService
-
Returns the named header as a string, or null if not found.
- getHeaderNames() - Method in interface com.belladati.extensions.HttpRequestService
-
Returns the names of all headers in the request.
- getId() - Method in interface com.belladati.extensions.obj.Domain
-
Returns internal ID of the domain
- 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
-
- 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.HttpRequestService
-
Returns the locale of the client as determined from the request headers.
- getLocale() - Method in interface com.belladati.extensions.obj.User
-
Returns locale string of the user
- getLocalPort() - Method in interface com.belladati.extensions.HttpRequestService
-
Returns the Internet Protocol (IP) port number of the interface on which the request was received.
- getLog() - Method in interface com.belladati.extensions.LogService
-
- getMaxInactiveInterval() - Method in interface com.belladati.extensions.obj.Session
-
Returns the maximum time interval, in seconds, that the servlet container will keep this session open between client accesses.
- getMethod() - Method in interface com.belladati.extensions.HttpRequestService
-
Returns the name of the HTTP method with which this request was made, for example, GET, POST, or PUT.
- getName() - Method in interface com.belladati.extensions.obj.Domain
-
Returns name of the domain
- getName() - Method in interface com.belladati.extensions.obj.UserGroup
-
Returns the user group's full display name.
- getParameter(String) - Method in interface com.belladati.extensions.ExtensionService
-
Retrieve parameter value specified by name
- getParameter(String) - Method in interface com.belladati.extensions.HttpRequestService
-
Returns the query parameter value for the given name.
- getParameter(String) - Method in interface com.belladati.extensions.obj.Domain
-
Retrieves domain parameter specified by name
- getParameterNames() - Method in interface com.belladati.extensions.ExtensionService
-
Retrieves the list of parameter names
- getParameterNames() - Method in interface com.belladati.extensions.HttpRequestService
-
Returns a list of query parameter names, in alphabetical order.
- getParameterNames() - Method in interface com.belladati.extensions.obj.Domain
-
Returns list of domain parameter names
- getParameters(String) - Method in interface com.belladati.extensions.HttpRequestService
-
Returns the parameter values for the given name.
- getPath() - Method in interface com.belladati.extensions.HttpRequestService
-
Returns the path portion of the request, which starts with a "/" and contains everything up to the start of the query parameters.
- 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
- getRemoteHost() - Method in interface com.belladati.extensions.HttpRequestService
-
Returns the fully qualified name of the client or the last proxy that sent the request.
- getServerName() - Method in interface com.belladati.extensions.HttpRequestService
-
Returns the host name of the server to which the request was sent.
- getServerPort() - Method in interface com.belladati.extensions.HttpRequestService
-
Returns the port number to which the request was sent.
- getSession(boolean) - Method in interface com.belladati.extensions.HttpRequestService
-
- 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
UserGroup
s 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