Uses of Class
cz.metacentrum.perun.core.api.exceptions.ConsentHubExistsException
Packages that use ConsentHubExistsException
Package
Description
-
Uses of ConsentHubExistsException in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that throw ConsentHubExistsExceptionModifier and TypeMethodDescriptionFacilitiesManager.createFacility
(PerunSession perunSession, Facility facility) Store the facility.ConsentsManager.updateConsentHub
(PerunSession perunSession, ConsentHub consentHub) Updates the consent hub.FacilitiesManager.updateFacility
(PerunSession perunSession, Facility facility) Updates facility. -
Uses of ConsentHubExistsException in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that throw ConsentHubExistsExceptionModifier and TypeMethodDescriptionConsentsManagerBl.createConsentHub
(PerunSession perunSession, ConsentHub consentHub) Creates new consent hub.FacilitiesManagerBl.createFacility
(PerunSession perunSession, Facility facility) Store the facility.ConsentsManagerBl.updateConsentHub
(PerunSession perunSession, ConsentHub consentHub) Updates the ConsentHub.FacilitiesManagerBl.updateFacility
(PerunSession perunSession, Facility facility) Updates facility. -
Uses of ConsentHubExistsException in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that throw ConsentHubExistsExceptionModifier and TypeMethodDescriptionConsentsManagerBlImpl.createConsentHub
(PerunSession sess, ConsentHub consentHub) FacilitiesManagerBlImpl.createFacility
(PerunSession sess, Facility facility) ConsentsManagerBlImpl.updateConsentHub
(PerunSession perunSession, ConsentHub consentHub) FacilitiesManagerBlImpl.updateFacility
(PerunSession sess, Facility facility) -
Uses of ConsentHubExistsException in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that throw ConsentHubExistsExceptionModifier and TypeMethodDescriptionFacilitiesManagerEntry.createFacility
(PerunSession sess, Facility facility) ConsentsManagerEntry.updateConsentHub
(PerunSession sess, ConsentHub consentHub) FacilitiesManagerEntry.updateFacility
(PerunSession sess, Facility facility) -
Uses of ConsentHubExistsException in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl that throw ConsentHubExistsExceptionModifier and TypeMethodDescriptionvoid
ConsentsManagerImpl.updateConsentHub
(PerunSession sess, ConsentHub consentHub) -
Uses of ConsentHubExistsException in cz.metacentrum.perun.core.implApi
Methods in cz.metacentrum.perun.core.implApi that throw ConsentHubExistsExceptionModifier and TypeMethodDescriptionvoid
ConsentsManagerImplApi.updateConsentHub
(PerunSession perunSession, ConsentHub consentHub) Updates the consent hub.