Uses of Interface
de.hybris.platform.cms2.servicelayer.data.ContentSlotData
Packages that use ContentSlotData
Package
Description
-
Uses of ContentSlotData in de.hybris.platform.acceleratorcms.component.slot
Methods in de.hybris.platform.acceleratorcms.component.slot that return ContentSlotDataModifier and TypeMethodDescriptionCMSPageSlotComponentService.getContentSlotForPosition(CmsPageRequestContextData cmsPageRequestContextData, String position) Lookup the Content Slot data on the current page in the specified position. -
Uses of ContentSlotData in de.hybris.platform.acceleratorcms.component.slot.impl
Methods in de.hybris.platform.acceleratorcms.component.slot.impl that return ContentSlotDataModifier and TypeMethodDescriptionDefaultCMSPageSlotComponentService.getContentSlotForPosition(CmsPageRequestContextData cmsPageRequestContextData, String position) -
Uses of ContentSlotData in de.hybris.platform.acceleratorcms.services.impl
Methods in de.hybris.platform.acceleratorcms.services.impl that return types with arguments of type ContentSlotDataModifier and TypeMethodDescriptionprotected Map<String,ContentSlotData> DefaultCMSPageContextService.getPositionsToContentSlots(AbstractPageModel page) Retrieve all content slots for the page and return them in a map -
Uses of ContentSlotData in de.hybris.platform.cms2.servicelayer.data
Methods in de.hybris.platform.cms2.servicelayer.data that return ContentSlotDataModifier and TypeMethodDescriptionCMSDataFactory.createContentSlotData(AbstractPageModel page, ContentSlotForTemplateModel csForTemplate) CMSDataFactory.createContentSlotData(ContentSlotForPageModel csForPage) CMSDataFactory.createContentSlotData(String pageId, ContentSlotModel contentSlot, String position, boolean fromMaster, boolean allowOverwrite) -
Uses of ContentSlotData in de.hybris.platform.cms2.servicelayer.data.impl
Classes in de.hybris.platform.cms2.servicelayer.data.impl that implement ContentSlotDataMethods in de.hybris.platform.cms2.servicelayer.data.impl that return ContentSlotDataModifier and TypeMethodDescriptionDefaultCMSDataFactory.createContentSlotData(AbstractPageModel page, ContentSlotForTemplateModel csForTemplate) DefaultCMSDataFactory.createContentSlotData(ContentSlotForPageModel csForPage) DefaultCMSDataFactory.createContentSlotData(String pageId, ContentSlotModel contentSlot, String position, boolean fromMaster, boolean allowOverwrite) -
Uses of ContentSlotData in de.hybris.platform.cms2.servicelayer.services
Methods in de.hybris.platform.cms2.servicelayer.services that return ContentSlotDataModifier and TypeMethodDescriptionCMSPageService.getContentSlotForPage(AbstractPageModel page, String position) Returns a contentslot for the given page and position.CMSPageService.getContentSlotForPage(AbstractPageModel page, String position, PagePreviewCriteriaData pagePreviewCriteria) Deprecated, for removal: This API element is subject to removal in a future version.since 2105, no longer needed.Methods in de.hybris.platform.cms2.servicelayer.services that return types with arguments of type ContentSlotDataModifier and TypeMethodDescriptionCMSPageService.getContentSlotsForPage(AbstractPageModel page) Returns collection ofContentSlotDataobjects containing data taken from allContentSlotForPageModelobjects as well fromContentSlotForTemplateModelobjects for passed as parameterAbstractPageModelobject.CMSPageService.getContentSlotsForPage(AbstractPageModel page, PagePreviewCriteriaData pagePreviewCriteria) Returns collection ofContentSlotDataobjects containing data taken from allContentSlotForPageModelobjects as well fromContentSlotForTemplateModelobjects for a givenAbstractPageModelandPagePreviewCriteriaData. -
Uses of ContentSlotData in de.hybris.platform.cms2.servicelayer.services.admin
Methods in de.hybris.platform.cms2.servicelayer.services.admin that return types with arguments of type ContentSlotDataModifier and TypeMethodDescriptionCMSAdminContentSlotService.getContentSlotsForPage(AbstractPageModel page) returns a collection of all content slots for the given page.CMSAdminContentSlotService.getContentSlotsForPage(AbstractPageModel page, boolean includeMasterTemplateSlots) Returns a collection of all content slots for the given page. -
Uses of ContentSlotData in de.hybris.platform.cms2.servicelayer.services.admin.impl
Methods in de.hybris.platform.cms2.servicelayer.services.admin.impl that return types with arguments of type ContentSlotDataModifier and TypeMethodDescriptionDefaultCMSAdminContentSlotService.getContentSlotsForPage(AbstractPageModel page) returns a collection of all content slots for the given page.DefaultCMSAdminContentSlotService.getContentSlotsForPage(AbstractPageModel page, boolean includeMasterTemplateSlots) Returns a collection of all content slots for the given page.Method parameters in de.hybris.platform.cms2.servicelayer.services.admin.impl with type arguments of type ContentSlotDataModifier and TypeMethodDescriptionprotected List<ContentSlotModel>DefaultCMSAdminContentSlotService.appendTemplateSlots(PageTemplateModel pageTemplate, Set<String> positions, List<ContentSlotData> contentSlots, AbstractPageModel page, List<CatalogVersionModel> catalogVersions) Gets all of the content slots for templates that do not share a position already identified in the content slots for pages. -
Uses of ContentSlotData in de.hybris.platform.cms2.servicelayer.services.impl
Methods in de.hybris.platform.cms2.servicelayer.services.impl that return ContentSlotDataModifier and TypeMethodDescriptionDefaultCMSPageService.getContentSlotForPage(AbstractPageModel page, String position) DefaultCMSPageService.getContentSlotForPage(AbstractPageModel page, String position, PagePreviewCriteriaData pagePreviewCriteria) Deprecated, for removal: This API element is subject to removal in a future version.since 2105, no longer needed.protected ContentSlotDataDefaultCMSPageService.getPageContentSlotFromVersionSessionContext(String position) Return the Content Slot Data for a given page associated by the version in the session context and position.Methods in de.hybris.platform.cms2.servicelayer.services.impl that return types with arguments of type ContentSlotDataModifier and TypeMethodDescriptionprotected Collection<ContentSlotData>DefaultCMSPageService.getAllContentSlotsForPageAndSlots(AbstractPageModel page, Collection<ContentSlotForPageModel> pageSlots, Collection<ContentSlotForTemplateModel> templateSlots) Returns a list ofContentSlotDatafor a provided page, list ofContentSlotForPageModelandContentSlotForTemplateModel.DefaultCMSPageService.getContentSlotsForPage(AbstractPageModel page) DefaultCMSPageService.getContentSlotsForPage(AbstractPageModel page, PagePreviewCriteriaData pagePreviewCriteria) protected Collection<ContentSlotData>DefaultCMSPageService.getContentSlotsForPageVersionFromSessionContext(AbstractPageModel page) Method parameters in de.hybris.platform.cms2.servicelayer.services.impl with type arguments of type ContentSlotDataModifier and TypeMethodDescriptionprotected List<ContentSlotModel>DefaultCMSPageService.appendContentSlots(List<ContentSlotData> contentSlots, List<String> positions, Collection<ContentSlotForTemplateModel> templateSlots, AbstractPageModel page) -
Uses of ContentSlotData in de.hybris.platform.cmsfacades.pagescontentslots.converter
Methods in de.hybris.platform.cmsfacades.pagescontentslots.converter with parameters of type ContentSlotDataModifier and TypeMethodDescriptionContentSlotDataConverter.convert(ContentSlotData source) ContentSlotDataConverter.convert(ContentSlotData source, PageContentSlotData target) -
Uses of ContentSlotData in de.hybris.platform.cmsfacades.pagescontentslotscomponents.impl
Methods in de.hybris.platform.cmsfacades.pagescontentslotscomponents.impl with parameters of type ContentSlotDataModifier and TypeMethodDescriptionprotected Stream<PageContentSlotComponentData>DefaultPageContentSlotComponentFacade.buildPageContentSlotComponentStream(String pageId, ContentSlotData contentSlot) Build a stream ofPageContentSlotComponentData. -
Uses of ContentSlotData in de.hybris.platform.cmsfacades.pagescontentslotscontainers.impl
Methods in de.hybris.platform.cmsfacades.pagescontentslotscontainers.impl with parameters of type ContentSlotDataModifier and TypeMethodDescriptionprotected Stream<PageContentSlotContainerData>DefaultPageContentSlotContainerFacade.buildPageContentSlotContainerStream(String pageId, ContentSlotData contentSlot) Gets a list of containers data found within a given slot. -
Uses of ContentSlotData in de.hybris.platform.cmsfacades.rendering.populators
Methods in de.hybris.platform.cmsfacades.rendering.populators that return types with arguments of type ContentSlotDataModifier and TypeMethodDescriptionprotected Converter<ContentSlotData,PageContentSlotData> PageModelToDataRenderingPopulator.getContentSlotModelToDataRenderingConverter()protected Converter<ContentSlotData,PageContentSlotData> PageRenderingPopulator.getContentSlotRenderingConverter()Methods in de.hybris.platform.cmsfacades.rendering.populators with parameters of type ContentSlotDataModifier and TypeMethodDescriptionprotected booleanPageModelToDataRenderingPopulator.isSlotActive(ContentSlotData contentSlot) This method is used to determine whether a content slot is active or not.protected booleanPageRenderingPopulator.isSlotActive(ContentSlotData contentSlot) This method is used to determine whether a content slot is active or not.voidContentSlotModelToDataRenderingPopulator.populate(ContentSlotData contentSlotData, PageContentSlotData targetData) protected voidPageModelToDataRenderingPopulatorTest.setContentSlotActivePeriod(ContentSlotData slotData, Date activeFrom, Date activeUntil) protected voidPageRenderingPopulatorTest.setContentSlotActivePeriod(ContentSlotData slotData, Date activeFrom, Date activeUntil) protected voidPageModelToDataRenderingPopulatorTest.setSlotAsInactive(ContentSlotData slotData) protected voidPageRenderingPopulatorTest.setSlotAsInactive(ContentSlotData slotData) Method parameters in de.hybris.platform.cmsfacades.rendering.populators with type arguments of type ContentSlotDataModifier and TypeMethodDescriptionvoidPageModelToDataRenderingPopulator.setContentSlotModelToDataRenderingConverter(Converter<ContentSlotData, PageContentSlotData> contentSlotModelToDataRenderingConverter) voidPageRenderingPopulator.setContentSlotRenderingConverter(Converter<ContentSlotData, PageContentSlotData> contentSlotRenderingConverter) -
Uses of ContentSlotData in de.hybris.platform.cmsfacades.synchronization.itemcollector
Methods in de.hybris.platform.cmsfacades.synchronization.itemcollector with parameters of type ContentSlotDataModifier and TypeMethodDescriptionprotected booleanSharedAbstractPageItemCollector.contentSlotAndVersionExist(ContentSlotData contentSlotData) Verifies that the content slot is available inContentSlotDataobject. -
Uses of ContentSlotData in de.hybris.platform.smarteditaddon.service
Methods in de.hybris.platform.smarteditaddon.service that return ContentSlotDataModifier and TypeMethodDescriptionprotected ContentSlotDataSmartEditEmailTemplateService.findContentSlotByPosition(String slotName, Collection<ContentSlotData> slots) Method parameters in de.hybris.platform.smarteditaddon.service with type arguments of type ContentSlotDataModifier and TypeMethodDescriptionprotected ContentSlotDataSmartEditEmailTemplateService.findContentSlotByPosition(String slotName, Collection<ContentSlotData> slots) protected voidSmartEditEmailTemplateService.wrapContentSlots(org.jsoup.nodes.Document doc, Collection<ContentSlotData> slots)