Uses of Class
io.goobi.viewer.model.cms.collections.CMSCollectionTranslation
-
Uses of CMSCollectionTranslation in io.goobi.viewer.managedbeans
Modifier and TypeMethodDescriptionCmsCollectionsBean.getCurrentDescription
(String language) getCurrentDescription.CmsCollectionsBean.getCurrentLabel
(String language) getCurrentLabel. -
Uses of CMSCollectionTranslation in io.goobi.viewer.model.cms.collections
Modifier and TypeMethodDescriptionCMSCollection.getDescriptionAsTranslation()
CMSCollection.getDescriptionAsTranslation
(String language) getDescriptionAsTranslation.CMSCollection.getLabelAsTranslation
(String language) getLabelAsTranslation.Modifier 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
Modifier and TypeMethodDescriptionvoid
CMSCollection.addDescription
(CMSCollectionTranslation description) Adds a translation for the collection descriptionvoid
CMSCollection.addLabel
(CMSCollectionTranslation label) Adds a translation for the collection labelModifierConstructorDescriptionCloning constructor.