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 TypeMethodDescriptionvoidGroupsManager.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 TypeMethodDescriptionvoidGroupsManagerBl.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 TypeMethodDescriptionvoidGroupsManagerBlImpl.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 TypeMethodDescriptionvoidGroupsManagerEntry.moveGroup(PerunSession sess, Group destinationGroup, Group movingGroup)