Uses of Class
io.goobi.viewer.model.cms.pages.content.CMSContentItem
Packages that use CMSContentItem
Package
Description
Compatibility layer for the legacy CMS template system, providing enumerations and
converters that map old content item types and page templates to the current model.
Core CMS page model including the
CMSPage entity, page templates, the template
manager, publication status, and edit-state tracking for the page authoring workflow.Abstractions for CMS page content, defining the
CMSContent and CMSComponent
model including attribute groups, publication state, paging support, and the persistent
component entity that stores content item configuration in the database.-
Uses of CMSContentItem in io.goobi.viewer.model.cms.legacy
Methods in io.goobi.viewer.model.cms.legacy that return CMSContentItemModifier and TypeMethodDescriptionCMSContentItemTemplate.createCMSContentItem(CMSComponent component) -
Uses of CMSContentItem in io.goobi.viewer.model.cms.pages
Methods in io.goobi.viewer.model.cms.pages that return CMSContentItemMethods in io.goobi.viewer.model.cms.pages that return types with arguments of type CMSContentItemModifier and TypeMethodDescriptionCMSPage.getPreviewItems()CMSPage.getPreviewItems(String itemId) -
Uses of CMSContentItem in io.goobi.viewer.model.cms.pages.content
Methods in io.goobi.viewer.model.cms.pages.content that return CMSContentItemModifier and TypeMethodDescriptionCMSComponent.getContentItem(String componentId) CMSComponent.getFirstContentItem()CMSComponent.getFirstContentItem(String className) Methods in io.goobi.viewer.model.cms.pages.content that return types with arguments of type CMSContentItemModifier and TypeMethodDescriptionCMSComponent.getContentItems()CMSComponent.getTranslatableContentItems()Methods in io.goobi.viewer.model.cms.pages.content with parameters of type CMSContentItemModifier and TypeMethodDescriptionbooleanCMSComponent.addContentItem(CMSContentItem item) booleanCMSComponent.removeContentItem(CMSContentItem item) Constructors in io.goobi.viewer.model.cms.pages.content with parameters of type CMSContentItemConstructor parameters in io.goobi.viewer.model.cms.pages.content with type arguments of type CMSContentItem