Uses of Class
cz.metacentrum.perun.core.api.exceptions.GroupExistsException
Packages that use GroupExistsException
Package
Description
-
Uses of GroupExistsException in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that throw GroupExistsExceptionModifier and TypeMethodDescriptionGroupsManager.createGroup(PerunSession perunSession, Group parentGroup, Group group) Creates a new subgroup of the existing group.GroupsManager.createGroup(PerunSession perunSession, Vo vo, Group group) Creates a new top-level group and associates it with the VO from parameter.GroupsManager.updateGroup(PerunSession perunSession, Group group) Updates group by ID. -
Uses of GroupExistsException in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that throw GroupExistsExceptionModifier and TypeMethodDescriptionGroupsManagerBl.createGroup(PerunSession perunSession, Group parentGroup, Group group) Creates a new subgroup of the existing group.GroupsManagerBl.createGroup(PerunSession perunSession, Vo vo, Group group) Creates a new top-level group and associates it with the VO from parameter.GroupsManagerBl.updateGroup(PerunSession perunSession, Group group) Updates group by ID. -
Uses of GroupExistsException in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that throw GroupExistsExceptionModifier and TypeMethodDescriptionGroupsManagerBlImpl.createGroup(PerunSession sess, Group parentGroup, Group group) GroupsManagerBlImpl.createGroup(PerunSession sess, Vo vo, Group group) GroupsManagerBlImpl.updateGroup(PerunSession sess, Group group) -
Uses of GroupExistsException in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that throw GroupExistsExceptionModifier and TypeMethodDescriptionGroupsManagerEntry.createGroup(PerunSession sess, Group parentGroup, Group group) GroupsManagerEntry.createGroup(PerunSession sess, Vo vo, Group group) GroupsManagerEntry.updateGroup(PerunSession sess, Group group) -
Uses of GroupExistsException in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl that throw GroupExistsExceptionModifier and TypeMethodDescriptionGroupsManagerImpl.createGroup(PerunSession sess, Vo vo, Group group) GroupsManagerImpl.createGroup(PerunSession sess, Vo vo, Group parentGroup, Group group) GroupsManagerImpl.updateGroup(PerunSession sess, Group group) -
Uses of GroupExistsException in cz.metacentrum.perun.core.implApi
Methods in cz.metacentrum.perun.core.implApi that throw GroupExistsExceptionModifier and TypeMethodDescriptionGroupsManagerImplApi.createGroup(PerunSession perunSession, Vo vo, Group group) Creates a new top-level group and associates it with the VO from parameter.GroupsManagerImplApi.createGroup(PerunSession perunSession, Vo vo, Group parentGroup, Group group) Creates a new subgroup of the existing group.GroupsManagerImplApi.updateGroup(PerunSession perunSession, Group group) Updates group by ID.