Uses of Class
org.craftercms.studio.api.v1.exception.security.GroupNotFoundException
Packages that use GroupNotFoundException
Package
Description
-
Uses of GroupNotFoundException in org.craftercms.studio.api.v2.service.security
Methods in org.craftercms.studio.api.v2.service.security that throw GroupNotFoundExceptionModifier and TypeMethodDescriptionGroupService.addGroupMembers(long groupId, List<Long> userIds, List<String> usernames) Add users to the groupvoidGroupService.deleteGroup(List<Long> groupIds) Delete group(s)GroupService.getGroup(long groupId) Get groupGroupService.getGroupMembers(long groupId, int offset, int limit, String sort) Get group membersintGroupService.getGroupMembersTotal(long groupId) Get total number of group membersvoidGroupService.removeGroupMembers(long groupId, List<Long> userIds, List<String> usernames) Remove users from the groupGroupService.updateGroup(long orgId, Group group) Update group -
Uses of GroupNotFoundException in org.craftercms.studio.api.v2.service.security.internal
Methods in org.craftercms.studio.api.v2.service.security.internal that throw GroupNotFoundExceptionModifier and TypeMethodDescriptionGroupServiceInternal.addGroupMembers(long groupId, List<Long> userIds, List<String> usernames) voidGroupServiceInternal.deleteGroup(List<Long> groupIds) GroupServiceInternal.getGroup(long groupId) GroupServiceInternal.getGroupByName(String groupName) GroupServiceInternal.getGroupMembers(long groupId, int offset, int limit, String sort) intGroupServiceInternal.getGroupMembersTotal(long groupId) voidGroupServiceInternal.removeGroupMembers(long groupId, List<Long> userIds, List<String> usernames) GroupServiceInternal.updateGroup(long orgId, Group group) -
Uses of GroupNotFoundException in org.craftercms.studio.controller.rest.v2
Methods in org.craftercms.studio.controller.rest.v2 with parameters of type GroupNotFoundExceptionModifier and TypeMethodDescriptionExceptionHandlers.handleGroupNotFoundException(javax.servlet.http.HttpServletRequest request, GroupNotFoundException e) Methods in org.craftercms.studio.controller.rest.v2 that throw GroupNotFoundExceptionModifier and TypeMethodDescriptionGroupsController.addGroupMembers(int groupId, AddGroupMembers addGroupMembers) Add group members APIGroupsController.deleteGroups(List<Long> groupIds) Delete group APIGroupsController.getGroup(int groupId) Get group APIGroupsController.getGroupMembers(int groupId, @javax.validation.constraints.PositiveOrZero int offset, @javax.validation.constraints.PositiveOrZero int limit, String sort) Get group members APIGroupsController.removeGroupMembers(int groupId, List<Long> userIds, List<@NotBlank String> usernames) Remove group members APIGroupsController.updateGroup(@Valid UpdateGroupRequest updateRequest) Update group API -
Uses of GroupNotFoundException in org.craftercms.studio.impl.v2.service.security
Methods in org.craftercms.studio.impl.v2.service.security that throw GroupNotFoundExceptionModifier and TypeMethodDescriptionGroupServiceImpl.addGroupMembers(long groupId, List<Long> userIds, List<String> usernames) voidGroupServiceImpl.deleteGroup(List<Long> groupIds) GroupServiceImpl.getGroup(long groupId) GroupServiceImpl.getGroupMembers(long groupId, int offset, int limit, String sort) intGroupServiceImpl.getGroupMembersTotal(long groupId) voidGroupServiceImpl.removeGroupMembers(long groupId, List<Long> userIds, List<String> usernames) GroupServiceImpl.updateGroup(long orgId, Group group) -
Uses of GroupNotFoundException in org.craftercms.studio.impl.v2.service.security.internal
Methods in org.craftercms.studio.impl.v2.service.security.internal that throw GroupNotFoundExceptionModifier and TypeMethodDescriptionGroupServiceInternalImpl.addGroupMembers(long groupId, List<Long> userIds, List<String> usernames) voidGroupServiceInternalImpl.deleteGroup(List<Long> groupIds) GroupServiceInternalImpl.getGroup(long groupId) GroupServiceInternalImpl.getGroupByName(String groupName) GroupServiceInternalImpl.getGroupMembers(long groupId, int offset, int limit, String sort) intGroupServiceInternalImpl.getGroupMembersTotal(long groupId) voidGroupServiceInternalImpl.removeGroupMembers(long groupId, List<Long> userIds, List<String> usernames) GroupServiceInternalImpl.updateGroup(long orgId, Group updatedGroup)