Uses of Class
cz.metacentrum.perun.core.api.exceptions.ConsentExistsException
Packages that use ConsentExistsException
Package
Description
-
Uses of ConsentExistsException in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that throw ConsentExistsExceptionModifier and TypeMethodDescriptionConsentsManagerBl.createConsent
(PerunSession perunSession, Consent consent) Creates a new consent with status 'UNSIGNED'. -
Uses of ConsentExistsException in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that throw ConsentExistsExceptionModifier and TypeMethodDescriptionConsentsManagerBlImpl.createConsent
(PerunSession sess, Consent consent) -
Uses of ConsentExistsException in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl that throw ConsentExistsExceptionModifier and TypeMethodDescriptionConsentsManagerImpl.createConsent
(PerunSession perunSession, Consent consent) -
Uses of ConsentExistsException in cz.metacentrum.perun.core.implApi
Methods in cz.metacentrum.perun.core.implApi that throw ConsentExistsExceptionModifier and TypeMethodDescriptionConsentsManagerImplApi.createConsent
(PerunSession perunSession, Consent consent) Save consent to database.