Uses of Interface
de.uplanet.lucy.server.usermanager.IUser
Packages that use IUser
Package
Description
-
Uses of IUser in de.uplanet.lucy.server
Methods in de.uplanet.lucy.server with parameters of type IUser -
Uses of IUser in de.uplanet.lucy.server.mail
Methods in de.uplanet.lucy.server.mail with parameters of type IUserModifier and TypeMethodDescriptionMailUtil.getBossAddresses(de.uplanet.jdbc.JdbcConnection p_conn, IUser p_user) static StringMailUtil.getDeputyAddress(de.uplanet.jdbc.JdbcConnection p_conn, IUser p_user) Get the mail address of the given user's deputy.static de.uplanet.lucy.server.mail.MailRecipientInfoMailUtil.getRecipientsFromDatabase(de.uplanet.jdbc.JdbcConnection p_conn, IUser p_user, String p_strGuid, String p_strType) Note: Do not use this method in scripts. -
Uses of IUser in de.uplanet.lucy.server.portalserver
Fields in de.uplanet.lucy.server.portalserver with type parameters of type IUserModifier and TypeFieldDescriptionLoggedOnUsers.FILTER_ACCEPT_ALLLoggedOnUsers.FILTER_ACCEPT_ANONYMOUSMethods in de.uplanet.lucy.server.portalserver that return IUserMethods in de.uplanet.lucy.server.portalserver that return types with arguments of type IUserModifier and TypeMethodDescriptionLoggedOnUsers.getLoggedOnUsers(boolean p_bIncludeAnonymous) Get a list of users that are currently logged in.LoggedOnUsers.getLoggedOnUsers(boolean p_bIncludeAnonymous, groovy.lang.Closure<?> p_closure) Get a list of users that are currently logged in.LoggedOnUsers.getLoggedOnUsers(IFilter<IUser> p_filter, boolean p_bIncludeAnonymous) Get a list of users that are currently logged in.LoggedOnUsers.getLoggedOnUsersDistinct()Get a distinct list of non-anonymous users that are currently logged in.LoggedOnUsers.getLoggedOnUsersDistinct(IFilter<IUser> p_filter) Get a distinct list of non-anonymous users that pass the given filter and that are currently logged in.LoggedOnUsers.getLoggedOnUsersDistinct(groovy.lang.Closure<?> p_closure) Get a distinct list of non-anonymous users that pass the given filter and that are currently logged in.Method parameters in de.uplanet.lucy.server.portalserver with type arguments of type IUserModifier and TypeMethodDescriptionLoggedOnUsers.getLoggedOnUsers(IFilter<IUser> p_filter, boolean p_bIncludeAnonymous) Get a list of users that are currently logged in.LoggedOnUsers.getLoggedOnUsersDistinct(IFilter<IUser> p_filter) Get a distinct list of non-anonymous users that pass the given filter and that are currently logged in. -
Uses of IUser in de.uplanet.lucy.server.session
Methods in de.uplanet.lucy.server.session that return IUserModifier and TypeMethodDescriptionISession.getUser()Get the user that is associated with the session.Methods in de.uplanet.lucy.server.session with parameters of type IUser -
Uses of IUser in de.uplanet.lucy.server.usermanager.ds
Methods in de.uplanet.lucy.server.usermanager.ds with parameters of type IUser -
Uses of IUser in de.uplanet.lucy.server.usermanager.groovy
Classes in de.uplanet.lucy.server.usermanager.groovy that implement IUserModifier and TypeClassDescriptionfinal classA user wrapper class for Groovy scripting.Methods in de.uplanet.lucy.server.usermanager.groovy that return types with arguments of type IUserModifier and TypeMethodDescriptionGroovyOrgBuilder.getLoggedOnUsers(boolean p_bIncludeAnonymous) Get a list of users that are currently logged in.GroovyOrgBuilder.getLoggedOnUsers(boolean p_bIncludeAnonymous, groovy.lang.Closure<?> p_closure) Get a list of users that are currently logged in.GroovyOrgBuilder.getLoggedOnUsersDistinct()Get a distinct list of non-anonymous users that are currently logged in.GroovyOrgBuilder.getLoggedOnUsersDistinct(groovy.lang.Closure<?> p_closure) Get a distinct list of non-anonymous users that pass the given filter and that are currently logged in.Methods in de.uplanet.lucy.server.usermanager.groovy with parameters of type IUserModifier and TypeMethodDescriptionvoidGroovyOrgBuilder.changePassword(IUser p_user, String p_strNewPassword) Set the password of the specified user.booleanGroovyOrgBuilder.changePassword(IUser p_user, String p_strNewPassword, Boolean p_checkAcceptablePassword) voidGroovyOrgBuilder.generateAndSendPassword(IUser p_user) Generate a password and send it to the specified user.voidGroovyOrgBuilder.generateAndSendPassword(IUser p_user, String p_strLang) Generate a password and send it to the specified user.GroovyOrgBuilder.getContainingSets(IUser p_user) Get a collection of sets that directly contain the given user.GroovyOrgStructureWrapper.getContainingSets(IUser p_user) GroovyOrgBuilder.getMembership(IUser p_user) Get a list of containers and sets that directly or indirectly contain the given user.GroovyOrgStructureWrapper.getMembership(IUser p_user) GroovyOrgBuilder.getMembershipContainers(IUser p_user) Get a collection of containers that directly or indirectly contain the given user.GroovyOrgStructureWrapper.getMembershipContainers(IUser p_user) GroovyOrgBuilder.getMembershipSets(IUser p_user) Get a collection of sets that directly or indirectly contain the given user.GroovyOrgStructureWrapper.getMembershipSets(IUser p_user) booleanGroovyOrgBuilder.isUserOnline(IUser p_user) Test if the specified user is online, i.e.