Uses of Class
de.uplanet.lucy.server.usermanager.groovy.GroovyUser
Packages that use GroovyUser
-
Uses of GroovyUser in de.uplanet.lucy.server.usermanager.groovy
Methods in de.uplanet.lucy.server.usermanager.groovy that return GroovyUserModifier and TypeMethodDescriptionGroovyOrgBuilder.createUser
(groovy.lang.Closure<?> p_closure) Create a new user.GroovyUser.getBossUser()
GroovyUser.getProxyPersonUser()
GroovyOrgBuilder.getUser
(long p_lId) Get the user with the specified integer ID.GroovyOrgBuilder.getUser
(long p_lId, boolean p_bIncludeDeactivated) Get the user with the specified integer ID.Get the user with the specified GUID.Get the user with the specified GUID.Get the user with the specified login name and domain.GroovyOrgBuilder.getUser
(String p_strLoginName, String p_strLoginDomain, boolean p_bIncludeDeactivated) Get the user with the specified login name and domain.GroovyOrgStructureWrapper.getUser
(long p_lId) Get the user with the specified integer ID.GroovyOrgStructureWrapper.getUser
(long p_lId, boolean p_bIncludeDeactivated) Get the user with the specified integer ID.Get the user with the specified GUID.Get the user with the specified GUID.Get the user with the specified login name and domain.GroovyOrgStructureWrapper.getUser
(String p_strLoginName, String p_strLoginDomain, boolean p_bIncludeDeactivated) Get the user with the specified login name and domain.Methods in de.uplanet.lucy.server.usermanager.groovy that return types with arguments of type GroovyUserModifier and TypeMethodDescriptionGroovyOrgBuilder.getMembers
(Object p_obj, boolean p_bIncludeDeactivated) Get a list of users that are referenced by the given object.GroovyOrgBuilder.getMembers
(Collection<?> p_collection, boolean p_bIncludeDeactivated) Get a list of users that are referenced by the given collection.GroovyOrgStructureWrapper.getMembers
(Object p_obj, boolean p_bIncludeDeactivated) GroovyOrgStructureWrapper.getMembers
(Collection<?> p_collection, boolean p_bIncludeDeactivated)