Uses of Class
cz.metacentrum.perun.core.api.Consent
Packages that use Consent
Package
Description
Exceptions.
-
Uses of Consent in cz.metacentrum.perun.audit.events.ConsentManager
Methods in cz.metacentrum.perun.audit.events.ConsentManager that return ConsentModifier and TypeMethodDescriptionChangedConsentStatus.getConsent()
ConsentCreated.getConsent()
ConsentDeleted.getConsent()
Constructors in cz.metacentrum.perun.audit.events.ConsentManager with parameters of type ConsentModifierConstructorDescriptionChangedConsentStatus
(Consent consent) ConsentCreated
(Consent consent) ConsentDeleted
(Consent consent) -
Uses of Consent in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that return ConsentModifier 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 statusMethods in cz.metacentrum.perun.core.api that return types with arguments of type ConsentModifier and TypeMethodDescriptionConsentsManager.getAllConsents
(PerunSession sess) Gel all consentsConsentsManager.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.getConsentsForUser
(PerunSession sess, int id) Get all consents for chosen UserConsentsManager.getConsentsForUser
(PerunSession sess, int id, ConsentStatus status) Get all consents for chosen User with the specified statusConsentsManager.getConsentsForUserAndConsentHub
(PerunSession sess, int userId, int consentHubId) Get all consents for chosen User in specified consent hubMethods in cz.metacentrum.perun.core.api with parameters of type ConsentModifier and TypeMethodDescriptionConsentsManager.changeConsentStatus
(PerunSession sess, Consent consent, ConsentStatus status) Set consent status -
Uses of Consent in cz.metacentrum.perun.core.api.exceptions
Methods in cz.metacentrum.perun.core.api.exceptions that return ConsentModifier and TypeMethodDescriptionConsentNotExistsException.getConsent()
Getter for the consent that doesn't existConstructors in cz.metacentrum.perun.core.api.exceptions with parameters of type ConsentModifierConstructorDescriptionConsentExistsException
(Consent consent) Constructor with consentConsentNotExistsException
(Consent consent) Constructor with the consent that does not exist -
Uses of Consent in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that return ConsentModifier and TypeMethodDescriptionConsentsManagerBl.changeConsentStatus
(PerunSession sess, Consent consent, ConsentStatus status) Set consent statusConsentsManagerBl.createConsent
(PerunSession perunSession, Consent consent) Creates a new consent with status 'UNSIGNED'.ConsentsManagerBl.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 statusMethods in cz.metacentrum.perun.core.bl that return types with arguments of type ConsentModifier and TypeMethodDescriptionConsentsManagerBl.getAllConsents
(PerunSession sess) Gel all consentsConsentsManagerBl.getConsentsForConsentHub
(PerunSession sess, int id) Get all consents for chosen ConsentHubConsentsManagerBl.getConsentsForConsentHub
(PerunSession sess, int id, ConsentStatus status) Get all consents for chosen ConsentHub with the specified statusConsentsManagerBl.getConsentsForUser
(PerunSession sess, int id) Get all consents for chosen UserConsentsManagerBl.getConsentsForUser
(PerunSession sess, int id, ConsentStatus status) Get all consents for chosen User with the specified statusConsentsManagerBl.getConsentsForUserAndConsentHub
(PerunSession sess, int userId, int consentHubId) Get all consents for chosen user in specified consent hubMethods in cz.metacentrum.perun.core.bl with parameters of type ConsentModifier and TypeMethodDescriptionConsentsManagerBl.changeConsentStatus
(PerunSession sess, Consent consent, ConsentStatus status) Set consent statusvoid
ConsentsManagerBl.checkConsentExists
(PerunSession sess, Consent consent) Check if consent exists in underlying data source.ConsentsManagerBl.createConsent
(PerunSession perunSession, Consent consent) Creates a new consent with status 'UNSIGNED'.void
ConsentsManagerBl.deleteConsent
(PerunSession sess, Consent consent) Deletes consent -
Uses of Consent in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that return ConsentModifier and TypeMethodDescriptionConsentsManagerBlImpl.changeConsentStatus
(PerunSession sess, Consent consent, ConsentStatus status) ConsentsManagerBlImpl.createConsent
(PerunSession sess, Consent consent) ConsentsManagerBlImpl.getConsentById
(PerunSession sess, int id) ConsentsManagerBlImpl.getConsentForUserAndConsentHub
(PerunSession sess, int userId, int consentHubId, ConsentStatus status) Methods in cz.metacentrum.perun.core.blImpl that return types with arguments of type ConsentModifier and TypeMethodDescriptionConsentsManagerBlImpl.getAllConsents
(PerunSession sess) ConsentsManagerBlImpl.getConsentsForConsentHub
(PerunSession sess, int id) ConsentsManagerBlImpl.getConsentsForConsentHub
(PerunSession sess, int id, ConsentStatus status) ConsentsManagerBlImpl.getConsentsForUser
(PerunSession sess, int id) ConsentsManagerBlImpl.getConsentsForUser
(PerunSession sess, int id, ConsentStatus status) ConsentsManagerBlImpl.getConsentsForUserAndConsentHub
(PerunSession sess, int userId, int consentHubId) Methods in cz.metacentrum.perun.core.blImpl with parameters of type ConsentModifier and TypeMethodDescriptionConsentsManagerBlImpl.changeConsentStatus
(PerunSession sess, Consent consent, ConsentStatus status) void
ConsentsManagerBlImpl.checkConsentExists
(PerunSession sess, Consent consent) ConsentsManagerBlImpl.createConsent
(PerunSession sess, Consent consent) void
ConsentsManagerBlImpl.deleteConsent
(PerunSession sess, Consent consent) -
Uses of Consent in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that return ConsentModifier 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) Methods in cz.metacentrum.perun.core.entry that return types with arguments of type ConsentModifier and TypeMethodDescriptionConsentsManagerEntry.getAllConsents
(PerunSession sess) ConsentsManagerEntry.getConsentsForConsentHub
(PerunSession sess, int id) ConsentsManagerEntry.getConsentsForConsentHub
(PerunSession sess, int id, ConsentStatus status) ConsentsManagerEntry.getConsentsForConsentHubByResource
(PerunSession sess, int resourceId) ConsentsManagerEntry.getConsentsForUser
(PerunSession sess, int id) ConsentsManagerEntry.getConsentsForUser
(PerunSession sess, int id, ConsentStatus status) ConsentsManagerEntry.getConsentsForUserAndConsentHub
(PerunSession sess, int userId, int consentHubId) Methods in cz.metacentrum.perun.core.entry with parameters of type ConsentModifier and TypeMethodDescriptionConsentsManagerEntry.changeConsentStatus
(PerunSession sess, Consent consent, ConsentStatus status) -
Uses of Consent in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl that return ConsentModifier and TypeMethodDescriptionConsentsManagerImpl.createConsent
(PerunSession perunSession, Consent consent) ConsentsManagerImpl.getConsentById
(PerunSession sess, int id) ConsentsManagerImpl.getConsentForUserAndConsentHub
(PerunSession sess, int userId, int consentHubId, ConsentStatus status) Methods in cz.metacentrum.perun.core.impl that return types with arguments of type ConsentModifier and TypeMethodDescriptionConsentsManagerImpl.getAllConsents
(PerunSession sess) ConsentsManagerImpl.getConsentsForConsentHub
(PerunSession sess, int id) ConsentsManagerImpl.getConsentsForConsentHub
(PerunSession sess, int id, ConsentStatus status) ConsentsManagerImpl.getConsentsForUser
(PerunSession sess, int id) ConsentsManagerImpl.getConsentsForUser
(PerunSession sess, int id, ConsentStatus status) ConsentsManagerImpl.getConsentsForUserAndConsentHub
(PerunSession sess, int userId, int consentHubId) Methods in cz.metacentrum.perun.core.impl with parameters of type ConsentModifier and TypeMethodDescriptionvoid
ConsentsManagerImpl.changeConsentStatus
(PerunSession sess, Consent consent) void
ConsentsManagerImpl.checkConsentExists
(PerunSession sess, Consent consent) boolean
ConsentsManagerImpl.consentExists
(PerunSession sess, Consent consent) ConsentsManagerImpl.createConsent
(PerunSession perunSession, Consent consent) void
ConsentsManagerImpl.deleteConsent
(PerunSession perunSession, Consent consent) -
Uses of Consent in cz.metacentrum.perun.core.implApi
Methods in cz.metacentrum.perun.core.implApi that return ConsentModifier and TypeMethodDescriptionConsentsManagerImplApi.createConsent
(PerunSession perunSession, Consent consent) Save consent to 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 statusMethods in cz.metacentrum.perun.core.implApi that return types with arguments of type ConsentModifier and TypeMethodDescriptionConsentsManagerImplApi.getAllConsents
(PerunSession sess) Gel all consentsConsentsManagerImplApi.getConsentsForConsentHub
(PerunSession sess, int id) Get all consents for chosen ConsentHubConsentsManagerImplApi.getConsentsForConsentHub
(PerunSession sess, int id, ConsentStatus status) Get all consents for chosen ConsentHub with the specified statusConsentsManagerImplApi.getConsentsForUser
(PerunSession sess, int id) Get all consents for chosen UserConsentsManagerImplApi.getConsentsForUser
(PerunSession sess, int id, ConsentStatus status) Get all consents for chosen User with the specified statusConsentsManagerImplApi.getConsentsForUserAndConsentHub
(PerunSession sess, int userId, int consentHubId) Get list of consents for user and consent hubMethods in cz.metacentrum.perun.core.implApi with parameters of type ConsentModifier and TypeMethodDescriptionvoid
ConsentsManagerImplApi.changeConsentStatus
(PerunSession sess, Consent consent) Set consent statusvoid
ConsentsManagerImplApi.checkConsentExists
(PerunSession sess, Consent consent) Check if consent exists in underlying data source.boolean
ConsentsManagerImplApi.consentExists
(PerunSession sess, Consent consent) Check if consent exists in underlying data source.ConsentsManagerImplApi.createConsent
(PerunSession perunSession, Consent consent) Save consent to database.void
ConsentsManagerImplApi.deleteConsent
(PerunSession perunSession, Consent consent) Delete consent from the database.