Uses of Class
io.goobi.viewer.model.administration.legal.TermsOfUse
Packages that use TermsOfUse
Package
Description
Data access layer of the Goobi viewer.
JPA-based data access object implementation providing the full persistence layer for the Goobi viewer,
including a custom class loader and the central
JPADAO that covers all entity types.Domain model for legal compliance features such as terms of use, cookie banners, and
disclaimers, including their scope definitions and multilingual translations.
-
Uses of TermsOfUse in io.goobi.viewer.dao
Methods in io.goobi.viewer.dao that return TermsOfUseMethods in io.goobi.viewer.dao with parameters of type TermsOfUse -
Uses of TermsOfUse in io.goobi.viewer.dao.impl
Methods in io.goobi.viewer.dao.impl that return TermsOfUseMethods in io.goobi.viewer.dao.impl with parameters of type TermsOfUse -
Uses of TermsOfUse in io.goobi.viewer.model.administration.legal
Methods in io.goobi.viewer.model.administration.legal that return TermsOfUseMethods in io.goobi.viewer.model.administration.legal with parameters of type TermsOfUseModifier and TypeMethodDescriptionvoidTermsOfUseTranslation.setOwner(TermsOfUse owner) Setter for the fieldowner.Constructors in io.goobi.viewer.model.administration.legal with parameters of type TermsOfUseModifierConstructorDescriptionTermsOfUse(TermsOfUse orig) TermsOfUseTranslation(String language, String value, TermsOfUse owner) Creates a new CMSCollectionTranslation instance.