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 TypeMethodDescriptionvoidConsentsManagerBl.deleteConsentHub(PerunSession perunSession, ConsentHub consentHub) Deletes consent hub.voidConsentsManagerBl.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 TypeMethodDescriptionvoidConsentsManagerBlImpl.deleteConsentHub(PerunSession sess, ConsentHub consentHub) voidConsentsManagerBlImpl.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 TypeMethodDescriptionvoidConsentsManagerImpl.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 TypeMethodDescriptionvoidConsentsManagerImplApi.deleteConsentHub(PerunSession perunSession, ConsentHub consentHub) Deletes the consent hub.