Uses of Class
cz.metacentrum.perun.core.api.exceptions.GroupAlreadyRemovedException
Packages that use GroupAlreadyRemovedException
Package
Description
-
Uses of GroupAlreadyRemovedException in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that throw GroupAlreadyRemovedExceptionModifier and TypeMethodDescriptionvoidGroupsManager.deleteAllGroups(PerunSession perunSession, Vo vo) Deletes all groups under the VO except built-in groups (members, admins groups).voidGroupsManager.deleteGroup(PerunSession perunSession, Group group) Deletes group only if has no subgroups and no members.voidGroupsManager.deleteGroup(PerunSession perunSession, Group group, boolean forceDelete) If forceDelete is false, delete only group and if this group has members or subgroups, throw an exception.voidGroupsManager.deleteGroups(PerunSession perunSession, List<Group> groups, boolean forceDelete) Delete all groups in list from perun. -
Uses of GroupAlreadyRemovedException in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that throw GroupAlreadyRemovedExceptionModifier and TypeMethodDescriptionvoidGroupsManagerBl.deleteAllGroups(PerunSession perunSession, Vo vo) Deletes all groups under the VO except built-in groups (members, admins groups).voidGroupsManagerBl.deleteGroup(PerunSession perunSession, Group group, boolean forceDelete) If forceDelete is false, delete only group and if this group has members or subgroups, throw an exception.voidGroupsManagerBl.deleteGroups(PerunSession perunSession, List<Group> groups, boolean forceDelete) Delete all groups in list from perun.voidGroupsManagerBl.deleteMembersGroup(PerunSession sess, Vo vo) Deletes built-in members group. -
Uses of GroupAlreadyRemovedException in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that throw GroupAlreadyRemovedExceptionModifier and TypeMethodDescriptionvoidGroupsManagerBlImpl.deleteAllGroups(PerunSession sess, Vo vo) voidGroupsManagerBlImpl.deleteGroup(PerunSession sess, Group group, boolean forceDelete) voidGroupsManagerBlImpl.deleteGroups(PerunSession perunSession, List<Group> groups, boolean forceDelete) voidGroupsManagerBlImpl.deleteMembersGroup(PerunSession sess, Vo vo) -
Uses of GroupAlreadyRemovedException in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that throw GroupAlreadyRemovedExceptionModifier and TypeMethodDescriptionvoidGroupsManagerEntry.deleteAllGroups(PerunSession sess, Vo vo) voidGroupsManagerEntry.deleteGroup(PerunSession sess, Group group) voidGroupsManagerEntry.deleteGroup(PerunSession sess, Group group, boolean forceDelete) voidGroupsManagerEntry.deleteGroups(PerunSession perunSession, List<Group> groups, boolean forceDelete) -
Uses of GroupAlreadyRemovedException in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl that throw GroupAlreadyRemovedExceptionModifier and TypeMethodDescriptionvoidGroupsManagerImpl.deleteGroup(PerunSession sess, Vo vo, Group group) -
Uses of GroupAlreadyRemovedException in cz.metacentrum.perun.core.implApi
Methods in cz.metacentrum.perun.core.implApi that throw GroupAlreadyRemovedExceptionModifier and TypeMethodDescriptionvoidGroupsManagerImplApi.deleteGroup(PerunSession perunSession, Vo vo, Group group) Deletes group.