Uses of Class
cz.metacentrum.perun.core.api.ConsentHub
Packages that use ConsentHub
Package
Description
Exceptions.
-
Uses of ConsentHub in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that return ConsentHubModifier and TypeMethodDescriptionConsent.getConsentHub()
ConsentsManager.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.updateConsentHub
(PerunSession perunSession, ConsentHub consentHub) Updates the consent hub.Methods in cz.metacentrum.perun.core.api that return types with arguments of type ConsentHubModifier and TypeMethodDescriptionConsentsManager.getAllConsentHubs
(PerunSession sess) Get list of all Consent HubsMethods in cz.metacentrum.perun.core.api with parameters of type ConsentHubModifier and TypeMethodDescriptionvoid
ConsentsManager.evaluateConsents
(PerunSession sess, ConsentHub consentHub) Evaluates consents for given consent hub with enforced consents enabled.void
Consent.setConsentHub
(ConsentHub consentHub) ConsentsManager.updateConsentHub
(PerunSession perunSession, ConsentHub consentHub) Updates the consent hub.Method parameters in cz.metacentrum.perun.core.api with type arguments of type ConsentHubModifier and TypeMethodDescriptionvoid
ConsentsManager.evaluateConsents
(PerunSession sess, List<ConsentHub> consentHubs) Evaluates consents for given list of consent hubs with enforced consents enabled.Constructors in cz.metacentrum.perun.core.api with parameters of type ConsentHubModifierConstructorDescriptionConsent
(int id, int userId, ConsentHub consentHub, List<AttributeDefinition> attributes) Consent
(int id, String createdAt, String createdBy, String modifiedAt, String modifiedBy, Integer createdByUid, Integer modifiedByUid, int userId, ConsentHub consentHub, List<AttributeDefinition> attributes) -
Uses of ConsentHub in cz.metacentrum.perun.core.api.exceptions
Methods in cz.metacentrum.perun.core.api.exceptions that return ConsentHubModifier and TypeMethodDescriptionConsentHubExistsException.getConsentHub()
Getter for the consentHubConsentHubNotExistsException.getConsentHub()
Getter for the consent hub that does not existConstructors in cz.metacentrum.perun.core.api.exceptions with parameters of type ConsentHubModifierConstructorDescriptionConsentHubExistsException
(ConsentHub consentHub) Constructor with the consentHubConsentHubNotExistsException
(ConsentHub consentHub) Constructor with the consent hub that does not exist -
Uses of ConsentHub in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that return ConsentHubModifier and TypeMethodDescriptionConsentsManagerBl.createConsentHub
(PerunSession perunSession, ConsentHub consentHub) Creates new consent hub.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.updateConsentHub
(PerunSession perunSession, ConsentHub consentHub) Updates the ConsentHub.Methods in cz.metacentrum.perun.core.bl that return types with arguments of type ConsentHubModifier and TypeMethodDescriptionConsentsManagerBl.getAllConsentHubs
(PerunSession sess) Get list of all Consent HubsConsentsManagerBl.getConsentHubsByService
(PerunSession sess, int serviceId) Finds all existing Consent Hubs by service id (consent hubs that have given service assigned through facilities).Methods in cz.metacentrum.perun.core.bl with parameters of type ConsentHubModifier and TypeMethodDescriptionvoid
ConsentsManagerBl.addFacility
(PerunSession sess, ConsentHub consentHub, Facility facility) Adds facility to consent hub.void
ConsentsManagerBl.checkConsentHubExists
(PerunSession sess, ConsentHub consentHub) Throws exception if consent hub does not exist.boolean
ConsentsManagerBl.consentHubExists
(PerunSession sess, ConsentHub consentHub) Returns true, if consent hub exists, false otherwise.ConsentsManagerBl.createConsentHub
(PerunSession perunSession, ConsentHub consentHub) Creates new consent hub.void
ConsentsManagerBl.deleteConsentHub
(PerunSession perunSession, ConsentHub consentHub) Deletes consent hub.void
ConsentsManagerBl.evaluateConsents
(PerunSession sess, ConsentHub consentHub) Evaluates consents for given consent hub with enforced consents enabled.void
ConsentsManagerBl.removeFacility
(PerunSession sess, ConsentHub consentHub, Facility facility) Removes facility from consent hub.ConsentsManagerBl.updateConsentHub
(PerunSession perunSession, ConsentHub consentHub) Updates the ConsentHub. -
Uses of ConsentHub in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that return ConsentHubModifier and TypeMethodDescriptionConsentsManagerBlImpl.createConsentHub
(PerunSession sess, ConsentHub consentHub) ConsentsManagerBlImpl.getConsentHubByFacility
(PerunSession sess, int facilityId) ConsentsManagerBlImpl.getConsentHubById
(PerunSession sess, int id) ConsentsManagerBlImpl.getConsentHubByName
(PerunSession sess, String name) ConsentsManagerBlImpl.updateConsentHub
(PerunSession perunSession, ConsentHub consentHub) Methods in cz.metacentrum.perun.core.blImpl that return types with arguments of type ConsentHubModifier and TypeMethodDescriptionConsentsManagerBlImpl.getAllConsentHubs
(PerunSession sess) ConsentsManagerBlImpl.getConsentHubsByService
(PerunSession sess, int serviceId) Methods in cz.metacentrum.perun.core.blImpl with parameters of type ConsentHubModifier and TypeMethodDescriptionvoid
ConsentsManagerBlImpl.addFacility
(PerunSession sess, ConsentHub consentHub, Facility facility) void
ConsentsManagerBlImpl.checkConsentHubExists
(PerunSession sess, ConsentHub consentHub) boolean
ConsentsManagerBlImpl.consentHubExists
(PerunSession sess, ConsentHub consentHub) ConsentsManagerBlImpl.createConsentHub
(PerunSession sess, ConsentHub consentHub) void
ConsentsManagerBlImpl.deleteConsentHub
(PerunSession sess, ConsentHub consentHub) void
ConsentsManagerBlImpl.evaluateConsents
(PerunSession sess, ConsentHub consentHub) void
ConsentsManagerBlImpl.removeFacility
(PerunSession sess, ConsentHub consentHub, Facility facility) ConsentsManagerBlImpl.updateConsentHub
(PerunSession perunSession, ConsentHub consentHub) -
Uses of ConsentHub in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that return ConsentHubModifier and TypeMethodDescriptionConsentsManagerEntry.getConsentHubByFacility
(PerunSession sess, int facilityId) ConsentsManagerEntry.getConsentHubById
(PerunSession sess, int id) ConsentsManagerEntry.getConsentHubByName
(PerunSession sess, String name) ConsentsManagerEntry.getConsentHubByResource
(PerunSession sess, int resourceId) ConsentsManagerEntry.updateConsentHub
(PerunSession sess, ConsentHub consentHub) Methods in cz.metacentrum.perun.core.entry that return types with arguments of type ConsentHubMethods in cz.metacentrum.perun.core.entry with parameters of type ConsentHubModifier and TypeMethodDescriptionvoid
ConsentsManagerEntry.evaluateConsents
(PerunSession sess, ConsentHub consentHub) ConsentsManagerEntry.updateConsentHub
(PerunSession sess, ConsentHub consentHub) Method parameters in cz.metacentrum.perun.core.entry with type arguments of type ConsentHubModifier and TypeMethodDescriptionvoid
ConsentsManagerEntry.evaluateConsents
(PerunSession sess, List<ConsentHub> consentHubs) -
Uses of ConsentHub in cz.metacentrum.perun.core.impl
Fields in cz.metacentrum.perun.core.impl with type parameters of type ConsentHubModifier and TypeFieldDescriptionprotected static final RowMapper
<ConsentHub> ConsentsManagerImpl.CONSENT_HUB_MAPPER
Methods in cz.metacentrum.perun.core.impl that return ConsentHubModifier and TypeMethodDescriptionConsentsManagerImpl.createConsentHub
(PerunSession sess, ConsentHub consentHub) ConsentsManagerImpl.getConsentHubByFacility
(PerunSession sess, int facilityId) ConsentsManagerImpl.getConsentHubById
(PerunSession sess, int id) ConsentsManagerImpl.getConsentHubByName
(PerunSession sess, String name) Methods in cz.metacentrum.perun.core.impl that return types with arguments of type ConsentHubModifier and TypeMethodDescriptionConsentsManagerImpl.getAllConsentHubs
(PerunSession sess) ConsentsManagerImpl.getConsentHubsByService
(PerunSession session, int serviceId) Methods in cz.metacentrum.perun.core.impl with parameters of type ConsentHubModifier and TypeMethodDescriptionvoid
ConsentsManagerImpl.addFacility
(PerunSession sess, ConsentHub consentHub, Facility facility) void
ConsentsManagerImpl.checkConsentHubExists
(PerunSession sess, ConsentHub consentHub) boolean
ConsentsManagerImpl.consentHubExists
(PerunSession sess, ConsentHub consentHub) ConsentsManagerImpl.createConsentHub
(PerunSession sess, ConsentHub consentHub) void
ConsentsManagerImpl.deleteConsentHub
(PerunSession perunSession, ConsentHub consentHub) ConsentsManagerImpl.getFacilitiesForConsentHub
(ConsentHub consentHub) static void
PerunLocksUtils.lockConsentHub
(ConsentHub consentHub) Create transaction lock for consentHub and also bind it to the transaction (as resource by Object uniqueKey)void
ConsentsManagerImpl.removeFacility
(PerunSession sess, ConsentHub consentHub, Facility facility) void
ConsentsManagerImpl.updateConsentHub
(PerunSession sess, ConsentHub consentHub) -
Uses of ConsentHub in cz.metacentrum.perun.core.implApi
Methods in cz.metacentrum.perun.core.implApi that return ConsentHubModifier and TypeMethodDescriptionConsentsManagerImplApi.createConsentHub
(PerunSession perunSession, ConsentHub consentHub) Creates new consent hub.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.Methods in cz.metacentrum.perun.core.implApi that return types with arguments of type ConsentHubModifier and TypeMethodDescriptionConsentsManagerImplApi.getAllConsentHubs
(PerunSession sess) Get list of all Consent HubsConsentsManagerImplApi.getConsentHubsByService
(PerunSession session, int serviceId) Finds all existing Consent Hubs by service (service is assigned to them)Methods in cz.metacentrum.perun.core.implApi with parameters of type ConsentHubModifier and TypeMethodDescriptionvoid
ConsentsManagerImplApi.addFacility
(PerunSession sess, ConsentHub consentHub, Facility facility) Adds facility to consent hub.void
ConsentsManagerImplApi.checkConsentHubExists
(PerunSession sess, ConsentHub consentHub) Throws exception if consent hub does not exist.boolean
ConsentsManagerImplApi.consentHubExists
(PerunSession sess, ConsentHub consentHub) Returns true, if consent hub exists, false otherwise.ConsentsManagerImplApi.createConsentHub
(PerunSession perunSession, ConsentHub consentHub) Creates new consent hub.void
ConsentsManagerImplApi.deleteConsentHub
(PerunSession perunSession, ConsentHub consentHub) Deletes the consent hub.ConsentsManagerImplApi.getFacilitiesForConsentHub
(ConsentHub consentHub) Get list of all facilities associated to the given Consent Hubvoid
ConsentsManagerImplApi.removeFacility
(PerunSession sess, ConsentHub consentHub, Facility facility) Removes facility from consent hub.void
ConsentsManagerImplApi.updateConsentHub
(PerunSession perunSession, ConsentHub consentHub) Updates the consent hub.