Uses of Class
cz.metacentrum.perun.core.api.exceptions.GroupMoveNotAllowedException
Packages that use GroupMoveNotAllowedException
Package
Description
-
Uses of GroupMoveNotAllowedException in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that throw GroupMoveNotAllowedExceptionModifier and TypeMethodDescriptionvoid
GroupsManager.moveGroup
(PerunSession sess, Group destinationGroup, Group movingGroup) Move one group structure under another group in same vo or as top level group -
Uses of GroupMoveNotAllowedException in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that throw GroupMoveNotAllowedExceptionModifier and TypeMethodDescriptionvoid
GroupsManagerBl.moveGroup
(PerunSession sess, Group destinationGroup, Group movingGroup) Move one group structure under another group in same vo or as top level group -
Uses of GroupMoveNotAllowedException in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that throw GroupMoveNotAllowedExceptionModifier and TypeMethodDescriptionvoid
GroupsManagerBlImpl.moveGroup
(PerunSession sess, Group destinationGroup, Group movingGroup) -
Uses of GroupMoveNotAllowedException in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that throw GroupMoveNotAllowedExceptionModifier and TypeMethodDescriptionvoid
GroupsManagerEntry.moveGroup
(PerunSession sess, Group destinationGroup, Group movingGroup)