Uses of Class
io.goobi.viewer.model.cms.pages.content.CMSContent
Packages that use CMSContent
Package
Description
-
Uses of CMSContent in io.goobi.viewer.dao
Methods in io.goobi.viewer.dao with parameters of type CMSContent -
Uses of CMSContent in io.goobi.viewer.dao.impl
Methods in io.goobi.viewer.dao.impl with parameters of type CMSContent -
Uses of CMSContent in io.goobi.viewer.dao.update
Fields in io.goobi.viewer.dao.update with type parameters of type CMSContentMethods in io.goobi.viewer.dao.update that return CMSContentModifier 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) Method parameters in io.goobi.viewer.dao.update with type arguments of type CMSContentModifier 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
Methods in io.goobi.viewer.model.cms.legacy that return CMSContentModifier and TypeMethodDescriptionCMSContentConverter.createGlossaryContent
(Map<String, Object> legacyItem) CMSContentConverter.createPageListContent
(Map<String, Object> legacyItem) CMSContentConverter.createRSSContent
(Map<String, Object> legacyItem) Method parameters in io.goobi.viewer.model.cms.legacy with type arguments of type CMSContentModifier 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
Methods in io.goobi.viewer.model.cms.pages.content with type parameters of type CMSContentModifier 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) Methods in io.goobi.viewer.model.cms.pages.content that return CMSContentModifier and TypeMethodDescriptionabstract CMSContent
CMSContent.copy()
CMSComponent.getContent
(String itemId) CMSContentItem.getContent()
Methods in io.goobi.viewer.model.cms.pages.content that return types with arguments of type CMSContentModifier and TypeMethodDescriptionPersistentCMSComponent.getContentByItemId
(String itemId) PersistentCMSComponent.getContentItems()
Methods in io.goobi.viewer.model.cms.pages.content with parameters of type CMSContentMethod parameters in io.goobi.viewer.model.cms.pages.content with type arguments of type CMSContentModifier 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) Constructors in io.goobi.viewer.model.cms.pages.content with parameters of type CMSContentModifierConstructorDescriptionprotected
CMSContent
(CMSContent orig) CMSContentItem
(String itemId, CMSContent content, String label, String description, String htmlGroup, JsfComponent jsfComponent, CMSComponent owningComponent, boolean required) Constructor parameters in io.goobi.viewer.model.cms.pages.content with type arguments of type CMSContentModifierConstructorDescriptionPersistentCMSComponent
(CMSComponent template, Collection<CMSContent> contentData) -
Uses of CMSContent in io.goobi.viewer.model.cms.pages.content.types
Subclasses of CMSContent in io.goobi.viewer.model.cms.pages.content.typesModifier and TypeClassDescriptionclass
class
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
Methods in io.goobi.viewer.model.cms.pages.content.types that return CMSContentModifier and TypeMethodDescriptionCMSArchiveContent.copy()
CMSBrowseContent.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()