Uses of Class
io.goobi.viewer.model.cms.collections.CMSCollectionTranslation
Packages that use CMSCollectionTranslation
Package
Description
JSF managed beans (CDI backing beans) of the Goobi viewer.
Model for CMS-managed collection representations, allowing editors to attach custom
labels, descriptions, and representative images to Solr-backed record collections.
-
Uses of CMSCollectionTranslation in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return CMSCollectionTranslationModifier and TypeMethodDescriptionCmsCollectionsBean.getCurrentDescription(String language) getCurrentDescription.CmsCollectionsBean.getCurrentLabel(String language) getCurrentLabel. -
Uses of CMSCollectionTranslation in io.goobi.viewer.model.cms.collections
Methods in io.goobi.viewer.model.cms.collections that return CMSCollectionTranslationModifier and TypeMethodDescriptionCMSCollection.getDescriptionAsTranslation()CMSCollection.getDescriptionAsTranslation(String language) getDescriptionAsTranslation.CMSCollection.getLabelAsTranslation(String language) getLabelAsTranslation.Methods in io.goobi.viewer.model.cms.collections that return types with arguments of type CMSCollectionTranslationModifier and TypeMethodDescriptionCMSCollection.getDescriptions()returns all translations of this page with the tagCMSCollection.DESCRIPTION_TAG.CMSCollection.getLabels()returns all translations of this page with the tagCMSCollection.LABEL_TAG.Methods in io.goobi.viewer.model.cms.collections with parameters of type CMSCollectionTranslationModifier and TypeMethodDescriptionvoidCMSCollection.addDescription(CMSCollectionTranslation description) Adds a translation for the collection description.voidCMSCollection.addLabel(CMSCollectionTranslation label) Adds a translation for the collection label.Constructors in io.goobi.viewer.model.cms.collections with parameters of type CMSCollectionTranslationModifierConstructorDescriptionCloning constructor.