Uses of Class
io.goobi.viewer.model.cms.pages.content.CMSContent
Package
Description
-
Uses of CMSContent in io.goobi.viewer.dao
-
Uses of CMSContent in io.goobi.viewer.dao.impl
-
Uses of CMSContent in io.goobi.viewer.dao.update
Modifier and TypeMethodDescriptionCMSContentConverter.createGlossaryContent
(Map<String, Object> legacyItem) CMSContentConverter.createMetadataContent
(Map<String, Object> legacyItem) CMSContentConverter.createPageListContent
(Map<String, Object> legacyItem) CMSContentConverter.createRSSContent
(Map<String, Object> legacyItem) Modifier and TypeMethodDescriptionCMSContentConverter.createMediumTextContent
(String language, Map<String, Object> legacyItem, Optional<CMSContent> orig) CMSContentConverter.createShortTextContent
(String language, Map<String, Object> legacyItem, Optional<CMSContent> orig) -
Uses of CMSContent in io.goobi.viewer.model.cms.legacy
Modifier and TypeMethodDescriptionCMSContentConverter.createGlossaryContent
(Map<String, Object> legacyItem) CMSContentConverter.createPageListContent
(Map<String, Object> legacyItem) CMSContentConverter.createRSSContent
(Map<String, Object> legacyItem) Modifier and TypeMethodDescriptionCMSContentConverter.createMediumTextContent
(String language, Map<String, Object> legacyItem, Optional<CMSContent> orig) CMSContentConverter.createShortTextContent
(String language, Map<String, Object> legacyItem, Optional<CMSContent> orig) -
Uses of CMSContent in io.goobi.viewer.model.cms.pages.content
Modifier and TypeMethodDescription<T extends CMSContent>
List<T>CMSComponent.getAllContentOfType
(Class<? extends CMSContent> clazz) <T extends CMSContent>
List<T>PersistentCMSComponent.getAllContentOfType
(Class<? extends CMSContent> clazz) <T extends CMSContent>
TCMSComponent.getFirstContentOfType
(Class<? extends CMSContent> clazz) <T extends CMSContent>
TPersistentCMSComponent.getFirstContentOfType
(Class<? extends CMSContent> clazz) Modifier and TypeMethodDescriptionabstract CMSContent
CMSContent.copy()
CMSComponent.getContent
(String itemId) CMSContentItem.getContent()
Modifier and TypeMethodDescriptionPersistentCMSComponent.getContentByItemId
(String itemId) PersistentCMSComponent.getContentItems()
Modifier and TypeMethodDescription<T extends CMSContent>
List<T>CMSComponent.getAllContentOfType
(Class<? extends CMSContent> clazz) <T extends CMSContent>
List<T>PersistentCMSComponent.getAllContentOfType
(Class<? extends CMSContent> clazz) <T extends CMSContent>
TCMSComponent.getFirstContentOfType
(Class<? extends CMSContent> clazz) <T extends CMSContent>
TPersistentCMSComponent.getFirstContentOfType
(Class<? extends CMSContent> clazz) ModifierConstructorDescriptionprotected
CMSContent
(CMSContent orig) CMSContentItem
(String itemId, CMSContent content, String label, String description, String htmlGroup, JsfComponent jsfComponent, CMSComponent owningComponent, boolean required) ModifierConstructorDescriptionPersistentCMSComponent
(CMSComponent template, Collection<CMSContent> contentData) -
Uses of CMSContent in io.goobi.viewer.model.cms.pages.content.types
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
CMS content for longer texts, holding up to 16,777,215 characters (all translations combined)class
class
class
class
class
class
class
CMS content for small texts, holding up to 4,294,967,295 characters (all translations combined)class
Modifier and TypeMethodDescriptionCMSBrowseContent.copy()
CMSCollectionContent.copy()
CMSDocumentContent.copy()
CMSGeomapContent.copy()
CMSGlossaryContent.copy()
CMSImageListContent.copy()
CMSMediaContent.copy()
CMSMediumTextContent.copy()
CMSMetadataContent.copy()
CMSPageListContent.copy()
CMSRecordListContent.copy()
CMSRSSContent.copy()
CMSSearchContent.copy()
CMSSearchFacetsContent.copy()
CMSShortTextContent.copy()
CMSSliderContent.copy()