Uses of Class
cz.metacentrum.perun.core.api.exceptions.FormItemNotExistsException
Packages that use FormItemNotExistsException
Package
Description
-
Uses of FormItemNotExistsException in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that throw FormItemNotExistsExceptionModifier and TypeMethodDescriptionvoid
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.void
GroupsManagerBl.deleteGroupsFromAutoRegistration
(PerunSession sess, List<Group> groups, ApplicationFormItem formItem) Deletes groups from a list of groups which can be registered into during vo or group registration. -
Uses of FormItemNotExistsException in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that throw FormItemNotExistsExceptionModifier and TypeMethodDescriptionvoid
GroupsManagerBlImpl.addGroupsToAutoRegistration
(PerunSession sess, List<Group> groups, ApplicationFormItem formItem) void
GroupsManagerBlImpl.deleteGroupsFromAutoRegistration
(PerunSession sess, List<Group> groups, ApplicationFormItem formItem) -
Uses of FormItemNotExistsException in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl that throw FormItemNotExistsExceptionModifier and TypeMethodDescriptionvoid
GroupsManagerImpl.addGroupToAutoRegistration
(PerunSession sess, Group group, ApplicationFormItem formItem) void
GroupsManagerImpl.deleteGroupFromAutoRegistration
(PerunSession sess, Group group, ApplicationFormItem formItem) -
Uses of FormItemNotExistsException in cz.metacentrum.perun.core.implApi
Methods in cz.metacentrum.perun.core.implApi that throw FormItemNotExistsExceptionModifier and TypeMethodDescriptionvoid
GroupsManagerImplApi.addGroupToAutoRegistration
(PerunSession sess, Group group, ApplicationFormItem formItem) Adds group from list of groups which can be registered into during vo or group registration and are representing options of the specified application form item.void
GroupsManagerImplApi.deleteGroupFromAutoRegistration
(PerunSession sess, Group group, ApplicationFormItem applicationFormItem) Deletes group from list of groups which can be registered into during vo or group registration and are representing options of the specified application form item.