Uses of Class
cz.metacentrum.perun.core.api.exceptions.ConsentHubAlreadyRemovedException
Packages that use ConsentHubAlreadyRemovedException
Package
Description
-
Uses of ConsentHubAlreadyRemovedException in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that throw ConsentHubAlreadyRemovedExceptionModifier and TypeMethodDescriptionvoid
ConsentsManagerBl.deleteConsentHub
(PerunSession perunSession, ConsentHub consentHub) Deletes consent hub.void
ConsentsManagerBl.removeFacility
(PerunSession sess, ConsentHub consentHub, Facility facility) Removes facility from consent hub. -
Uses of ConsentHubAlreadyRemovedException in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that throw ConsentHubAlreadyRemovedExceptionModifier and TypeMethodDescriptionvoid
ConsentsManagerBlImpl.deleteConsentHub
(PerunSession sess, ConsentHub consentHub) void
ConsentsManagerBlImpl.removeFacility
(PerunSession sess, ConsentHub consentHub, Facility facility) -
Uses of ConsentHubAlreadyRemovedException in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl that throw ConsentHubAlreadyRemovedExceptionModifier and TypeMethodDescriptionvoid
ConsentsManagerImpl.deleteConsentHub
(PerunSession perunSession, ConsentHub consentHub) -
Uses of ConsentHubAlreadyRemovedException in cz.metacentrum.perun.core.implApi
Methods in cz.metacentrum.perun.core.implApi that throw ConsentHubAlreadyRemovedExceptionModifier and TypeMethodDescriptionvoid
ConsentsManagerImplApi.deleteConsentHub
(PerunSession perunSession, ConsentHub consentHub) Deletes the consent hub.