Uses of Class
org.craftercms.studio.api.v1.exception.security.GroupExternallyManagedException
Packages that use GroupExternallyManagedException
Package
Description
-
Uses of GroupExternallyManagedException in org.craftercms.studio.api.v2.service.security
Methods in org.craftercms.studio.api.v2.service.security that throw GroupExternallyManagedExceptionModifier and TypeMethodDescriptionvoidGroupService.deleteGroup(List<Long> groupIds) Delete group(s)GroupService.updateGroup(long orgId, Group group) Update group -
Uses of GroupExternallyManagedException in org.craftercms.studio.controller.rest.v2
Methods in org.craftercms.studio.controller.rest.v2 with parameters of type GroupExternallyManagedExceptionModifier and TypeMethodDescriptionExceptionHandlers.handleGroupExternallyManagedException(javax.servlet.http.HttpServletRequest request, GroupExternallyManagedException e) Methods in org.craftercms.studio.controller.rest.v2 that throw GroupExternallyManagedExceptionModifier and TypeMethodDescriptionGroupsController.deleteGroups(List<Long> groupIds) Delete group APIGroupsController.updateGroup(@Valid UpdateGroupRequest updateRequest) Update group API -
Uses of GroupExternallyManagedException in org.craftercms.studio.impl.v2.service.security
Methods in org.craftercms.studio.impl.v2.service.security that throw GroupExternallyManagedExceptionModifier and TypeMethodDescriptionvoidGroupServiceImpl.deleteGroup(List<Long> groupIds) GroupServiceImpl.updateGroup(long orgId, Group group)