Uses of Class
cz.metacentrum.perun.core.api.exceptions.ConsentHubNotExistsException
Packages that use ConsentHubNotExistsException
Package
Description
-
Uses of ConsentHubNotExistsException in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that throw ConsentHubNotExistsExceptionModifier and TypeMethodDescriptionConsentsManager.getConsentForUserAndConsentHub
(PerunSession sess, int userId, int consentHubId, ConsentStatus status) Get consent for chosen user in specified consent hub with specified statusConsentsManager.getConsentHubByFacility
(PerunSession sess, int facilityId) Finds existing Consent Hub by facility.ConsentsManager.getConsentHubById
(PerunSession sess, int id) Finds existing Consent Hub by id.ConsentsManager.getConsentHubByName
(PerunSession sess, String name) Finds existing Consent Hub by name.ConsentsManager.getConsentHubByResource
(PerunSession sess, int resourceId) Finds existing Consent Hub for facility to which resource belongs.ConsentsManager.getConsentsForConsentHub
(PerunSession sess, int id) Get all consents for chosen ConsentHubConsentsManager.getConsentsForConsentHub
(PerunSession sess, int id, ConsentStatus status) Get all consents for chosen ConsentHub with the specified statusConsentsManager.getConsentsForConsentHubByResource
(PerunSession sess, int resourceId) Get consents for members assigned to the chosen resource.ConsentsManager.getConsentsForUserAndConsentHub
(PerunSession sess, int userId, int consentHubId) Get all consents for chosen User in specified consent hubConsentsManager.updateConsentHub
(PerunSession perunSession, ConsentHub consentHub) Updates the consent hub. -
Uses of ConsentHubNotExistsException in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that throw ConsentHubNotExistsExceptionModifier and TypeMethodDescriptionvoid
ConsentsManagerBl.checkConsentHubExists
(PerunSession sess, ConsentHub consentHub) Throws exception if consent hub does not exist.ConsentsManagerBl.createConsent
(PerunSession perunSession, Consent consent) Creates a new consent with status 'UNSIGNED'.ConsentsManagerBl.getConsentHubByFacility
(PerunSession sess, int facilityId) Finds existing Consent Hub by facility id.ConsentsManagerBl.getConsentHubById
(PerunSession sess, int id) Finds existing Consent Hub by id.ConsentsManagerBl.getConsentHubByName
(PerunSession sess, String name) Finds existing Consent Hub by name.ConsentsManagerBl.getConsentHubsByService
(PerunSession sess, int serviceId) Finds all existing Consent Hubs by service id (consent hubs that have given service assigned through facilities). -
Uses of ConsentHubNotExistsException in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that throw ConsentHubNotExistsExceptionModifier and TypeMethodDescriptionvoid
ConsentsManagerBlImpl.checkConsentHubExists
(PerunSession sess, ConsentHub consentHub) ConsentsManagerBlImpl.createConsent
(PerunSession sess, Consent consent) ConsentsManagerBlImpl.getConsentHubByFacility
(PerunSession sess, int facilityId) ConsentsManagerBlImpl.getConsentHubById
(PerunSession sess, int id) ConsentsManagerBlImpl.getConsentHubByName
(PerunSession sess, String name) ConsentsManagerBlImpl.getConsentHubsByService
(PerunSession sess, int serviceId) -
Uses of ConsentHubNotExistsException in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that throw ConsentHubNotExistsExceptionModifier and TypeMethodDescriptionConsentsManagerEntry.getConsentForUserAndConsentHub
(PerunSession sess, int userId, int consentHubId, ConsentStatus status) ConsentsManagerEntry.getConsentHubByFacility
(PerunSession sess, int facilityId) ConsentsManagerEntry.getConsentHubById
(PerunSession sess, int id) ConsentsManagerEntry.getConsentHubByName
(PerunSession sess, String name) ConsentsManagerEntry.getConsentHubByResource
(PerunSession sess, int resourceId) ConsentsManagerEntry.getConsentsForConsentHub
(PerunSession sess, int id) ConsentsManagerEntry.getConsentsForConsentHub
(PerunSession sess, int id, ConsentStatus status) ConsentsManagerEntry.getConsentsForConsentHubByResource
(PerunSession sess, int resourceId) ConsentsManagerEntry.getConsentsForUserAndConsentHub
(PerunSession sess, int userId, int consentHubId) ConsentsManagerEntry.updateConsentHub
(PerunSession sess, ConsentHub consentHub) -
Uses of ConsentHubNotExistsException in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl that throw ConsentHubNotExistsExceptionModifier and TypeMethodDescriptionvoid
ConsentsManagerImpl.checkConsentHubExists
(PerunSession sess, ConsentHub consentHub) ConsentsManagerImpl.getConsentHubByFacility
(PerunSession sess, int facilityId) ConsentsManagerImpl.getConsentHubById
(PerunSession sess, int id) ConsentsManagerImpl.getConsentHubByName
(PerunSession sess, String name) -
Uses of ConsentHubNotExistsException in cz.metacentrum.perun.core.implApi
Methods in cz.metacentrum.perun.core.implApi that throw ConsentHubNotExistsExceptionModifier and TypeMethodDescriptionvoid
ConsentsManagerImplApi.checkConsentHubExists
(PerunSession sess, ConsentHub consentHub) Throws exception if consent hub does not exist.ConsentsManagerImplApi.getConsentHubByFacility
(PerunSession sess, int facilityId) Finds existing Consent Hub by facility.ConsentsManagerImplApi.getConsentHubById
(PerunSession sess, int id) Finds existing Consent Hub by id.ConsentsManagerImplApi.getConsentHubByName
(PerunSession sess, String name) Finds existing Consent Hub by name.