Uses of Class
io.goobi.viewer.model.cms.collections.DynamicCollectionTranslation
Packages that use DynamicCollectionTranslation
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 DynamicCollectionTranslation in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return DynamicCollectionTranslationModifier and TypeMethodDescriptionDynamicCollectionsBean.getCurrentDescription(String language) getCurrentDescription.DynamicCollectionsBean.getCurrentLabel(String language) getCurrentLabel. -
Uses of DynamicCollectionTranslation in io.goobi.viewer.model.cms.collections
Methods in io.goobi.viewer.model.cms.collections that return DynamicCollectionTranslationModifier and TypeMethodDescriptionDynamicCollection.getDescriptionAsTranslation()DynamicCollection.getDescriptionAsTranslation(String language) getDescriptionAsTranslation.DynamicCollection.getLabelAsTranslation()getLabelAsTranslation for the currently selected locale.DynamicCollection.getLabelAsTranslation(String language) getLabelAsTranslation.Methods in io.goobi.viewer.model.cms.collections that return types with arguments of type DynamicCollectionTranslationModifier and TypeMethodDescriptionDynamicCollection.getDescriptions()returns all translations of this collection with the tagDynamicCollection.DESCRIPTION_TAG.DynamicCollection.getLabels()returns all translations of this collection with the tagDynamicCollection.LABEL_TAG.Methods in io.goobi.viewer.model.cms.collections with parameters of type DynamicCollectionTranslationModifier and TypeMethodDescriptionvoidDynamicCollection.addDescription(DynamicCollectionTranslation description) Adds a translation for the collection description.voidDynamicCollection.addLabel(DynamicCollectionTranslation label) Adds a translation for the collection label.Constructors in io.goobi.viewer.model.cms.collections with parameters of type DynamicCollectionTranslationModifierConstructorDescriptionCloning constructor.