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_TAGCMSCollection.getLabels()returns all translations of this page with the tagCMSCollection.LABEL_TAGMethods in io.goobi.viewer.model.cms.collections with parameters of type CMSCollectionTranslationModifier and TypeMethodDescriptionvoidCMSCollection.addDescription(CMSCollectionTranslation description) Adds a translation for the collection descriptionvoidCMSCollection.addLabel(CMSCollectionTranslation label) Adds a translation for the collection labelConstructors in io.goobi.viewer.model.cms.collections with parameters of type CMSCollectionTranslationModifierConstructorDescriptionCloning constructor.