Uses of Class
cz.metacentrum.perun.core.api.exceptions.GroupNotAllowedToAutoRegistrationException
Packages that use GroupNotAllowedToAutoRegistrationException
-
Uses of GroupNotAllowedToAutoRegistrationException in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that throw GroupNotAllowedToAutoRegistrationExceptionModifier and TypeMethodDescriptionvoid
GroupsManagerBl.addGroupsToAutoRegistration
(PerunSession sess, List<Group> groups) Adds groups to a list of groups which can be registered into during vo registration.void
GroupsManagerBl.addGroupsToAutoRegistration
(PerunSession sess, List<Group> groups, ApplicationFormItem formItem) Adds groups to a list of groups which can be registered into during vo or group registration. -
Uses of GroupNotAllowedToAutoRegistrationException in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that throw GroupNotAllowedToAutoRegistrationExceptionModifier and TypeMethodDescriptionvoid
GroupsManagerBlImpl.addGroupsToAutoRegistration
(PerunSession sess, List<Group> groups) void
GroupsManagerBlImpl.addGroupsToAutoRegistration
(PerunSession sess, List<Group> groups, ApplicationFormItem formItem)