Uses of Interface
de.murmelmeister.murmelapi.group.Group
Packages that use Group
Package
Description
-
Uses of Group in de.murmelmeister.murmelapi
Methods in de.murmelmeister.murmelapi that return GroupModifier and TypeMethodDescriptionstatic GroupMurmelAPI.getGroup()Retrieves the instance of theGroupobject.Methods in de.murmelmeister.murmelapi with parameters of type GroupModifier and TypeMethodDescriptionstatic PermissionMurmelAPI.getPermission(Group group, User user) Retrieves the Permission instance for the specified group and user. -
Uses of Group in de.murmelmeister.murmelapi.group
Classes in de.murmelmeister.murmelapi.group that implement Group -
Uses of Group in de.murmelmeister.murmelapi.group.parent
Methods in de.murmelmeister.murmelapi.group.parent with parameters of type GroupModifier and TypeMethodDescriptionGroupParent.getParentNames(Group group, int groupId) Retrieves the names of all parent entities associated with the specified group.GroupParentProvider.getParentNames(Group group, int groupId) voidGroupParent.loadExpired(Group group) Loads all expired parent associations for the specified group.voidGroupParentProvider.loadExpired(Group group) -
Uses of Group in de.murmelmeister.murmelapi.group.permission
Methods in de.murmelmeister.murmelapi.group.permission with parameters of type GroupModifier and TypeMethodDescriptionvoidGroupPermission.loadExpired(Group group) Loads all expired permissions or entities associated with a given group into the system for further processing or cleanup.voidGroupPermissionProvider.loadExpired(Group group) -
Uses of Group in de.murmelmeister.murmelapi.permission
Methods in de.murmelmeister.murmelapi.permission that return GroupModifier and TypeMethodDescriptionPermissionProvider.group()Returns the value of thegrouprecord component.Constructors in de.murmelmeister.murmelapi.permission with parameters of type GroupModifierConstructorDescriptionPermissionProvider(Group group, User user) Creates an instance of aPermissionProviderrecord class. -
Uses of Group in de.murmelmeister.murmelapi.user.parent
Methods in de.murmelmeister.murmelapi.user.parent with parameters of type GroupModifier and TypeMethodDescriptionintUserParent.getHighestPriority(Group group, int userId) Retrieves the highest priority value for a specific user within the given group.intUserParentProvider.getHighestPriority(Group group, int userId) UserParent.getParentNames(Group group, int userId) Retrieves the list of parent names associated with the specified user within the given group.UserParentProvider.getParentNames(Group group, int userId)