Uses of Class
com.atlassian.jira.crowd.embedded.ofbiz.GroupNotFoundException
Packages that use GroupNotFoundException
-
Uses of GroupNotFoundException in com.atlassian.jira.crowd.embedded.ofbiz
Methods in com.atlassian.jira.crowd.embedded.ofbiz that throw GroupNotFoundExceptionModifier and TypeMethodDescriptioncom.atlassian.crowd.model.group.InternalDirectoryGroupOfBizGroupDao.findByName(long directoryId, String name) com.atlassian.crowd.model.group.GroupWithAttributesOfBizGroupDao.findByNameWithAttributes(long directoryId, String name) voidOfBizGroupDao.remove(com.atlassian.crowd.model.group.Group group) voidOfBizGroupDao.removeAttribute(com.atlassian.crowd.model.group.Group group, String attributeName) voidOfBizGroupDao.storeAttributes(com.atlassian.crowd.model.group.Group group, Map<String, Set<String>> attributes) com.atlassian.crowd.model.group.GroupOfBizGroupDao.update(com.atlassian.crowd.model.group.Group group)