Uses of Class
io.goobi.viewer.model.cms.collections.CMSCollectionTranslation
Packages that use CMSCollectionTranslation
-
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 TypeMethodDescriptionvoid
CMSCollection.addDescription
(CMSCollectionTranslation description) Adds a translation for the collection descriptionvoid
CMSCollection.addLabel
(CMSCollectionTranslation label) Adds a translation for the collection labelConstructors in io.goobi.viewer.model.cms.collections with parameters of type CMSCollectionTranslationModifierConstructorDescriptionCloning constructor.