Uses of Class
org.craftercms.studio.api.v2.exception.OrganizationNotFoundException
Packages that use OrganizationNotFoundException
Package
Description
-
Uses of OrganizationNotFoundException in org.craftercms.studio.api.v2.service.security
Methods in org.craftercms.studio.api.v2.service.security that throw OrganizationNotFoundExceptionModifier and TypeMethodDescriptionGroupService.getAllGroups(long orgId, String keyword, int offset, int limit, String sort) Get all groupsintGroupService.getAllGroupsTotal(long orgId, String keyword) Get total number of all groups -
Uses of OrganizationNotFoundException in org.craftercms.studio.controller.rest.v2
Methods in org.craftercms.studio.controller.rest.v2 with parameters of type OrganizationNotFoundExceptionModifier and TypeMethodDescriptionExceptionHandlers.handleOrganizationNotFoundException(javax.servlet.http.HttpServletRequest request, OrganizationNotFoundException e) Methods in org.craftercms.studio.controller.rest.v2 that throw OrganizationNotFoundExceptionModifier and TypeMethodDescriptionGroupsController.getAllGroups(String keyword, @javax.validation.constraints.PositiveOrZero int offset, @javax.validation.constraints.PositiveOrZero int limit, String sort) Get groups API -
Uses of OrganizationNotFoundException in org.craftercms.studio.impl.v2.service.security
Methods in org.craftercms.studio.impl.v2.service.security that throw OrganizationNotFoundExceptionModifier and TypeMethodDescriptionGroupServiceImpl.getAllGroups(long orgId, String keyword, int offset, int limit, String sort) intGroupServiceImpl.getAllGroupsTotal(long orgId, String keyword)