Uses of Class
org.gcube.vomanagement.usermanagement.model.GCubeRole
Packages that use GCubeRole
Package
Description
-
Uses of GCubeRole in org.gcube.vomanagement.usermanagement
Methods in org.gcube.vomanagement.usermanagement that return GCubeRoleModifier and TypeMethodDescriptionRoleManager.getRole(long roleId) RoleManager.updateRole(long roleId, String roleName, String roleDescription) Methods in org.gcube.vomanagement.usermanagement that return types with arguments of type GCubeRoleModifier and TypeMethodDescriptionRoleManager.listAllGroupRoles()RoleManager.listAllRoles()GroupManager.listGroupsAndRolesByUser(long userId) RoleManager.listRolesByUserAndGroup(long userId, long groupId) UserManager.listUsersAndRolesByGroup(long groupId) -
Uses of GCubeRole in org.gcube.vomanagement.usermanagement.impl
Methods in org.gcube.vomanagement.usermanagement.impl that return GCubeRoleModifier and TypeMethodDescriptionLiferayRoleManager.getRole(long roleId) protected static GCubeRoleLiferayRoleManager.mapLRRole(com.liferay.portal.kernel.model.Role r) LiferayRoleManager.updateRole(long roleId, String roleName, String roleDescription) Methods in org.gcube.vomanagement.usermanagement.impl that return types with arguments of type GCubeRoleModifier and TypeMethodDescriptionLiferayRoleManager.listAllGroupRoles()LiferayRoleManager.listAllRoles()LiferayGroupManager.listGroupsAndRolesByUser(long userId) LiferayRoleManager.listRolesByUserAndGroup(long userId, long groupId) LiferayUserManager.listUsersAndRolesByGroup(long groupId) -
Uses of GCubeRole in org.gcube.vomanagement.usermanagement.impl.ws
Methods in org.gcube.vomanagement.usermanagement.impl.ws that return GCubeRoleModifier and TypeMethodDescriptionLiferayWSRoleManager.getRole(long roleId) protected static GCubeRoleLiferayWSRoleManager.updateRole(long roleId, String roleName, String roleDescription) Methods in org.gcube.vomanagement.usermanagement.impl.ws that return types with arguments of type GCubeRoleModifier and TypeMethodDescriptionLiferayWSRoleManager.listAllGroupRoles()LiferayWSRoleManager.listAllRoles()LiferayWSGroupManager.listGroupsAndRolesByUser(long userId) LiferayWSRoleManager.listRolesByUserAndGroup(long userId, long groupId) LiferayWSUserManager.listUsersAndRolesByGroup(long groupId)