Uses of Class
de.terrestris.shoguncore.model.UserGroup
-
-
Uses of UserGroup in de.terrestris.shoguncore.converter
Classes in de.terrestris.shoguncore.converter with type parameters of type UserGroup Modifier and Type Class Description classUserGroupIdResolver<E extends UserGroup,D extends UserGroupDao<E>,S extends UserGroupService<E,D>> -
Uses of UserGroup in de.terrestris.shoguncore.dao
Classes in de.terrestris.shoguncore.dao with type parameters of type UserGroup Modifier and Type Class Description classUserGroupDao<E extends UserGroup>Methods in de.terrestris.shoguncore.dao with parameters of type UserGroup Modifier and Type Method Description Map<PersistentObject,PermissionCollection>GenericHibernateDao. findAllUserGroupPermissionsOfUserGroup(UserGroup userGroup)This method returns aMapthat mapsPersistentObjects to PermissionCollections for the passedUserGroup. -
Uses of UserGroup in de.terrestris.shoguncore.model
Methods in de.terrestris.shoguncore.model that return types with arguments of type UserGroup Modifier and Type Method Description Map<UserGroup,PermissionCollection>PersistentObject. getGroupPermissions()Set<UserGroup>User. getUserGroups()Method parameters in de.terrestris.shoguncore.model with type arguments of type UserGroup Modifier and Type Method Description voidPersistentObject. setGroupPermissions(Map<UserGroup,PermissionCollection> groupPermissions)voidUser. setUserGroups(Set<UserGroup> userGroups) -
Uses of UserGroup in de.terrestris.shoguncore.rest
Classes in de.terrestris.shoguncore.rest with type parameters of type UserGroup Modifier and Type Class Description classUserGroupRestController<E extends UserGroup,D extends UserGroupDao<E>,S extends UserGroupService<E,D>>Methods in de.terrestris.shoguncore.rest that return types with arguments of type UserGroup Modifier and Type Method Description org.springframework.http.ResponseEntity<Set<UserGroup>>UserRestController. findGroupsOfUser(Integer userId)Get the groups of a specific user. -
Uses of UserGroup in de.terrestris.shoguncore.security.access.entity
Classes in de.terrestris.shoguncore.security.access.entity with type parameters of type UserGroup Modifier and Type Class Description classUserGroupPermissionEvaluator<E extends UserGroup>Method parameters in de.terrestris.shoguncore.security.access.entity with type arguments of type UserGroup Modifier and Type Method Description protected PermissionCollectionPersistentObjectPermissionEvaluator. extractGroupPermissions(User user, Map<UserGroup,PermissionCollection> groupPermissionsMap) -
Uses of UserGroup in de.terrestris.shoguncore.service
Classes in de.terrestris.shoguncore.service with type parameters of type UserGroup Modifier and Type Class Description classUserGroupService<E extends UserGroup,D extends UserGroupDao<E>>Service class for theUserGroupmodel.Methods in de.terrestris.shoguncore.service that return types with arguments of type UserGroup Modifier and Type Method Description Set<UserGroup>UserService. getGroupsOfUser(Integer userId)Methods in de.terrestris.shoguncore.service with parameters of type UserGroup Modifier and Type Method Description voidPermissionAwareCrudService. addAndSaveGroupPermissions(E entity, UserGroup userGroup, Permission... permissions)This method adds (user) permissions to the passed entity and persists (!) the permission collection! If no permissions have been set before, they will be created.Map<PersistentObject,PermissionCollection>PermissionAwareCrudService. findAllUserGroupPermissionsOfUserGroup(UserGroup userGroup)This method returns aMapthat mapsPersistentObjects to PermissionCollections for the passedUserGroup.voidPermissionAwareCrudService. removeAndSaveGroupPermissions(E entity, UserGroup userGroup, Permission... permissions)This method removes (group) permissions from the passed entity and persists (!) the permission collection!
-