Uses of Class
cz.metacentrum.perun.core.api.exceptions.ConsentNotExistsException
Packages that use ConsentNotExistsException
Package
Description
-
Uses of ConsentNotExistsException in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that throw ConsentNotExistsExceptionModifier and TypeMethodDescriptionConsentsManager.changeConsentStatus
(PerunSession sess, Consent consent, ConsentStatus status) Set consent statusConsentsManager.getConsentById
(PerunSession sess, int id) Get consent object with specified idConsentsManager.getConsentForUserAndConsentHub
(PerunSession sess, int userId, int consentHubId, ConsentStatus status) Get consent for chosen user in specified consent hub with specified status -
Uses of ConsentNotExistsException in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that throw ConsentNotExistsExceptionModifier and TypeMethodDescriptionvoid
ConsentsManagerBl.checkConsentExists
(PerunSession sess, Consent consent) Check if consent exists in underlying data source.void
ConsentsManagerBl.deleteConsent
(PerunSession sess, Consent consent) Deletes consentConsentsManagerBl.getConsentById
(PerunSession sess, int id) Get consent object with specified idConsentsManagerBl.getConsentForUserAndConsentHub
(PerunSession sess, int userId, int consentHubId, ConsentStatus status) Get consent for chosen user in specified consent hub with specified status -
Uses of ConsentNotExistsException in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that throw ConsentNotExistsExceptionModifier and TypeMethodDescriptionvoid
ConsentsManagerBlImpl.checkConsentExists
(PerunSession sess, Consent consent) void
ConsentsManagerBlImpl.deleteConsent
(PerunSession sess, Consent consent) ConsentsManagerBlImpl.getConsentById
(PerunSession sess, int id) ConsentsManagerBlImpl.getConsentForUserAndConsentHub
(PerunSession sess, int userId, int consentHubId, ConsentStatus status) -
Uses of ConsentNotExistsException in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that throw ConsentNotExistsExceptionModifier and TypeMethodDescriptionConsentsManagerEntry.changeConsentStatus
(PerunSession sess, Consent consent, ConsentStatus status) ConsentsManagerEntry.getConsentById
(PerunSession sess, int id) ConsentsManagerEntry.getConsentForUserAndConsentHub
(PerunSession sess, int userId, int consentHubId, ConsentStatus status) -
Uses of ConsentNotExistsException in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl that throw ConsentNotExistsExceptionModifier and TypeMethodDescriptionvoid
ConsentsManagerImpl.checkConsentExists
(PerunSession sess, Consent consent) void
ConsentsManagerImpl.deleteConsent
(PerunSession perunSession, Consent consent) ConsentsManagerImpl.getConsentById
(PerunSession sess, int id) ConsentsManagerImpl.getConsentForUserAndConsentHub
(PerunSession sess, int userId, int consentHubId, ConsentStatus status) -
Uses of ConsentNotExistsException in cz.metacentrum.perun.core.implApi
Methods in cz.metacentrum.perun.core.implApi that throw ConsentNotExistsExceptionModifier and TypeMethodDescriptionvoid
ConsentsManagerImplApi.checkConsentExists
(PerunSession sess, Consent consent) Check if consent exists in underlying data source.void
ConsentsManagerImplApi.deleteConsent
(PerunSession perunSession, Consent consent) Delete consent from the database.ConsentsManagerImplApi.getConsentById
(PerunSession sess, int id) Get consent object with specified idConsentsManagerImplApi.getConsentForUserAndConsentHub
(PerunSession sess, int userId, int consentHubId, ConsentStatus status) Get consent for chosen user in specified consent hub with specified status