Uses of Class
io.goobi.viewer.model.administration.legal.ConsentScope
Packages that use ConsentScope
Package
Description
JPA
AttributeConverter implementations that handle serialization and deserialization of
complex domain types (such as lists, translated texts, and scoped settings) to and from database column values.Domain model for legal compliance features such as terms of use, cookie banners, and
disclaimers, including their scope definitions and multilingual translations.
Provides the core access-control domain model for the Goobi viewer, including license
types, access permissions, privilege holders, copyright indicators, and security questions.
-
Uses of ConsentScope in io.goobi.viewer.dao.converter
Methods in io.goobi.viewer.dao.converter that return ConsentScopeMethods in io.goobi.viewer.dao.converter with parameters of type ConsentScopeModifier and TypeMethodDescriptionConsentScopeConverter.convertToDatabaseColumn(ConsentScope attribute) -
Uses of ConsentScope in io.goobi.viewer.model.administration.legal
Methods in io.goobi.viewer.model.administration.legal that return ConsentScopeModifier and TypeMethodDescriptionDisclaimer.getAcceptanceScope()Get theDisclaimer.acceptanceScopeof the disclaimer.Methods in io.goobi.viewer.model.administration.legal with parameters of type ConsentScopeModifier and TypeMethodDescriptionvoidDisclaimer.setAcceptanceScope(ConsentScope acceptanceScope) Set theDisclaimer.acceptanceScopeof the disclaimer. -
Uses of ConsentScope in io.goobi.viewer.model.security
Methods in io.goobi.viewer.model.security that return ConsentScope