Uses of Class
de.hybris.platform.cms2.model.contents.contentslot.ContentSlotModel
Packages that use ContentSlotModel
Package
Description
Contains generated models for each type of de.hybris.platform.cms2.jalo.contents.components package.
Contains generated models for each type of de.hybris.platform.cms2.jalo.contents.contentslot package.
Contains generated models for each type of de.hybris.platform.cms2.jalo.relations package.
-
Uses of ContentSlotModel in de.hybris.platform.acceleratorcms.component.slot
Methods in de.hybris.platform.acceleratorcms.component.slot that return ContentSlotModelModifier and TypeMethodDescriptionCMSPageSlotComponentService.getContentSlotForId(String id) Lookup a Content Slot given its ID.Methods in de.hybris.platform.acceleratorcms.component.slot with parameters of type ContentSlotModelModifier and TypeMethodDescriptionCMSPageSlotComponentService.getCMSComponentsForContentSlot(CmsPageRequestContextData cmsPageRequestContextData, ContentSlotModel contentSlot, boolean evaluateRestrictions, int limit) Get the CMS components in a Content Slot. -
Uses of ContentSlotModel in de.hybris.platform.acceleratorcms.component.slot.impl
Methods in de.hybris.platform.acceleratorcms.component.slot.impl that return ContentSlotModelModifier and TypeMethodDescriptionDefaultCMSPageSlotComponentService.getContentSlotForId(String id) Methods in de.hybris.platform.acceleratorcms.component.slot.impl with parameters of type ContentSlotModelModifier and TypeMethodDescriptionDefaultCMSPageSlotComponentService.getCMSComponentsForContentSlot(CmsPageRequestContextData cmsPageRequestContextData, ContentSlotModel contentSlot, boolean evaluateRestrictions, int limit) -
Uses of ContentSlotModel in de.hybris.platform.acceleratorcms.services
Methods in de.hybris.platform.acceleratorcms.services with parameters of type ContentSlotModelModifier and TypeMethodDescriptionCMSDynamicAttributeService.getDynamicComponentAttributes(AbstractCMSComponentModel component, ContentSlotModel contentSlot) Resolves dynamic attributes for the provided CMS component.CMSDynamicAttributeService.getDynamicContentSlotAttributes(ContentSlotModel contentSlot, javax.servlet.jsp.PageContext pageContext, Map<String, String> initialMaps) Resolves dynamic attributes for the provided content slot. -
Uses of ContentSlotModel in de.hybris.platform.acceleratorcms.services.impl
Methods in de.hybris.platform.acceleratorcms.services.impl with parameters of type ContentSlotModelModifier and TypeMethodDescriptionDefaultCMSDynamicAttributeService.getDynamicComponentAttributes(AbstractCMSComponentModel component, ContentSlotModel contentSlot) DefaultCMSDynamicAttributeService.getDynamicContentSlotAttributes(ContentSlotModel contentSlot, javax.servlet.jsp.PageContext pageContext, Map<String, String> initialMaps) -
Uses of ContentSlotModel in de.hybris.platform.acceleratorcms.tags2
Fields in de.hybris.platform.acceleratorcms.tags2 declared as ContentSlotModelModifier and TypeFieldDescriptionprotected ContentSlotModelCMSContentSlotTag.contentSlotAttributeprotected ContentSlotModelCMSContentSlotTag.currentContentSlotMethods in de.hybris.platform.acceleratorcms.tags2 with parameters of type ContentSlotModelModifier and TypeMethodDescriptionvoidCMSContentSlotTag.setContentSlot(ContentSlotModel contentSlot) -
Uses of ContentSlotModel in de.hybris.platform.acceleratorservices.document.factory.impl
Methods in de.hybris.platform.acceleratorservices.document.factory.impl with parameters of type ContentSlotModelModifier and TypeMethodDescriptionprotected StringAbstractHybrisVelocityContextFactory.renderComponents(Locale locale, ContentSlotModel contentSlotModel, AbstractHybrisVelocityContext<BusinessProcessModel> context, BusinessProcessModel businessProcessModel) -
Uses of ContentSlotModel in de.hybris.platform.acceleratorservices.process.email.context.impl
Methods in de.hybris.platform.acceleratorservices.process.email.context.impl with parameters of type ContentSlotModelModifier and TypeMethodDescriptionprotected StringDefaultEmailContextFactory.renderComponents(Locale locale, ContentSlotModel contentSlotModel, AbstractEmailContext<BusinessProcessModel> emailContext, BusinessProcessModel businessProcessModel) -
Uses of ContentSlotModel in de.hybris.platform.b2bacceleratoraddon.interceptors
Methods in de.hybris.platform.b2bacceleratoraddon.interceptors that return types with arguments of type ContentSlotModelModifier and TypeMethodDescriptionprotected Map<String,ContentSlotModel> SecurePortalBeforeViewHandler.getContentSlotsForPageAsMap(AbstractPageModel page) -
Uses of ContentSlotModel in de.hybris.platform.cms2.cloning.service
Methods in de.hybris.platform.cms2.cloning.service with parameters of type ContentSlotModelModifier and TypeMethodDescriptionvoidCMSItemCloningService.cloneContentSlotComponents(ContentSlotModel sourceContentSlotModel, ContentSlotModel targetContentSlotModel, CatalogVersionModel targetCatalogVersionModel) Deeps clones all cloneable cms components for a given content slot excluding non cloneable components -
Uses of ContentSlotModel in de.hybris.platform.cms2.cloning.service.impl
Methods in de.hybris.platform.cms2.cloning.service.impl with parameters of type ContentSlotModelModifier and TypeMethodDescriptionvoidDefaultCMSItemCloningService.cloneContentSlotComponents(ContentSlotModel sourceContentSlotModel, ContentSlotModel targetContentSlotModel, CatalogVersionModel targetCatalogVersionModel) -
Uses of ContentSlotModel in de.hybris.platform.cms2.cloning.strategy.impl
Fields in de.hybris.platform.cms2.cloning.strategy.impl declared as ContentSlotModelModifier and TypeFieldDescriptionprotected ContentSlotModelContentSlotCloningStrategyTest.clonedContentSlotModelMethods in de.hybris.platform.cms2.cloning.strategy.impl that return ContentSlotModelModifier and TypeMethodDescriptionContentSlotCloningStrategy.clone(ContentSlotModel sourceContentSlotModel, Optional<ContentSlotModel> template, Optional<Map<String, Object>> context) protected ContentSlotModelPageCloningStrategy.cloneAndAddContentSlot(AbstractPageModel pageModel, ContentSlotModel contentSlotModel, boolean shouldCloneComponents) Clones a content slot and adds it to a page.protected ContentSlotModelPageCloningStrategyTest.generateMockContentSlotModel()Generates a content slot model mock.Methods in de.hybris.platform.cms2.cloning.strategy.impl with parameters of type ContentSlotModelModifier and TypeMethodDescriptionContentSlotCloningStrategy.clone(ContentSlotModel sourceContentSlotModel, Optional<ContentSlotModel> template, Optional<Map<String, Object>> context) protected ContentSlotModelPageCloningStrategy.cloneAndAddContentSlot(AbstractPageModel pageModel, ContentSlotModel contentSlotModel, boolean shouldCloneComponents) Clones a content slot and adds it to a page.protected voidContentSlotCloningStrategy.createContentSlotForPageRelation(CatalogVersionModel catalogVersionModel, String position, AbstractPageModel pageModel, ContentSlotModel contentSlotModel) Creates a new ContentSlotForPageModelprotected voidContentSlotCloningStrategy.createContentSlotForTemplateRelation(CatalogVersionModel catalogVersion, String position, PageTemplateModel pageTemplate, ContentSlotModel contentSlotModel) Method creates a content slot for template relation.Method parameters in de.hybris.platform.cms2.cloning.strategy.impl with type arguments of type ContentSlotModelModifier and TypeMethodDescriptionContentSlotCloningStrategy.clone(ContentSlotModel sourceContentSlotModel, Optional<ContentSlotModel> template, Optional<Map<String, Object>> context) -
Uses of ContentSlotModel in de.hybris.platform.cms2.model.contents.components
Methods in de.hybris.platform.cms2.model.contents.components that return types with arguments of type ContentSlotModelModifier and TypeMethodDescriptionAbstractCMSComponentModel.getSlots()Generated method - Getter of theAbstractCMSComponent.slotsattribute defined at extensioncms2.Method parameters in de.hybris.platform.cms2.model.contents.components with type arguments of type ContentSlotModelModifier and TypeMethodDescriptionvoidAbstractCMSComponentModel.setSlots(Collection<ContentSlotModel> value) Generated method - Setter ofAbstractCMSComponent.slotsattribute defined at extensioncms2. -
Uses of ContentSlotModel in de.hybris.platform.cms2.model.contents.contentslot
Methods in de.hybris.platform.cms2.model.contents.contentslot that return ContentSlotModelModifier and TypeMethodDescriptionContentSlotModel.getOriginalSlot()Generated method - Getter of theContentSlot.originalSlotattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.contents.contentslot with parameters of type ContentSlotModelModifier and TypeMethodDescriptionvoidContentSlotModel.setOriginalSlot(ContentSlotModel value) Generated method - Setter ofContentSlot.originalSlotattribute defined at extensioncms2. -
Uses of ContentSlotModel in de.hybris.platform.cms2.model.relations
Methods in de.hybris.platform.cms2.model.relations that return ContentSlotModelModifier and TypeMethodDescriptionContentSlotForPageModel.getContentSlot()Generated method - Getter of theContentSlotForPage.contentSlotattribute defined at extensioncms2.ContentSlotForTemplateModel.getContentSlot()Generated method - Getter of theContentSlotForTemplate.contentSlotattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.relations with parameters of type ContentSlotModelModifier and TypeMethodDescriptionvoidContentSlotForPageModel.setContentSlot(ContentSlotModel value) Generated method - Setter ofContentSlotForPage.contentSlotattribute defined at extensioncms2.voidContentSlotForTemplateModel.setContentSlot(ContentSlotModel value) Generated method - Setter ofContentSlotForTemplate.contentSlotattribute defined at extensioncms2.Constructors in de.hybris.platform.cms2.model.relations with parameters of type ContentSlotModelModifierConstructorDescriptionContentSlotForPageModel(CatalogVersionModel _catalogVersion, ContentSlotModel _contentSlot, AbstractPageModel _page, String _position, String _uid) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersContentSlotForPageModel(CatalogVersionModel _catalogVersion, ContentSlotModel _contentSlot, ItemModel _owner, AbstractPageModel _page, String _position, String _uid) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersContentSlotForTemplateModel(CatalogVersionModel _catalogVersion, ContentSlotModel _contentSlot, PageTemplateModel _pageTemplate, String _position, String _uid) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersContentSlotForTemplateModel(CatalogVersionModel _catalogVersion, ContentSlotModel _contentSlot, ItemModel _owner, PageTemplateModel _pageTemplate, String _position, String _uid) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of ContentSlotModel in de.hybris.platform.cms2.multicountry.service
Methods in de.hybris.platform.cms2.multicountry.service that return types with arguments of type ContentSlotModelModifier and TypeMethodDescriptionCatalogLevelService.getSortedMultiCountryContentSlots(List<ContentSlotModel> contentSlots) Orders the given content slots according to the catalog level where the slots are defined.Method parameters in de.hybris.platform.cms2.multicountry.service with type arguments of type ContentSlotModelModifier and TypeMethodDescriptionCatalogLevelService.getSortedMultiCountryContentSlots(List<ContentSlotModel> contentSlots) Orders the given content slots according to the catalog level where the slots are defined. -
Uses of ContentSlotModel in de.hybris.platform.cms2.multicountry.service.impl
Methods in de.hybris.platform.cms2.multicountry.service.impl that return types with arguments of type ContentSlotModelModifier and TypeMethodDescriptionprotected Comparator<ContentSlotModel>DefaultCatalogLevelService.getCmsItemCatalogLevelComparator()DefaultCatalogLevelService.getSortedMultiCountryContentSlots(List<ContentSlotModel> list) Method parameters in de.hybris.platform.cms2.multicountry.service.impl with type arguments of type ContentSlotModelModifier and TypeMethodDescriptionDefaultCatalogLevelService.getSortedMultiCountryContentSlots(List<ContentSlotModel> list) voidDefaultCatalogLevelService.setCmsItemCatalogLevelComparator(Comparator<ContentSlotModel> cmsItemCatalogLevelComparator) -
Uses of ContentSlotModel in de.hybris.platform.cms2.servicelayer.daos
Methods in de.hybris.platform.cms2.servicelayer.daos that return types with arguments of type ContentSlotModelModifier and TypeMethodDescriptionCMSContentSlotDao.findAllMultiCountryContentSlotsByOriginalSlots(List<ContentSlotModel> contentSlots, List<CatalogVersionModel> catalogVersions) Deprecated, for removal: This API element is subject to removal in a future version.since 2105.default List<ContentSlotModel>CMSContentSlotDao.findAllMultiCountryContentSlotsByOriginalSlots(List<ContentSlotModel> contentSlots, List<CatalogVersionModel> catalogVersions, AbstractPageModel page) Deprecated, for removal: This API element is subject to removal in a future version.since 2202, no longer needed.CMSContentSlotDao.findContentSlotsById(String id) Find content slots by id.CMSContentSlotDao.findContentSlotsByIdAndCatalogVersions(String id, Collection<CatalogVersionModel> catalogVersions) Find content slots by id and catalog versions.default List<ContentSlotModel>CMSContentSlotDao.findContentSlotsByIdAndCatalogVersions(List<String> slotIds, Collection<CatalogVersionModel> catalogVersions) Find content slots by ids and catalog versions.CMSContentSlotDao.findContentSlotsForCatalogVersion(CatalogVersionModel catalogVersion) Find all content slots that belong to a given catalog version.Methods in de.hybris.platform.cms2.servicelayer.daos with parameters of type ContentSlotModelModifier and TypeMethodDescriptionCMSContentSlotDao.findAllContentSlotForTemplateByContentSlot(ContentSlotModel contentSlot, CatalogVersionModel catalogVersion) Find the content slot for template relations for the given content slot and catalog version (used for multi-country)CMSContentSlotDao.findAllContentSlotRelationsByContentSlot(ContentSlotModel contentSlot) Find all content slot relations by content slot.CMSContentSlotDao.findAllContentSlotRelationsByContentSlot(ContentSlotModel contentSlot, CatalogVersionModel catalogVersion) Find all content slot relations by content slot 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.default List<ContentSlotForTemplateModel>CMSContentSlotDao.findContentSlotRelationsByPageTemplateAndCatalogVersionsAndContentSlot(PageTemplateModel template, ContentSlotModel contentSlot, Collection<CatalogVersionModel> catalogVersions) Finds content slot relations by page template, catalog versions and content slot.CMSContentSlotDao.findContentSlotRelationsByPageTemplateAndContentSlot(PageTemplateModel template, ContentSlotModel contentSlotModel, CatalogVersionModel catalogVersion) Find content slot relations for given page template and content slot.CMSContentSlotDao.findOnlyContentSlotRelationsByContentSlot(ContentSlotModel contentSlot) Find only content slot relations not content slot template relations of given content slot.CMSContentSlotDao.findPagesByContentSlot(ContentSlotModel contentSlot) Find pages related to content slot.Method parameters in de.hybris.platform.cms2.servicelayer.daos with type arguments of type ContentSlotModelModifier and TypeMethodDescriptionCMSContentSlotDao.findAllMultiCountryContentSlotsByOriginalSlots(List<ContentSlotModel> contentSlots, List<CatalogVersionModel> catalogVersions) Deprecated, for removal: This API element is subject to removal in a future version.since 2105.default List<ContentSlotModel>CMSContentSlotDao.findAllMultiCountryContentSlotsByOriginalSlots(List<ContentSlotModel> contentSlots, List<CatalogVersionModel> catalogVersions, AbstractPageModel page) Deprecated, for removal: This API element is subject to removal in a future version.since 2202, no longer needed.CMSPageDao.findPagesByContentSlots(Collection<ContentSlotModel> contentSlots, Collection<CatalogVersionModel> catalogVersions) Finds and returns all pages for the given collection of content slots.CMSPageDao.findPagesByContentSlotsAndPageStatuses(Collection<ContentSlotModel> contentSlots, Collection<CatalogVersionModel> catalogVersions, List<CmsPageStatus> pageStatuses) Finds and returns all pages for the given collection of content slots.CMSPageDao.findPagesByPageTemplateContentSlots(Collection<ContentSlotModel> contentSlots, Collection<CatalogVersionModel> catalogVersions) Finds and returns all pages that uses given content slots by page templatesCMSPageDao.findPagesByPageTemplateContentSlotsAndPageStatuses(Collection<ContentSlotModel> contentSlots, Collection<CatalogVersionModel> catalogVersions, List<CmsPageStatus> pageStatuses) Finds and returns all pages that uses given content slots by page templates -
Uses of ContentSlotModel in de.hybris.platform.cms2.servicelayer.daos.impl
Methods in de.hybris.platform.cms2.servicelayer.daos.impl that return ContentSlotModelModifier and TypeMethodDescriptionprotected ContentSlotModelDefaultCMSComponentDaoSharedComponentsIntegrationTest.createSlot(String slotId) protected ContentSlotModelDefaultCMSComponentDaoSharedComponentsIntegrationTest.createSlotForPage(AbstractPageModel page, String slotId) protected ContentSlotModelDefaultCMSComponentDaoSharedComponentsIntegrationTest.createSlotForTemplate(PageTemplateModel template, String slotId) protected ContentSlotModelDefaultCMSContentSlotDaoIntegrationTest.getContentSlotById(String slotId, CatalogVersionModel catalogVersion) Methods in de.hybris.platform.cms2.servicelayer.daos.impl that return types with arguments of type ContentSlotModelModifier and TypeMethodDescriptionDefaultCMSContenSlotDao.findAllMultiCountryContentSlotsByOriginalSlots(List<ContentSlotModel> contentSlots, List<CatalogVersionModel> catalogVersions) Deprecated, for removal: This API element is subject to removal in a future version.since 2105, no longer needed.DefaultCMSContenSlotDao.findAllMultiCountryContentSlotsByOriginalSlots(List<ContentSlotModel> contentSlots, List<CatalogVersionModel> catalogVersions, AbstractPageModel page) Deprecated, for removal: This API element is subject to removal in a future version.since 2202, when cloning a slot, it will not record the original slot of cloned slot.DefaultCMSContenSlotDao.findContentSlotsById(String id) Find content slots by id.DefaultCMSContenSlotDao.findContentSlotsByIdAndCatalogVersions(String id, Collection<CatalogVersionModel> catalogVersions) Find content slots by id and catalog versions.DefaultCMSContenSlotDao.findContentSlotsByIdAndCatalogVersions(List<String> slotIds, Collection<CatalogVersionModel> catalogVersions) DefaultCMSContenSlotDao.findContentSlotsForCatalogVersion(CatalogVersionModel catalogVersion) Methods in de.hybris.platform.cms2.servicelayer.daos.impl with parameters of type ContentSlotModelModifier and TypeMethodDescriptionprotected AbstractCMSComponentModelDefaultCMSComponentDaoSharedComponentsIntegrationTest.createNewComponentInSlot(ContentSlotModel contentSlot) DefaultCMSContenSlotDao.findAllContentSlotForTemplateByContentSlot(ContentSlotModel contentSlot, CatalogVersionModel catalogVersion) DefaultCMSContenSlotDao.findAllContentSlotRelationsByContentSlot(ContentSlotModel contentSlot) Find all content slot relations by content slot.DefaultCMSContenSlotDao.findAllContentSlotRelationsByContentSlot(ContentSlotModel contentSlot, CatalogVersionModel catalogVersion) Find all content slot relations by content slot 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.findContentSlotRelationsByPageTemplateAndCatalogVersionsAndContentSlot(PageTemplateModel template, ContentSlotModel contentSlot, Collection<CatalogVersionModel> catalogVersions) DefaultCMSContenSlotDao.findContentSlotRelationsByPageTemplateAndContentSlot(PageTemplateModel template, ContentSlotModel contentSlotModel, CatalogVersionModel catalogVersion) Find content slot relations for given page template and content slot.DefaultCMSContenSlotDao.findOnlyContentSlotRelationsByContentSlot(ContentSlotModel contentSlot) Find only content slot relations not content slot template relations of given content slot.DefaultCMSContenSlotDao.findPagesByContentSlot(ContentSlotModel contentSlot) Find pages related to content slot.protected voidDefaultCMSPageDaoTest.setRelationModel(ContentSlotForPageModel rel, ContentSlotModel slot, String id) protected voidDefaultCMSPageDaoTest.setRelationModel(ContentSlotForTemplateModel rel, ContentSlotModel slot, String id) Method parameters in de.hybris.platform.cms2.servicelayer.daos.impl with type arguments of type ContentSlotModelModifier and TypeMethodDescriptionDefaultCMSContenSlotDao.findAllMultiCountryContentSlotsByOriginalSlots(List<ContentSlotModel> contentSlots, List<CatalogVersionModel> catalogVersions) Deprecated, for removal: This API element is subject to removal in a future version.since 2105, no longer needed.DefaultCMSContenSlotDao.findAllMultiCountryContentSlotsByOriginalSlots(List<ContentSlotModel> contentSlots, List<CatalogVersionModel> catalogVersions, AbstractPageModel page) Deprecated, for removal: This API element is subject to removal in a future version.since 2202, when cloning a slot, it will not record the original slot of cloned slot.DefaultCMSPageDao.findPagesByContentSlots(Collection<ContentSlotModel> contentSlots, Collection<CatalogVersionModel> catalogVersions) Finds and returns all pages for the given collection of content slots.DefaultCMSPageDao.findPagesByContentSlotsAndPageStatuses(Collection<ContentSlotModel> contentSlots, Collection<CatalogVersionModel> catalogVersions, List<CmsPageStatus> pageStatuses) DefaultCMSPageDao.findPagesByPageTemplateContentSlots(Collection<ContentSlotModel> contentSlots, Collection<CatalogVersionModel> catalogVersions) Finds and returns all pages that uses given content slots by page templatesDefaultCMSPageDao.findPagesByPageTemplateContentSlotsAndPageStatuses(Collection<ContentSlotModel> contentSlots, Collection<CatalogVersionModel> catalogVersions, List<CmsPageStatus> pageStatuses) Finds and returns all pages that uses given content slots by page templates -
Uses of ContentSlotModel in de.hybris.platform.cms2.servicelayer.data
Methods in de.hybris.platform.cms2.servicelayer.data that return ContentSlotModelMethods in de.hybris.platform.cms2.servicelayer.data with parameters of type ContentSlotModelModifier and TypeMethodDescriptionCMSDataFactory.createContentSlotData(String pageId, ContentSlotModel contentSlot, String position, boolean fromMaster, boolean allowOverwrite) -
Uses of ContentSlotModel in de.hybris.platform.cms2.servicelayer.data.impl
Methods in de.hybris.platform.cms2.servicelayer.data.impl that return ContentSlotModelMethods in de.hybris.platform.cms2.servicelayer.data.impl with parameters of type ContentSlotModelModifier and TypeMethodDescriptionDefaultCMSDataFactory.createContentSlotData(String pageId, ContentSlotModel contentSlot, String position, boolean fromMaster, boolean allowOverwrite) Constructors in de.hybris.platform.cms2.servicelayer.data.impl with parameters of type ContentSlotModelModifierConstructorDescriptionprotectedDefaultContentSlotData(String pageId, ContentSlotModel contentSlot, String position, boolean fromMaster, boolean allowOverwrite) -
Uses of ContentSlotModel in de.hybris.platform.cms2.servicelayer.interceptor.impl
Methods in de.hybris.platform.cms2.servicelayer.interceptor.impl that return ContentSlotModelModifier and TypeMethodDescriptionprotected ContentSlotModelContentSlotForPageInitDefaultsInterceptorTest.getContentSlot()protected ContentSlotModelContentSlotForPageValidateInterceptorTest.getContentSlot()protected ContentSlotModelContentSlotForTemplateInitDefaultsInterceptorTest.getContentSlot()protected ContentSlotModelContentSlotForTemplateValidateInterceptorTest.getContentSlot()Methods in de.hybris.platform.cms2.servicelayer.interceptor.impl with parameters of type ContentSlotModelModifier and TypeMethodDescriptionprotected booleanCMSAbstractPageRemoveInterceptor.isAssignedToOtherPages(ContentSlotModel contentSlot, AbstractPageModel page) voidCMSContentSlotPrepareInterceptor.onPrepare(ContentSlotModel contentSlotModel, InterceptorContext interceptorContext) -
Uses of ContentSlotModel in de.hybris.platform.cms2.servicelayer.services
Methods in de.hybris.platform.cms2.servicelayer.services that return ContentSlotModelModifier and TypeMethodDescriptionCMSContentSlotService.getContentSlotForId(String id) Gets the content slot for given id.Methods in de.hybris.platform.cms2.servicelayer.services that return types with arguments of type ContentSlotModelModifier and TypeMethodDescriptionCMSPageService.getSortedMultiCountryContentSlots(List<ContentSlotModel> contentSlots, List<CatalogVersionModel> catalogVersions) Deprecated, for removal: This API element is subject to removal in a future version.since 2105, please useCMSPageService.getSortedMultiCountryContentSlots(List, List, AbstractPageModel)CMSPageService.getSortedMultiCountryContentSlots(List<ContentSlotModel> contentSlots, List<CatalogVersionModel> catalogVersions, AbstractPageModel page) Gets the content slots sorted by their catalog hierarchy.Methods in de.hybris.platform.cms2.servicelayer.services with parameters of type ContentSlotModelModifier and TypeMethodDescriptionCMSContentSlotService.getPagesForContentSlot(ContentSlotModel contentSlot) Gets the relatedAbstractPageModelobjects for content slot.CMSContentSlotService.getSimpleCMSComponents(ContentSlotModel contentSlot, boolean previewEnabled, javax.servlet.http.HttpServletRequest httRequest) Retrieves a list of components that are valid for particular content slotCMSPageLockingService.getSlotLockers(ContentSlotModel contentSlotModel) Method returns user that locked given content slot by page or page template, or null if slot is not locked.booleanCMSPageLockingService.isContentSlotLockedForUser(ContentSlotModel contentSlotModel, UserModel userModel) Method that checks if given content slot belongs to any page that is locked for specified user.default booleanCMSContentSlotService.isSharedSlot(ContentSlotModel contentSlot) Check a content slot is shared or not.voidRelationBetweenComponentsService.maintainRelationBetweenComponentsOnSlot(ContentSlotModel slotModel) To maintain relation between every parent component and it's children components on the slotMethod parameters in de.hybris.platform.cms2.servicelayer.services with type arguments of type ContentSlotModelModifier and TypeMethodDescriptionCMSPageService.getPagesForContentSlots(Collection<ContentSlotModel> contentSlots) Returns all pages where given content slots occurs.CMSPageService.getPagesForPageTemplateContentSlots(Collection<ContentSlotModel> contentSlots) Gets the pages for page template content slots.CMSPageService.getSortedMultiCountryContentSlots(List<ContentSlotModel> contentSlots, List<CatalogVersionModel> catalogVersions) Deprecated, for removal: This API element is subject to removal in a future version.since 2105, please useCMSPageService.getSortedMultiCountryContentSlots(List, List, AbstractPageModel)CMSPageService.getSortedMultiCountryContentSlots(List<ContentSlotModel> contentSlots, List<CatalogVersionModel> catalogVersions, AbstractPageModel page) Gets the content slots sorted by their catalog hierarchy. -
Uses of ContentSlotModel in de.hybris.platform.cms2.servicelayer.services.admin
Methods in de.hybris.platform.cms2.servicelayer.services.admin that return ContentSlotModelModifier and TypeMethodDescriptionCMSAdminContentSlotService.createContentSlot(AbstractPageModel page, String id, String name, String position) Creates theContentSlotModelobject andContentSlotForPageModelrelation.CMSAdminContentSlotService.createContentSlot(AbstractPageModel page, String id, String name, String position, boolean active) Creates theContentSlotModelobject andContentSlotForPageModelrelation.CMSAdminContentSlotService.createContentSlot(AbstractPageModel page, String id, String name, String position, boolean active, Date activeFrom, Date activeUntil) Creates theContentSlotModelobject andContentSlotForPageModelrelation.CMSAdminContentSlotService.getContentSlotForId(String contentSlotId) Gets the content slot for specific content slot id.CMSAdminContentSlotService.getContentSlotForIdAndCatalogVersions(String contentSlotId, Collection<CatalogVersionModel> catalogVersions) Gets the content slot for slot id and collection of catalog versions.CMSAdminContentSlotService.getContentSlotOverride(AbstractPageModel page, ContentSlotModel contentSlot) 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.admin that return types with arguments of type ContentSlotModelModifier and TypeMethodDescriptiondefault List<ContentSlotModel>CMSAdminContentSlotService.getContentSlots(List<String> contentSlotIds) Gets the content slots that correspond to the given list of content slot ids.CMSAdminContentSlotService.getContentSlotsForCatalogVersion(CatalogVersionModel catalogVersion) Find all content slots that belong to a given catalog version.CMSAdminContentSlotService.getSortedMultiCountryContentSlots(List<ContentSlotModel> contentSlots, List<CatalogVersionModel> catalogVersions) Deprecated, for removal: This API element is subject to removal in a future version.since 2105.default List<ContentSlotModel>CMSAdminContentSlotService.getSortedMultiCountryContentSlots(List<ContentSlotModel> contentSlots, List<CatalogVersionModel> catalogVersions, AbstractPageModel page) Orders the given content slots according to the catalog level where the slots are defined.Methods in de.hybris.platform.cms2.servicelayer.services.admin with parameters of type ContentSlotModelModifier and TypeMethodDescriptionvoidCMSAdminContentSlotService.addCMSComponentToContentSlot(AbstractCMSComponentModel component, ContentSlotModel slot, Integer index) Add an existing component item into a specific index position of an existing content slot.CMSAdminComponentService.createCmsComponent(ContentSlotModel contentSlotModel, String componentUid, String componentName, String typeCode) Creates cms component model.voidCMSAdminContentSlotService.deleteRelation(AbstractPageModel page, ContentSlotModel contentSlot) delete the relation between a content slot and a pageCMSAdminContentSlotService.getAllRelationsForSlot(ContentSlotModel contentSlot) Returns all page and template relations with references to this content slotCMSAdminComponentService.getContainersForContentSlot(ContentSlotModel contentSlot) Gets the collection of containers within a content slot.CMSAdminContentSlotService.getContentSlotOverride(AbstractPageModel page, ContentSlotModel contentSlot) Deprecated, for removal: This API element is subject to removal in a future version.since 2105, no longer needed.CMSAdminContentSlotService.getContentSlotPosition(AbstractPageModel page, ContentSlotModel contentSlot) Find the position of the content slot on the page or its associated page template.CMSAdminComponentService.getDisplayedComponentsForContentSlot(ContentSlotModel contentSlot) Get the collection of displayed components within a content slot.CMSAdminContentSlotService.getOnlyContentSlotRelationsForSlot(ContentSlotModel contentSlot) Returns only page relations with references to this content slot.CMSAdminTypeRestrictionsService.getTypeRestrictionsContentSlotForPage(AbstractPageModel page, ContentSlotModel contentSlot) Get all component type restrictions for a given page and content slot.CMSAdminTypeRestrictionsService.getTypeRestrictionsContentSlotForTemplate(PageTemplateModel pageTemplate, ContentSlotModel contentSlot) Get all component type restrictions for a given template and content slot.CMSAdminTypeRestrictionsService.getTypeRestrictionsForContentSlot(AbstractPageModel page, ContentSlotModel contentSlot) Get all component type restrictions for a given content slot from two sources of the given page and its master template.booleanCMSAdminContentSlotService.hasOtherRelations(AbstractPageModel page, ContentSlotModel contentSlot) Checks if there are other relations between the given content slot and other pages (except the given one)booleanCMSAdminContentSlotService.hasRelations(ContentSlotModel contentSlot) Checks if the given content slot has relations to one or more pagesvoidCMSAdminComponentService.removeCMSComponentFromContentSlot(AbstractCMSComponentModel component, ContentSlotModel slotModel) Removes the cms component from content slot.voidCMSAdminContentSlotService.updatePositionCMSComponentInContentSlot(AbstractCMSComponentModel component, ContentSlotModel slot, Integer index) Update the position of an existing component item into a specific index position of an existing content slot.Method parameters in de.hybris.platform.cms2.servicelayer.services.admin with type arguments of type ContentSlotModelModifier and TypeMethodDescriptionCMSAdminContentSlotService.getSortedMultiCountryContentSlots(List<ContentSlotModel> contentSlots, List<CatalogVersionModel> catalogVersions) Deprecated, for removal: This API element is subject to removal in a future version.since 2105.default List<ContentSlotModel>CMSAdminContentSlotService.getSortedMultiCountryContentSlots(List<ContentSlotModel> contentSlots, List<CatalogVersionModel> catalogVersions, AbstractPageModel page) Orders the given content slots according to the catalog level where the slots are defined. -
Uses of ContentSlotModel in de.hybris.platform.cms2.servicelayer.services.admin.impl
Methods in de.hybris.platform.cms2.servicelayer.services.admin.impl that return ContentSlotModelModifier and TypeMethodDescriptionDefaultCMSAdminContentSlotService.createContentSlot(AbstractPageModel page, String id, String name, String position) Creates theContentSlotModelobject andContentSlotForPageModelrelation.DefaultCMSAdminContentSlotService.createContentSlot(AbstractPageModel page, String id, String name, String position, boolean active) Creates theContentSlotModelobject andContentSlotForPageModelrelation.DefaultCMSAdminContentSlotService.createContentSlot(AbstractPageModel page, String id, String name, String position, boolean active, Date activeFrom, Date activeUntil) Creates theContentSlotModelobject andContentSlotForPageModelrelation.DefaultCMSAdminContentSlotService.getContentSlotForId(String contentSlotId) Gets the content slot for specific content slot id.DefaultCMSAdminContentSlotService.getContentSlotForIdAndCatalogVersions(String contentSlotId, Collection<CatalogVersionModel> catalogVersions) Gets the content slot for slot id and collection of catalog versions.DefaultCMSAdminContentSlotService.getContentSlotOverride(AbstractPageModel page, ContentSlotModel contentSlot) protected ContentSlotModelDefaultCMSAdminContentSlotService.getOverrideSlot(List<ContentSlotModel> contentSlots, ContentSlotModel contentSlot) Methods in de.hybris.platform.cms2.servicelayer.services.admin.impl that return types with arguments of type ContentSlotModelModifier 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.DefaultCMSAdminContentSlotService.getContentSlots(List<String> requestedContentSlotIds) DefaultCMSAdminContentSlotService.getContentSlotsForCatalogVersion(CatalogVersionModel catalogVersion) DefaultCMSAdminContentSlotService.getSortedMultiCountryContentSlots(List<ContentSlotModel> contentSlots, List<CatalogVersionModel> catalogVersions) Deprecated, for removal: This API element is subject to removal in a future version.since 2105, no longer needed.DefaultCMSAdminContentSlotService.getSortedMultiCountryContentSlots(List<ContentSlotModel> contentSlots, List<CatalogVersionModel> catalogVersions, AbstractPageModel page) Methods in de.hybris.platform.cms2.servicelayer.services.admin.impl with parameters of type ContentSlotModelModifier and TypeMethodDescriptionvoidDefaultCMSAdminContentSlotService.addCMSComponentToContentSlot(AbstractCMSComponentModel component, ContentSlotModel slot, Integer index) protected voidDefaultCMSAdminContentSlotService.addComponentToComponentListSaveAsSlot(AbstractCMSComponentModel component, ContentSlotModel slot, Integer index, List<AbstractCMSComponentModel> currentComponentList) DefaultCMSAdminComponentService.createCmsComponent(ContentSlotModel contentSlotModel, String componentUid, String componentName, String typeCode) Creates cms component model.voidDefaultCMSAdminContentSlotService.deleteRelation(AbstractPageModel page, ContentSlotModel contentSlot) delete the relation between a content slot and a pageDefaultCMSAdminContentSlotService.getAllRelationsForSlot(ContentSlotModel contentSlot) Returns all page and template relations with references to this content slotDefaultCMSAdminComponentService.getContainersForContentSlot(ContentSlotModel contentSlot) DefaultCMSAdminContentSlotService.getContentSlotOverride(AbstractPageModel page, ContentSlotModel contentSlot) DefaultCMSAdminContentSlotService.getContentSlotPosition(AbstractPageModel page, ContentSlotModel contentSlot) DefaultCMSAdminComponentService.getDisplayedComponentsForContentSlot(ContentSlotModel contentSlot) DefaultCMSAdminContentSlotService.getOnlyContentSlotRelationsForSlot(ContentSlotModel contentSlot) Returns only page relations with references to this content slot.protected ContentSlotModelDefaultCMSAdminContentSlotService.getOverrideSlot(List<ContentSlotModel> contentSlots, ContentSlotModel contentSlot) DefaultCMSAdminTypeRestrictionsService.getTypeRestrictionsContentSlotForPage(AbstractPageModel page, ContentSlotModel contentSlot) DefaultCMSAdminTypeRestrictionsService.getTypeRestrictionsContentSlotForTemplate(PageTemplateModel pageTemplate, ContentSlotModel contentSlot) DefaultCMSAdminTypeRestrictionsService.getTypeRestrictionsForContentSlot(AbstractPageModel page, ContentSlotModel contentSlot) booleanDefaultCMSAdminContentSlotService.hasOtherRelations(AbstractPageModel page, ContentSlotModel contentSlot) Checks if there are other relations between the given content slot and other pages (except the given one)booleanDefaultCMSAdminContentSlotService.hasRelations(ContentSlotModel contentSlot) Checks if the given content slot has relations to one or more pagesvoidDefaultCMSAdminComponentService.removeCMSComponentFromContentSlot(AbstractCMSComponentModel component, ContentSlotModel contentSlot) Removes the cms component from content slot.voidDefaultCMSAdminContentSlotService.updatePositionCMSComponentInContentSlot(AbstractCMSComponentModel component, ContentSlotModel slot, Integer index) Method parameters in de.hybris.platform.cms2.servicelayer.services.admin.impl with type arguments of type ContentSlotModelModifier and TypeMethodDescriptionprotected ContentSlotModelDefaultCMSAdminContentSlotService.getOverrideSlot(List<ContentSlotModel> contentSlots, ContentSlotModel contentSlot) DefaultCMSAdminContentSlotService.getSortedMultiCountryContentSlots(List<ContentSlotModel> contentSlots, List<CatalogVersionModel> catalogVersions) Deprecated, for removal: This API element is subject to removal in a future version.since 2105, no longer needed.DefaultCMSAdminContentSlotService.getSortedMultiCountryContentSlots(List<ContentSlotModel> contentSlots, List<CatalogVersionModel> catalogVersions, AbstractPageModel page) -
Uses of ContentSlotModel in de.hybris.platform.cms2.servicelayer.services.impl
Methods in de.hybris.platform.cms2.servicelayer.services.impl that return ContentSlotModelMethods in de.hybris.platform.cms2.servicelayer.services.impl that return types with arguments of type ContentSlotModelModifier and TypeMethodDescriptionprotected List<ContentSlotModel>DefaultCMSPageService.appendContentSlots(List<ContentSlotData> contentSlots, List<String> positions, Collection<ContentSlotForTemplateModel> templateSlots, AbstractPageModel page) protected Optional<ContentSlotModel>DefaultCMSPageService.getOverrideSlot(List<ContentSlotModel> contentSlots, ContentSlotModel contentSlot) DefaultCMSPageService.getSortedMultiCountryContentSlots(List<ContentSlotModel> contentSlots, List<CatalogVersionModel> catalogVersions) DefaultCMSPageService.getSortedMultiCountryContentSlots(List<ContentSlotModel> contentSlots, List<CatalogVersionModel> catalogVersions, AbstractPageModel page) Methods in de.hybris.platform.cms2.servicelayer.services.impl with parameters of type ContentSlotModelModifier and TypeMethodDescriptionprotected Optional<ContentSlotModel>DefaultCMSPageService.getOverrideSlot(List<ContentSlotModel> contentSlots, ContentSlotModel contentSlot) DefaultCMSContentSlotService.getPagesForContentSlot(ContentSlotModel contentSlot) Gets the relatedAbstractPageModelobjects for content slot.DefaultCMSContentSlotService.getSimpleCMSComponents(ContentSlotModel contentSlot, boolean previewEnabled, javax.servlet.http.HttpServletRequest httpRequest) Retrieves a list of components that are valid for particular content slotDefaultCMSPageLockingService.getSlotLockers(ContentSlotModel contentSlotModel) Method returns user that locked given content slot by page or page template, or null if slot is not locked.booleanDefaultCMSPageLockingService.isContentSlotLockedForUser(ContentSlotModel contentSlotModel, UserModel userModel) Method that checks if given content slot belongs to any page that is locked for specified user.booleanDefaultCMSContentSlotService.isSharedSlot(ContentSlotModel contentSlot) voidDefaultRelationBetweenComponentsService.maintainRelationBetweenComponentsOnSlot(ContentSlotModel slotModel) Method parameters in de.hybris.platform.cms2.servicelayer.services.impl with type arguments of type ContentSlotModelModifier and TypeMethodDescriptionprotected Optional<ContentSlotModel>DefaultCMSPageService.getOverrideSlot(List<ContentSlotModel> contentSlots, ContentSlotModel contentSlot) DefaultCMSPageService.getPagesForContentSlots(Collection<ContentSlotModel> contentSlots) DefaultCMSPageService.getPagesForPageTemplateContentSlots(Collection<ContentSlotModel> contentSlots) DefaultCMSPageService.getSortedMultiCountryContentSlots(List<ContentSlotModel> contentSlots, List<CatalogVersionModel> catalogVersions) DefaultCMSPageService.getSortedMultiCountryContentSlots(List<ContentSlotModel> contentSlots, List<CatalogVersionModel> catalogVersions, AbstractPageModel page) -
Uses of ContentSlotModel in de.hybris.platform.cms2.version.converter.customattribute.impl
Methods in de.hybris.platform.cms2.version.converter.customattribute.impl that return ContentSlotModelModifier and TypeMethodDescriptionprotected ContentSlotModelContentSlotsForPageConverter.getContentSlotByPk(PK pk) Returns aContentSlotModelby primary key. -
Uses of ContentSlotModel in de.hybris.platform.cms2.version.converter.impl
Methods in de.hybris.platform.cms2.version.converter.impl that return ContentSlotModelModifier and TypeMethodDescriptionprotected ContentSlotModelDefaultCMSVersionToItemModelRollbackConverterIntegrationTest.getSlotById(String slotId) -
Uses of ContentSlotModel in de.hybris.platform.cms2.version.converter.rollback.impl
Methods in de.hybris.platform.cms2.version.converter.rollback.impl that return types with arguments of type ContentSlotModelModifier and TypeMethodDescriptionprotected Set<ContentSlotModel>ComponentRollbackConverter.getPageSlots(AbstractPageModel page) This method retrieves the content slots that directly belong to the provided page (it does not return slots coming from a template).Method parameters in de.hybris.platform.cms2.version.converter.rollback.impl with type arguments of type ContentSlotModelModifier and TypeMethodDescriptionprotected voidComponentRollbackConverter.removeSlotsOutsidePageFromPayload(Set<ContentSlotModel> slotsInPage, AuditPayload componentPayload) This method removes from the payload any slot outside the current page. -
Uses of ContentSlotModel in de.hybris.platform.cms2.version.service.impl
Methods in de.hybris.platform.cms2.version.service.impl that return ContentSlotModelModifier and TypeMethodDescriptionprotected ContentSlotModelDefaultCMSVersionServiceIntegrationTest.getSlotByUidFromCache(String slotUid) -
Uses of ContentSlotModel in de.hybris.platform.cms2lib.cmstags
Methods in de.hybris.platform.cms2lib.cmstags with parameters of type ContentSlotModelModifier and TypeMethodDescriptionvoidCMSContentSlotTag.setContentSlot(ContentSlotModel contentSlot) -
Uses of ContentSlotModel in de.hybris.platform.cmscockpit.components.listsectionbrowser.impl
Methods in de.hybris.platform.cmscockpit.components.listsectionbrowser.impl that return ContentSlotModelModifier and TypeMethodDescriptionCmsListBrowserSectionComponent.retrieveCurrentContentSlot()Retrieves current content slot -
Uses of ContentSlotModel in de.hybris.platform.cmscockpit.components.listview.impl
Methods in de.hybris.platform.cmscockpit.components.listview.impl that return ContentSlotModelModifier and TypeMethodDescriptionprotected ContentSlotModelCloneContentElementAction.getCurrentSlot(ListViewAction.Context context) -
Uses of ContentSlotModel in de.hybris.platform.cmscockpit.services.impl
Methods in de.hybris.platform.cmscockpit.services.impl that return ContentSlotModelModifier and TypeMethodDescriptionprotected ContentSlotModelCmsCockpitServiceImpl.cloneContentSlot(ContentSlotModel original) Methods in de.hybris.platform.cmscockpit.services.impl with parameters of type ContentSlotModelModifier and TypeMethodDescriptionprotected ContentSlotModelCmsCockpitServiceImpl.cloneContentSlot(ContentSlotModel original) -
Uses of ContentSlotModel in de.hybris.platform.cmscockpit.session.impl
Methods in de.hybris.platform.cmscockpit.session.impl that return ContentSlotModelModifier and TypeMethodDescriptionCmsPageBrowserModel.createContentSlotForPage(String position) Creates a ContentSlotForPage at give position for current pageCmsPageBrowserModel.createSlotContentForCurrentPage(String position) Creates content slot at give position for current pageprotected ContentSlotModelCmsPageBrowserModel.getContentaSlotAtPositionForPage(TypedObject wrappedPageModel, String position) Checks whether there is already created a content slot for given page at given position.Methods in de.hybris.platform.cmscockpit.session.impl that return types with arguments of type ContentSlotModelModifier and TypeMethodDescriptionprotected List<ContentSlotModel>CmsPageBrowserModel.getContentSlotsForCurrentPage()Returns all content slots that are defined for current pageMethods in de.hybris.platform.cmscockpit.session.impl with parameters of type ContentSlotModelModifier and TypeMethodDescriptionprotected voidCmsDrilldownSectionModelListener.handleContentSlotSectionSelection(ContentSlotModel contentSlotModel) booleanCmsPageBrowserModel.isAssignedToPage(ContentSlotModel contentSlot) Checks whether this content slot belongs to page -
Uses of ContentSlotModel in de.hybris.platform.cmscockpit.wizard.controller
Methods in de.hybris.platform.cmscockpit.wizard.controller that return ContentSlotModelModifier and TypeMethodDescriptionCmsComponentController.getCurrentSlotModel(CmsWizard cmsWizard) -
Uses of ContentSlotModel in de.hybris.platform.cmsfacades.dto
Methods in de.hybris.platform.cmsfacades.dto that return ContentSlotModelModifier and TypeMethodDescriptionComponentAndContentSlotValidationDto.getContentSlot()ComponentTypeAndContentSlotValidationDto.getContentSlot()Methods in de.hybris.platform.cmsfacades.dto with parameters of type ContentSlotModelModifier and TypeMethodDescriptionvoidComponentAndContentSlotValidationDto.setContentSlot(ContentSlotModel contentSlot) voidComponentTypeAndContentSlotValidationDto.setContentSlot(ContentSlotModel contentSlot) -
Uses of ContentSlotModel in de.hybris.platform.cmsfacades.pagescontentslotscomponents.impl
Methods in de.hybris.platform.cmsfacades.pagescontentslotscomponents.impl that return ContentSlotModelModifier and TypeMethodDescriptionprotected ContentSlotModelDefaultPageContentSlotComponentFacade.fetchContentSlot(String slotId) -
Uses of ContentSlotModel in de.hybris.platform.cmsfacades.pagescontentslotstyperestrictions.impl
Methods in de.hybris.platform.cmsfacades.pagescontentslotstyperestrictions.impl with parameters of type ContentSlotModelModifier and TypeMethodDescriptionprotected ContentSlotTypeRestrictionsDataDefaultPageContentSlotTypeRestrictionsFacade.getTypeRestrictionsForSlot(AbstractPageModel page, ContentSlotModel slot) Get the type restrictions for the given slot. -
Uses of ContentSlotModel in de.hybris.platform.cmsfacades.rendering.populators
Methods in de.hybris.platform.cmsfacades.rendering.populators with parameters of type ContentSlotModelModifier and TypeMethodDescriptionprotected voidContentSlotModelToDataRenderingPopulator.populateComponents(ContentSlotModel slotModel, PageContentSlotData targetData) Populates components forContentSlotModel.protected voidContentSlotModelToDataRenderingPopulator.populateCustomProperties(ContentSlotModel slotModel, PageContentSlotData targetData) Populates custom properties forContentSlotModel. -
Uses of ContentSlotModel in de.hybris.platform.cmsfacades.synchronization.itemcollector
Methods in de.hybris.platform.cmsfacades.synchronization.itemcollector with parameters of type ContentSlotModelModifier and TypeMethodDescriptionBasicContentSlotItemCollector.collect(ContentSlotModel item) protected booleanSharedAbstractPageItemCollector.slotFromActiveCatalogVersion(ContentSlotModel slot) Verifies that the content slot is from active catalog version. -
Uses of ContentSlotModel in de.hybris.platform.cmsfacades.synchronization.itemvisitors.impl
Methods in de.hybris.platform.cmsfacades.synchronization.itemvisitors.impl with parameters of type ContentSlotModel -
Uses of ContentSlotModel in de.hybris.platform.cmsfacades.util.builder
Methods in de.hybris.platform.cmsfacades.util.builder that return ContentSlotModelModifier and TypeMethodDescriptionContentSlotModelBuilder.build()protected ContentSlotModelContentSlotModelBuilder.getModel()Methods in de.hybris.platform.cmsfacades.util.builder with parameters of type ContentSlotModelModifier and TypeMethodDescriptionstatic ContentSlotModelBuilderContentSlotModelBuilder.fromModel(ContentSlotModel model) ContentSlotForPageModelBuilder.withContentSlot(ContentSlotModel contentSlot) ContentSlotForTemplateModelBuilder.withContentSlot(ContentSlotModel contentSlot) -
Uses of ContentSlotModel in de.hybris.platform.cmsfacades.util.models
Methods in de.hybris.platform.cmsfacades.util.models that return ContentSlotModelModifier and TypeMethodDescriptionContentSlotModelMother.createFooterEmptySlot(CatalogVersionModel catalogVersion) protected ContentSlotModelContentSlotModelMother.createFooterSlotWithFlashComponent(CatalogVersionModel catalogVersion) ContentSlotModelMother.createFooterSlotWithParagraph(CatalogVersionModel catalogVersion) ContentSlotModelMother.createFooterSlotWithSharedParagraph(CatalogVersionModel catalogVersion) ContentSlotModelMother.createHeaderEmptySlot(CatalogVersionModel catalogVersion) ContentSlotModelMother.createHeaderEuropeSlotWithParagraph(CatalogVersionModel catalogVersion) ContentSlotModelMother.createHeaderEuropeSlotWithParagraphAndLink(CatalogVersionModel catalogVersion) ContentSlotModelMother.createHeaderSlotWithABTestParagraphsContainer(CatalogVersionModel catalogVersion) ContentSlotModelMother.createHeaderSlotWithFlashComponent(CatalogVersionModel catalogVersion) ContentSlotModelMother.createHeaderSlotWithLink(CatalogVersionModel catalogVersion) ContentSlotModelMother.createHeaderSlotWithParagraph(CatalogVersionModel catalogVersion) ContentSlotModelMother.createHeaderSlotWithParagraphAndLink(CatalogVersionModel catalogVersion) ContentSlotModelMother.createHeaderSlotWithSharedParagraph(CatalogVersionModel catalogVersion) ContentSlotModelMother.createPagesOfComponents(CatalogVersionModel catalogVersion) protected ContentSlotModelContentSlotModelMother.defaultSlot(CatalogVersionModel catalogVersion) -
Uses of ContentSlotModel in de.hybris.platform.marketplaceservices.strategies
Methods in de.hybris.platform.marketplaceservices.strategies that return ContentSlotModelModifier and TypeMethodDescriptionVendorCMSStrategy.getContentSlotByPositionAndCatalogVersion(VendorModel vendor, String position, CatalogVersionModel catalogVersion) get the content slot instance from a vendor page by its position -
Uses of ContentSlotModel in de.hybris.platform.marketplaceservices.strategies.impl
Methods in de.hybris.platform.marketplaceservices.strategies.impl that return ContentSlotModelModifier and TypeMethodDescriptionprotected ContentSlotModelDefaultVendorCMSStrategy.createContentSlotForPage(String vendorCode, CatalogVersionModel catalogVersion, String position, AbstractPageModel page, AbstractCMSComponentModel... component) extract a method to create content slot with its for page and componentsDefaultVendorCMSStrategy.getContentSlotByPositionAndCatalogVersion(VendorModel vendor, String position, CatalogVersionModel catalogVersion) -
Uses of ContentSlotModel in de.hybris.platform.marketplaceservices.vendor
Methods in de.hybris.platform.marketplaceservices.vendor that return ContentSlotModelModifier and TypeMethodDescriptionVendorCMSService.saveOrUpdateCMSContentSlot(CatalogVersionModel catalogVersion, String uid, String name, boolean active) create content slotMethods in de.hybris.platform.marketplaceservices.vendor that return types with arguments of type ContentSlotModelModifier and TypeMethodDescriptionVendorCMSService.getContentSlotByIdAndCatalogVersion(String id, CatalogVersionModel catalogVersion) get content slot by its uid and catalog versionVendorCMSService.getContentSlotByPageAndPosition(String position, AbstractPageModel page, CatalogVersionModel catalogVersion) get content slot by its position, page and catalog versionMethods in de.hybris.platform.marketplaceservices.vendor with parameters of type ContentSlotModelModifier and TypeMethodDescriptionvoidVendorCMSService.saveOrUpdateCMSContentSlotForPage(CatalogVersionModel catalogVersion, String uid, String position, AbstractPageModel page, ContentSlotModel contentSlot) create the content slot for a CMS page -
Uses of ContentSlotModel in de.hybris.platform.marketplaceservices.vendor.impl
Methods in de.hybris.platform.marketplaceservices.vendor.impl that return ContentSlotModelModifier and TypeMethodDescriptionDefaultVendorCMSService.saveOrUpdateCMSContentSlot(CatalogVersionModel catalogVersion, String uid, String name, boolean active) Methods in de.hybris.platform.marketplaceservices.vendor.impl that return types with arguments of type ContentSlotModelModifier and TypeMethodDescriptionDefaultVendorCMSService.getContentSlotByIdAndCatalogVersion(String id, CatalogVersionModel catalogVersion) DefaultVendorCMSService.getContentSlotByPageAndPosition(String position, AbstractPageModel page, CatalogVersionModel catalogVersion) Methods in de.hybris.platform.marketplaceservices.vendor.impl with parameters of type ContentSlotModelModifier and TypeMethodDescriptionvoidDefaultVendorCMSService.saveOrUpdateCMSContentSlotForPage(CatalogVersionModel catalogVersion, String uid, String position, AbstractPageModel page, ContentSlotModel contentSlot) -
Uses of ContentSlotModel in de.hybris.platform.personalizationaddon
Methods in de.hybris.platform.personalizationaddon with parameters of type ContentSlotModelModifier and TypeMethodDescriptionPersonalizationDynamicAttributeService.getDynamicComponentAttributes(AbstractCMSComponentModel component, ContentSlotModel contentSlot) -
Uses of ContentSlotModel in de.hybris.platform.personalizationcms.rendering.populators
Methods in de.hybris.platform.personalizationcms.rendering.populators with parameters of type ContentSlotModelModifier and TypeMethodDescriptionprotected voidCxContentSlotModelToDataRenderingPopulator.populateComponents(ContentSlotModel slotModel, PageContentSlotData targetData) -
Uses of ContentSlotModel in de.hybris.platform.personalizationcms.service
Methods in de.hybris.platform.personalizationcms.service with parameters of type ContentSlotModelModifier and TypeMethodDescriptionCxCMSDynamicAttributeService.getDynamicComponentAttributes(AbstractCMSComponentModel component, ContentSlotModel contentSlot) -
Uses of ContentSlotModel in de.hybris.platform.personalizationcmsweb
Methods in de.hybris.platform.personalizationcmsweb that return ContentSlotModel -
Uses of ContentSlotModel in de.hybris.platform.personalizationcmsweb.queries
Methods in de.hybris.platform.personalizationcmsweb.queries that return ContentSlotModelMethods in de.hybris.platform.personalizationcmsweb.queries with parameters of type ContentSlotModelModifier and TypeMethodDescriptionprotected CxCmsComponentContainerModelCxReplaceComponentWithContainerExecutor.copyCxContainer(CxCmsComponentContainerModel originalContainer, ContentSlotModel slot) protected CxCmsComponentContainerModelCxReplaceComponentWithContainerExecutor.createCxContainer(SimpleCMSComponentModel component, ContentSlotModel slot) protected CxCmsComponentContainerModelCxReplaceComponentWithContainerExecutor.findCxContainerWithComponentInSlot(SimpleCMSComponentModel component, ContentSlotModel slot) protected booleanCxReplaceComponentWithContainerExecutor.isComponentInSlot(AbstractCMSComponentModel component, ContentSlotModel slot) protected booleanCxReplaceComponentWithContainerExecutor.isContainerInSlotCatalog(CxCmsComponentContainerModel container, ContentSlotModel slot) protected voidCxReplaceComponentWithContainerExecutor.replaceAndSaveComponents(AbstractCMSComponentModel component, CxCmsComponentContainerModel container, ContentSlotModel slot) protected CxCmsComponentContainerModelCxReplaceComponentWithContainerExecutor.replaceComponentWithContainer(SimpleCMSComponentModel component, ContentSlotModel slot) -
Uses of ContentSlotModel in de.hybris.platform.smarteditaddon.cms.services.impl
Methods in de.hybris.platform.smarteditaddon.cms.services.impl with parameters of type ContentSlotModelModifier and TypeMethodDescriptionCMSSmartEditDynamicAttributeService.getDynamicComponentAttributes(AbstractCMSComponentModel component, ContentSlotModel contentSlot) CMSSmartEditDynamicAttributeService.getDynamicContentSlotAttributes(ContentSlotModel contentSlot, javax.servlet.jsp.PageContext pageContext, Map<String, String> initialMaps) protected booleanCMSSmartEditDynamicAttributeService.shouldTheComponentBeWrapped(AbstractCMSComponentModel component, ContentSlotModel contentSlot) Checks if the current component is neither the direct child of the containing contentSlot not the child of aAbstractCMSComponentContainerModel, and instead is nested within other CMS component. -
Uses of ContentSlotModel in de.hybris.platform.smarteditaddon.service
Methods in de.hybris.platform.smarteditaddon.service with parameters of type ContentSlotModelModifier and TypeMethodDescriptionprotected StringSmartEditEmailTemplateService.createSmartEditDivForComponent(AbstractCMSComponentModel model, ContentSlotModel contentSlot, String divContent) protected StringSmartEditEmailTemplateService.createSmartEditDivForContentSlot(ContentSlotModel contentSlot, String content)