Uses of Class
de.hybris.platform.cms2.model.relations.ContentSlotForPageModel
Packages that use ContentSlotForPageModel
Package
Description
Contains generated models for each type of de.hybris.platform.cms2.jalo.pages package.
-
Uses of ContentSlotForPageModel in de.hybris.platform.cms2.model.pages
Methods in de.hybris.platform.cms2.model.pages that return types with arguments of type ContentSlotForPageModelModifier and TypeMethodDescriptionAbstractPageModel.getContentSlots()Deprecated, for removal: This API element is subject to removal in a future version.since 4.3 -
Uses of ContentSlotForPageModel in de.hybris.platform.cms2.servicelayer.daos
Methods in de.hybris.platform.cms2.servicelayer.daos that return types with arguments of type ContentSlotForPageModelModifier and TypeMethodDescriptionCMSContentSlotDao.findAllContentSlotRelationsByContentSlot(ContentSlotModel contentSlot, CatalogVersionModel catalogVersion) Find all content slot relations by content slot and catalog version.CMSContentSlotDao.findAllContentSlotRelationsByPage(AbstractPageModel page) Find all content slot relations by page.CMSContentSlotDao.findAllContentSlotRelationsByPage(AbstractPageModel page, CatalogVersionModel catalogVersion) Find all content slot relations by page and catalog version.CMSContentSlotDao.findAllContentSlotRelationsByPageUid(String pageUid, CatalogVersionModel catalogVersion) Find all content slot relations for page uid and catalog version.CMSContentSlotDao.findContentSlotRelationsByPageAndContentSlot(AbstractPageModel page, ContentSlotModel contentSlot, CatalogVersionModel catalogVersion) Find content slot relations by page, content slot and catalog version.CMSContentSlotDao.findContentSlotRelationsByPageAndContentSlot(AbstractPageModel page, ContentSlotModel contentSlot, Collection<CatalogVersionModel> catalogVersions) Find content slot relations by page, content slot and catalog versions.CMSContentSlotDao.findContentSlotRelationsByPageAndPosition(AbstractPageModel page, String position, CatalogVersionModel catalogVersion) Find content slot relations by page, position and catalog versions.CMSContentSlotDao.findContentSlotRelationsByPageAndPosition(AbstractPageModel page, String position, Collection<CatalogVersionModel> catalogVersions) Find content slot relations by page, position and catalog versions. -
Uses of ContentSlotForPageModel in de.hybris.platform.cms2.servicelayer.daos.impl
Methods in de.hybris.platform.cms2.servicelayer.daos.impl that return types with arguments of type ContentSlotForPageModelModifier and TypeMethodDescriptionDefaultCMSContenSlotDao.findAllContentSlotRelationsByContentSlot(ContentSlotModel contentSlot, CatalogVersionModel catalogVersion) Find all content slot relations by content slot and catalog version.DefaultCMSContenSlotDao.findAllContentSlotRelationsByPage(AbstractPageModel page) Find all content slot relations by page.DefaultCMSContenSlotDao.findAllContentSlotRelationsByPage(AbstractPageModel page, CatalogVersionModel catalogVersion) Find all content slot relations by page and catalog version.DefaultCMSContenSlotDao.findAllContentSlotRelationsByPageUid(String pageUid, CatalogVersionModel catalogVersion) Find all content slot relations for page uid and catalog version.DefaultCMSContenSlotDao.findContentSlotRelationsByPageAndContentSlot(AbstractPageModel page, ContentSlotModel contentSlot, CatalogVersionModel catalogVersion) Find content slot relations by page, content slot and catalog version.DefaultCMSContenSlotDao.findContentSlotRelationsByPageAndContentSlot(AbstractPageModel page, ContentSlotModel contentSlot, Collection<CatalogVersionModel> catalogVersions) Find content slot relations by page, content slot and catalog versions.DefaultCMSContenSlotDao.findContentSlotRelationsByPageAndPosition(AbstractPageModel page, String position, CatalogVersionModel catalogVersion) Find content slot relations by page, position and catalog versions.DefaultCMSContenSlotDao.findContentSlotRelationsByPageAndPosition(AbstractPageModel page, String position, Collection<CatalogVersionModel> catalogVersions) Find content slot relations by page, position and catalog versions.Methods in de.hybris.platform.cms2.servicelayer.daos.impl with parameters of type ContentSlotForPageModelModifier and TypeMethodDescriptionprotected voidDefaultCMSPageDaoTest.setRelationModel(ContentSlotForPageModel rel, ContentSlotModel slot, String id) -
Uses of ContentSlotForPageModel in de.hybris.platform.cms2.servicelayer.data
Methods in de.hybris.platform.cms2.servicelayer.data with parameters of type ContentSlotForPageModelModifier and TypeMethodDescriptionCMSDataFactory.createContentSlotData(ContentSlotForPageModel csForPage) -
Uses of ContentSlotForPageModel in de.hybris.platform.cms2.servicelayer.data.impl
Methods in de.hybris.platform.cms2.servicelayer.data.impl with parameters of type ContentSlotForPageModelModifier and TypeMethodDescriptionDefaultCMSDataFactory.createContentSlotData(ContentSlotForPageModel csForPage) Constructors in de.hybris.platform.cms2.servicelayer.data.impl with parameters of type ContentSlotForPageModelModifierConstructorDescriptionprotectedDefaultContentSlotData(ContentSlotForPageModel csForPage) -
Uses of ContentSlotForPageModel in de.hybris.platform.cms2.servicelayer.interceptor.impl
Methods in de.hybris.platform.cms2.servicelayer.interceptor.impl with parameters of type ContentSlotForPageModelModifier and TypeMethodDescriptionvoidContentSlotForPagePrepareInterceptor.onPrepare(ContentSlotForPageModel slotForPage, InterceptorContext interceptorContext) voidContentSlotForPageRemoveInterceptor.onRemove(ContentSlotForPageModel contentSlotForPageModel, InterceptorContext interceptorContext) protected voidCMSAbstractPageRemoveInterceptor.removeContentSlot(AbstractPageModel pageModel, InterceptorContext ctx, ContentSlotForPageModel contentSlotForPageModel) protected voidCMSAbstractPageRemoveInterceptor.removeContentSlotForPageRelation(InterceptorContext ctx, ContentSlotForPageModel contentSlotForPageModel) -
Uses of ContentSlotForPageModel in de.hybris.platform.cms2.servicelayer.services
Methods in de.hybris.platform.cms2.servicelayer.services that return types with arguments of type ContentSlotForPageModelModifier and TypeMethodDescriptionCMSPageService.getContentSlotModelsForPage(AbstractPageModel page, PagePreviewCriteriaData pagePreviewCriteria) Deprecated, for removal: This API element is subject to removal in a future version.since 2105, no longer needed.CMSPageService.getOwnContentSlotsForPage(AbstractPageModel page) Returns theContentSlotForPageModelobjects for passed as parameterAbstractPageModelobject. -
Uses of ContentSlotForPageModel in de.hybris.platform.cms2.servicelayer.services.admin
Methods in de.hybris.platform.cms2.servicelayer.services.admin that return types with arguments of type ContentSlotForPageModelModifier and TypeMethodDescriptionCMSAdminContentSlotService.findAllContentSlotRelationsByPage(AbstractPageModel page) Find all content slot relations by page.CMSAdminContentSlotService.getContentSlotRelationsByPageId(String pageId, CatalogVersionModel catalogVersion) Find content slot relations for a given pageId and catalog version. -
Uses of ContentSlotForPageModel 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 ContentSlotForPageModelModifier and TypeMethodDescriptionDefaultCMSAdminContentSlotService.findAllContentSlotRelationsByPage(AbstractPageModel page) Find all content slot relations by page.protected List<ContentSlotForPageModel>DefaultCMSAdminContentSlotServiceTest.generateContentSlotForPageModelMocks()Generates a list of 1 to 5 content slot relation model mocks for the page.DefaultCMSAdminContentSlotService.getContentSlotRelationsByPageId(String pageId, CatalogVersionModel catalogVersion) -
Uses of ContentSlotForPageModel in de.hybris.platform.cms2.servicelayer.services.impl
Methods in de.hybris.platform.cms2.servicelayer.services.impl that return types with arguments of type ContentSlotForPageModelModifier and TypeMethodDescriptionDefaultCMSPageService.getContentSlotModelsForPage(AbstractPageModel page, PagePreviewCriteriaData pagePreviewCriteria) Deprecated, for removal: This API element is subject to removal in a future version.since 2105, no longer needed.DefaultCMSPageService.getOwnContentSlotsForPage(AbstractPageModel page) Method parameters in de.hybris.platform.cms2.servicelayer.services.impl with type arguments of type ContentSlotForPageModelModifier and TypeMethodDescriptionprotected Collection<ContentSlotData>DefaultCMSPageService.getAllContentSlotsForPageAndSlots(AbstractPageModel page, Collection<ContentSlotForPageModel> pageSlots, Collection<ContentSlotForTemplateModel> templateSlots) Returns a list ofContentSlotDatafor a provided page, list ofContentSlotForPageModelandContentSlotForTemplateModel. -
Uses of ContentSlotForPageModel in de.hybris.platform.cms2.version.converter.customattribute.impl
Methods in de.hybris.platform.cms2.version.converter.customattribute.impl with parameters of type ContentSlotForPageModelModifier and TypeMethodDescriptionprotected ContentSlotForPageRelationDataContentSlotsForPageConverter.convertContentSlotModelToRelationData(ContentSlotForPageModel contentSlotForPageModel) ConvertsContentSlotForPageModelto aContentSlotForPageRelationData -
Uses of ContentSlotForPageModel in de.hybris.platform.cms2.version.converter.impl
Methods in de.hybris.platform.cms2.version.converter.impl that return ContentSlotForPageModelModifier and TypeMethodDescriptionprotected ContentSlotForPageModelDefaultCMSVersionToItemModelPreviewConverterIntegrationTest.getContentSlotForPageModelFromCacheByPosition(String position) -
Uses of ContentSlotForPageModel in de.hybris.platform.cms2.version.service
Methods in de.hybris.platform.cms2.version.service that return types with arguments of type ContentSlotForPageModelModifier and TypeMethodDescriptionCMSVersionSessionContextProvider.getAllCachedContentSlotsForPage()Return all cached content slots for page from cache.Methods in de.hybris.platform.cms2.version.service with parameters of type ContentSlotForPageModelModifier and TypeMethodDescriptionvoidCMSVersionSessionContextProvider.addContentSlotForPageToCache(ContentSlotForPageModel contentSlotForPageModel) Add a content slot for page to cache.voidCMSVersionSessionContextProvider.removeContentSlotForPageFromCache(ContentSlotForPageModel contentSlotForPageModel) Remove aContentSlotForPageModelfrom cache. -
Uses of ContentSlotForPageModel in de.hybris.platform.cms2.version.service.impl
Methods in de.hybris.platform.cms2.version.service.impl that return types with arguments of type ContentSlotForPageModelModifier and TypeMethodDescriptionDefaultCMSVersionSessionContextProvider.getAllCachedContentSlotsForPage()Methods in de.hybris.platform.cms2.version.service.impl with parameters of type ContentSlotForPageModelModifier and TypeMethodDescriptionvoidDefaultCMSVersionSessionContextProvider.addContentSlotForPageToCache(ContentSlotForPageModel contentSlotForPageModel) voidDefaultCMSVersionSessionContextProvider.removeContentSlotForPageFromCache(ContentSlotForPageModel contentSlotForPageModel) -
Uses of ContentSlotForPageModel in de.hybris.platform.cmscockpit.services.impl
Methods in de.hybris.platform.cmscockpit.services.impl that return ContentSlotForPageModelModifier and TypeMethodDescriptionprotected ContentSlotForPageModelCmsCockpitServiceImpl.cloneContentSlotForPageRelation(ContentSlotForPageModel original) Methods in de.hybris.platform.cmscockpit.services.impl with parameters of type ContentSlotForPageModelModifier and TypeMethodDescriptionprotected ContentSlotForPageModelCmsCockpitServiceImpl.cloneContentSlotForPageRelation(ContentSlotForPageModel original) -
Uses of ContentSlotForPageModel in de.hybris.platform.cmsfacades.synchronization.itemvisitors.impl
Methods in de.hybris.platform.cmsfacades.synchronization.itemvisitors.impl with parameters of type ContentSlotForPageModel -
Uses of ContentSlotForPageModel in de.hybris.platform.cmsfacades.synchronization.service.impl
Methods in de.hybris.platform.cmsfacades.synchronization.service.impl that return types with arguments of type ContentSlotForPageModelModifier and TypeMethodDescriptionprotected List<ContentSlotForPageModel>DefaultItemSynchronizationServiceIntegrationTest.extractPageRelations(List<ItemModel> items) Methods in de.hybris.platform.cmsfacades.synchronization.service.impl with parameters of type ContentSlotForPageModelModifier and TypeMethodDescriptionprotected StringDefaultItemSynchronizationServiceIntegrationTest.convertToCatalogVersion(ContentSlotForPageModel contentSlotForPageModel) protected StringDefaultItemSynchronizationServiceIntegrationTest.convertToUniqueKeyForContentSlotForPage(ContentSlotForPageModel contentSlotForPageModel) -
Uses of ContentSlotForPageModel in de.hybris.platform.cmsfacades.util.builder
Methods in de.hybris.platform.cmsfacades.util.builder that return ContentSlotForPageModelModifier and TypeMethodDescriptionContentSlotForPageModelBuilder.build()protected ContentSlotForPageModelContentSlotForPageModelBuilder.getModel()Methods in de.hybris.platform.cmsfacades.util.builder with parameters of type ContentSlotForPageModelModifier and TypeMethodDescriptionContentSlotForPageModelBuilder.fromModel(ContentSlotForPageModel model) -
Uses of ContentSlotForPageModel in de.hybris.platform.cmsfacades.util.models
Methods in de.hybris.platform.cmsfacades.util.models that return ContentSlotForPageModelModifier and TypeMethodDescriptionContentSlotForPageModelMother.FooterHomepage_Empty(CatalogVersionModel catalogVersion) ContentSlotForPageModelMother.FooterHomepage_FlashComponentOnly(CatalogVersionModel catalogVersion) ContentSlotForPageModelMother.FooterHomepage_ParagraphOnly(CatalogVersionModel catalogVersion) ContentSlotForPageModelMother.FooterSearchPage_Empty(CatalogVersionModel catalogVersion) ContentSlotForPageModelMother.HeaderHomePage_ContainerWithParagraphs(CatalogVersionModel catalogVersion) ContentSlotForPageModelMother.HeaderHomepage_Empty(CatalogVersionModel catalogVersion) ContentSlotForPageModelMother.HeaderHomepage_FlashComponentOnly(CatalogVersionModel catalogVersion) ContentSlotForPageModelMother.HeaderHomepage_LinkOnly(CatalogVersionModel catalogVersion) ContentSlotForPageModelMother.HeaderHomepage_ParagraphAndLink(CatalogVersionModel catalogVersion) ContentSlotForPageModelMother.HeaderHomepage_ParagraphOnly(CatalogVersionModel catalogVersion) ContentSlotForPageModelMother.HeaderHomepage_SharedParagraphOnly(CatalogVersionModel catalogVersion) ContentSlotForPageModelMother.HeaderHomepageEurope_ParagraphAndLink(CatalogVersionModel catalogVersion) ContentSlotForPageModelMother.HeaderHomepageEurope_ParagraphOnly(CatalogVersionModel catalogVersion) -
Uses of ContentSlotForPageModel in de.hybris.platform.marketplaceservices.vendor
Methods in de.hybris.platform.marketplaceservices.vendor that return types with arguments of type ContentSlotForPageModelModifier and TypeMethodDescriptionVendorCMSService.getContentSlotRelationByIdAndPositionInPage(String id, AbstractPageModel page, String position) get ContentSlotForPage according to its position in a page -
Uses of ContentSlotForPageModel in de.hybris.platform.marketplaceservices.vendor.impl
Methods in de.hybris.platform.marketplaceservices.vendor.impl that return types with arguments of type ContentSlotForPageModelModifier and TypeMethodDescriptionDefaultVendorCMSService.getContentSlotRelationByIdAndPositionInPage(String id, AbstractPageModel page, String position) -
Uses of ContentSlotForPageModel in de.hybris.platform.personalizationcmsweb.queries
Method parameters in de.hybris.platform.personalizationcmsweb.queries with type arguments of type ContentSlotForPageModelModifier and TypeMethodDescriptionCmsPageVersionSwitchQueryExecutor.getContainersForContentSlots(Collection<ContentSlotForPageModel> contentSlotForPageModels)