Uses of Class
de.hybris.platform.cms2.model.contents.contentslot.ContentSlotModel
-
-
Uses of ContentSlotModel in de.hybris.platform.acceleratorcms.component.slot
Methods in de.hybris.platform.acceleratorcms.component.slot that return ContentSlotModel Modifier and Type Method Description ContentSlotModelCMSPageSlotComponentService. getContentSlotForId(java.lang.String id)Lookup a Content Slot given its ID.Methods in de.hybris.platform.acceleratorcms.component.slot with parameters of type ContentSlotModel Modifier and Type Method Description java.util.List<AbstractCMSComponentModel>CMSPageSlotComponentService. 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 ContentSlotModel Modifier and Type Method Description ContentSlotModelDefaultCMSPageSlotComponentService. getContentSlotForId(java.lang.String id)Methods in de.hybris.platform.acceleratorcms.component.slot.impl with parameters of type ContentSlotModel Modifier and Type Method Description java.util.List<AbstractCMSComponentModel>DefaultCMSPageSlotComponentService. 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 ContentSlotModel Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>CMSDynamicAttributeService. getDynamicComponentAttributes(AbstractCMSComponentModel component, ContentSlotModel contentSlot)java.util.Map<java.lang.String,java.lang.String>CMSDynamicAttributeService. getDynamicContentSlotAttributes(ContentSlotModel contentSlot, javax.servlet.jsp.PageContext pageContext, java.util.Map<java.lang.String,java.lang.String> initialMaps) -
Uses of ContentSlotModel in de.hybris.platform.acceleratorcms.services.impl
Methods in de.hybris.platform.acceleratorcms.services.impl with parameters of type ContentSlotModel Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>DefaultCMSDynamicAttributeService. getDynamicComponentAttributes(AbstractCMSComponentModel component, ContentSlotModel contentSlot)java.util.Map<java.lang.String,java.lang.String>DefaultCMSDynamicAttributeService. getDynamicContentSlotAttributes(ContentSlotModel contentSlot, javax.servlet.jsp.PageContext pageContext, java.util.Map<java.lang.String,java.lang.String> initialMaps) -
Uses of ContentSlotModel in de.hybris.platform.acceleratorcms.tags2
Fields in de.hybris.platform.acceleratorcms.tags2 declared as ContentSlotModel Modifier and Type Field Description protected ContentSlotModelCMSContentSlotTag. contentSlotAttributeprotected ContentSlotModelCMSContentSlotTag. currentContentSlotMethods in de.hybris.platform.acceleratorcms.tags2 with parameters of type ContentSlotModel Modifier and Type Method Description voidCMSContentSlotTag. 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 ContentSlotModel Modifier and Type Method Description protected java.lang.StringAbstractHybrisVelocityContextFactory. renderComponents(java.util.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 ContentSlotModel Modifier and Type Method Description protected java.lang.StringDefaultEmailContextFactory. renderComponents(java.util.Locale locale, ContentSlotModel contentSlotModel, AbstractEmailContext<BusinessProcessModel> emailContext, BusinessProcessModel businessProcessModel) -
Uses of ContentSlotModel in de.hybris.platform.cms2.cloning.service
Methods in de.hybris.platform.cms2.cloning.service with parameters of type ContentSlotModel Modifier and Type Method Description voidCMSItemCloningService. 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 ContentSlotModel Modifier and Type Method Description voidDefaultCMSItemCloningService. cloneContentSlotComponents(ContentSlotModel sourceContentSlotModel, ContentSlotModel targetContentSlotModel, CatalogVersionModel targetCatalogVersionModel) -
Uses of ContentSlotModel in de.hybris.platform.cms2.cloning.strategy.impl
Methods in de.hybris.platform.cms2.cloning.strategy.impl that return ContentSlotModel Modifier and Type Method Description ContentSlotModelContentSlotCloningStrategy. clone(ContentSlotModel sourceContentSlotModel, java.util.Optional<ContentSlotModel> template, java.util.Optional<java.util.Map<java.lang.String,java.lang.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 ContentSlotModel Modifier and Type Method Description ContentSlotModelContentSlotCloningStrategy. clone(ContentSlotModel sourceContentSlotModel, java.util.Optional<ContentSlotModel> template, java.util.Optional<java.util.Map<java.lang.String,java.lang.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, java.lang.String position, AbstractPageModel pageModel, ContentSlotModel contentSlotModel)Creates a new ContentSlotForPageModelMethod parameters in de.hybris.platform.cms2.cloning.strategy.impl with type arguments of type ContentSlotModel Modifier and Type Method Description ContentSlotModelContentSlotCloningStrategy. clone(ContentSlotModel sourceContentSlotModel, java.util.Optional<ContentSlotModel> template, java.util.Optional<java.util.Map<java.lang.String,java.lang.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 ContentSlotModel Modifier and Type Method Description java.util.Collection<ContentSlotModel>AbstractCMSComponentModel. 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 ContentSlotModel Modifier and Type Method Description voidAbstractCMSComponentModel. setSlots(java.util.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 ContentSlotModel Modifier and Type Method Description ContentSlotModelContentSlotModel. getOriginalSlot()Generated method - Getter of theContentSlot.originalSlotattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.contents.contentslot with parameters of type ContentSlotModel Modifier and Type Method Description voidContentSlotModel. 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 ContentSlotModel Modifier and Type Method Description ContentSlotModelContentSlotForPageModel. getContentSlot()Generated method - Getter of theContentSlotForPage.contentSlotattribute defined at extensioncms2.ContentSlotModelContentSlotForTemplateModel. getContentSlot()Generated method - Getter of theContentSlotForTemplate.contentSlotattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.relations with parameters of type ContentSlotModel Modifier and Type Method Description voidContentSlotForPageModel. 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 ContentSlotModel Constructor Description ContentSlotForPageModel(CatalogVersionModel _catalogVersion, ContentSlotModel _contentSlot, AbstractPageModel _page, java.lang.String _position, java.lang.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, java.lang.String _position, java.lang.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, java.lang.String _position, java.lang.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, java.lang.String _position, java.lang.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 ContentSlotModel Modifier and Type Method Description java.util.List<ContentSlotModel>CatalogLevelService. getSortedMultiCountryContentSlots(java.util.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 ContentSlotModel Modifier and Type Method Description java.util.List<ContentSlotModel>CatalogLevelService. getSortedMultiCountryContentSlots(java.util.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 ContentSlotModel Modifier and Type Method Description protected java.util.Comparator<ContentSlotModel>DefaultCatalogLevelService. getCmsItemCatalogLevelComparator()java.util.List<ContentSlotModel>DefaultCatalogLevelService. getSortedMultiCountryContentSlots(java.util.List<ContentSlotModel> list)Method parameters in de.hybris.platform.cms2.multicountry.service.impl with type arguments of type ContentSlotModel Modifier and Type Method Description java.util.List<ContentSlotModel>DefaultCatalogLevelService. getSortedMultiCountryContentSlots(java.util.List<ContentSlotModel> list)voidDefaultCatalogLevelService. setCmsItemCatalogLevelComparator(java.util.Comparator<ContentSlotModel> cmsItemCatalogLevelComparator) -
Uses of ContentSlotModel in de.hybris.platform.cms2.relatedpages
Methods in de.hybris.platform.cms2.relatedpages with parameters of type ContentSlotModel Modifier and Type Method Description protected voidDefaultRelatedPageRejectionServiceIntegrationTest. addComponentToSlot(ContentSlotModel slot, int index)protected voidDefaultRelatedPageRejectionServiceIntegrationTest. moveComponent(ContentSlotModel fromSlot, ContentSlotModel toSlot)protected voidDefaultRelatedPageRejectionServiceIntegrationTest. removeComponent(ContentSlotModel fromSlot) -
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 ContentSlotModel Modifier and Type Method Description java.util.List<ContentSlotModel>CMSContentSlotDao. findAllMultiCountryContentSlotsByOriginalSlots(java.util.List<ContentSlotModel> contentSlots, java.util.List<CatalogVersionModel> catalogVersions)Find the content slots and their catalog hierarchy for the given content slots and catalog versions (used for multi-country)java.util.List<ContentSlotModel>CMSContentSlotDao. findContentSlotsById(java.lang.String id)Find content slots by id.java.util.List<ContentSlotModel>CMSContentSlotDao. findContentSlotsByIdAndCatalogVersions(java.lang.String id, java.util.Collection<CatalogVersionModel> catalogVersions)Find content slots by id and catalog versions.java.util.Collection<ContentSlotModel>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 ContentSlotModel Modifier and Type Method Description java.util.List<ContentSlotForTemplateModel>CMSContentSlotDao. findAllContentSlotForTemplateByContentSlot(ContentSlotModel contentSlot, CatalogVersionModel catalogVersion)Find the content slot for template relations for the given content slot and catalog version (used for multi-country)java.util.Collection<CMSRelationModel>CMSContentSlotDao. findAllContentSlotRelationsByContentSlot(ContentSlotModel contentSlot)Find all content slot relations by content slot.java.util.List<ContentSlotForPageModel>CMSContentSlotDao. findAllContentSlotRelationsByContentSlot(ContentSlotModel contentSlot, CatalogVersionModel catalogVersion)Find all content slot relations by content slot and catalog version.java.util.List<ContentSlotForPageModel>CMSContentSlotDao. findContentSlotRelationsByPageAndContentSlot(AbstractPageModel page, ContentSlotModel contentSlot, CatalogVersionModel catalogVersion)Find content slot relations by page, content slot and catalog version.java.util.List<ContentSlotForPageModel>CMSContentSlotDao. findContentSlotRelationsByPageAndContentSlot(AbstractPageModel page, ContentSlotModel contentSlot, java.util.Collection<CatalogVersionModel> catalogVersions)Find content slot relations by page, content slot and catalog versions.java.util.List<ContentSlotForTemplateModel>CMSContentSlotDao. findContentSlotRelationsByPageTemplateAndContentSlot(PageTemplateModel template, ContentSlotModel contentSlotModel, CatalogVersionModel catalogVersion)Find content slot relations for given page template and content slot.java.util.Collection<CMSRelationModel>CMSContentSlotDao. findOnlyContentSlotRelationsByContentSlot(ContentSlotModel contentSlot)Find only content slot relations not content slot template relations of given content slot.java.util.Collection<AbstractPageModel>CMSContentSlotDao. findPagesByContentSlot(ContentSlotModel contentSlot)Find pages related to content slot.Method parameters in de.hybris.platform.cms2.servicelayer.daos with type arguments of type ContentSlotModel Modifier and Type Method Description java.util.List<ContentSlotModel>CMSContentSlotDao. findAllMultiCountryContentSlotsByOriginalSlots(java.util.List<ContentSlotModel> contentSlots, java.util.List<CatalogVersionModel> catalogVersions)Find the content slots and their catalog hierarchy for the given content slots and catalog versions (used for multi-country)java.util.Collection<AbstractPageModel>CMSPageDao. findPagesByContentSlots(java.util.Collection<ContentSlotModel> contentSlots, java.util.Collection<CatalogVersionModel> catalogVersions)Finds and returns all pages for the given collection of content slots.java.util.Collection<AbstractPageModel>CMSPageDao. findPagesByContentSlotsAndPageStatuses(java.util.Collection<ContentSlotModel> contentSlots, java.util.Collection<CatalogVersionModel> catalogVersions, java.util.List<CmsPageStatus> pageStatuses)Finds and returns all pages for the given collection of content slots.java.util.Collection<AbstractPageModel>CMSPageDao. findPagesByPageTemplateContentSlots(java.util.Collection<ContentSlotModel> contentSlots, java.util.Collection<CatalogVersionModel> catalogVersions)Finds and returns all pages that uses given content slots by page templatesjava.util.Collection<AbstractPageModel>CMSPageDao. findPagesByPageTemplateContentSlotsAndPageStatuses(java.util.Collection<ContentSlotModel> contentSlots, java.util.Collection<CatalogVersionModel> catalogVersions, java.util.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 ContentSlotModel Modifier and Type Method Description protected ContentSlotModelDefaultCMSComponentDaoSharedComponentsIntegrationTest. createSlot(java.lang.String slotId)protected ContentSlotModelDefaultCMSComponentDaoSharedComponentsIntegrationTest. createSlotForPage(AbstractPageModel page, java.lang.String slotId)protected ContentSlotModelDefaultCMSComponentDaoSharedComponentsIntegrationTest. createSlotForTemplate(PageTemplateModel template, java.lang.String slotId)protected ContentSlotModelDefaultCMSContentSlotDaoIntegrationTest. getContentSlotById(java.lang.String slotId)Methods in de.hybris.platform.cms2.servicelayer.daos.impl that return types with arguments of type ContentSlotModel Modifier and Type Method Description java.util.List<ContentSlotModel>DefaultCMSContenSlotDao. findAllMultiCountryContentSlotsByOriginalSlots(java.util.List<ContentSlotModel> contentSlots, java.util.List<CatalogVersionModel> catalogVersions)java.util.List<ContentSlotModel>DefaultCMSContenSlotDao. findContentSlotsById(java.lang.String id)Find content slots by id.java.util.List<ContentSlotModel>DefaultCMSContenSlotDao. findContentSlotsByIdAndCatalogVersions(java.lang.String id, java.util.Collection<CatalogVersionModel> catalogVersions)Find content slots by id and catalog versions.java.util.Collection<ContentSlotModel>DefaultCMSContenSlotDao. findContentSlotsForCatalogVersion(CatalogVersionModel catalogVersion)Methods in de.hybris.platform.cms2.servicelayer.daos.impl with parameters of type ContentSlotModel Modifier and Type Method Description protected AbstractCMSComponentModelDefaultCMSComponentDaoSharedComponentsIntegrationTest. createNewComponentInSlot(ContentSlotModel contentSlot)java.util.List<ContentSlotForTemplateModel>DefaultCMSContenSlotDao. findAllContentSlotForTemplateByContentSlot(ContentSlotModel contentSlot, CatalogVersionModel catalogVersion)java.util.Collection<CMSRelationModel>DefaultCMSContenSlotDao. findAllContentSlotRelationsByContentSlot(ContentSlotModel contentSlot)Find all content slot relations by content slot.java.util.List<ContentSlotForPageModel>DefaultCMSContenSlotDao. findAllContentSlotRelationsByContentSlot(ContentSlotModel contentSlot, CatalogVersionModel catalogVersion)Find all content slot relations by content slot and catalog version.java.util.List<ContentSlotForPageModel>DefaultCMSContenSlotDao. findContentSlotRelationsByPageAndContentSlot(AbstractPageModel page, ContentSlotModel contentSlot, CatalogVersionModel catalogVersion)Find content slot relations by page, content slot and catalog version.java.util.List<ContentSlotForPageModel>DefaultCMSContenSlotDao. findContentSlotRelationsByPageAndContentSlot(AbstractPageModel page, ContentSlotModel contentSlot, java.util.Collection<CatalogVersionModel> catalogVersions)Find content slot relations by page, content slot and catalog versions.java.util.List<ContentSlotForTemplateModel>DefaultCMSContenSlotDao. findContentSlotRelationsByPageTemplateAndContentSlot(PageTemplateModel template, ContentSlotModel contentSlotModel, CatalogVersionModel catalogVersion)Find content slot relations for given page template and content slot.java.util.Collection<CMSRelationModel>DefaultCMSContenSlotDao. findOnlyContentSlotRelationsByContentSlot(ContentSlotModel contentSlot)Find only content slot relations not content slot template relations of given content slot.java.util.Collection<AbstractPageModel>DefaultCMSContenSlotDao. findPagesByContentSlot(ContentSlotModel contentSlot)Find pages related to content slot.protected voidDefaultCMSPageDaoTest. setRelationModel(ContentSlotForPageModel rel, ContentSlotModel slot, java.lang.String id)protected voidDefaultCMSPageDaoTest. setRelationModel(ContentSlotForTemplateModel rel, ContentSlotModel slot, java.lang.String id)Method parameters in de.hybris.platform.cms2.servicelayer.daos.impl with type arguments of type ContentSlotModel Modifier and Type Method Description java.util.List<ContentSlotModel>DefaultCMSContenSlotDao. findAllMultiCountryContentSlotsByOriginalSlots(java.util.List<ContentSlotModel> contentSlots, java.util.List<CatalogVersionModel> catalogVersions)java.util.Collection<AbstractPageModel>DefaultCMSPageDao. findPagesByContentSlots(java.util.Collection<ContentSlotModel> contentSlots, java.util.Collection<CatalogVersionModel> catalogVersions)Finds and returns all pages for the given collection of content slots.java.util.Collection<AbstractPageModel>DefaultCMSPageDao. findPagesByContentSlotsAndPageStatuses(java.util.Collection<ContentSlotModel> contentSlots, java.util.Collection<CatalogVersionModel> catalogVersions, java.util.List<CmsPageStatus> pageStatuses)java.util.Collection<AbstractPageModel>DefaultCMSPageDao. findPagesByPageTemplateContentSlots(java.util.Collection<ContentSlotModel> contentSlots, java.util.Collection<CatalogVersionModel> catalogVersions)Finds and returns all pages that uses given content slots by page templatesjava.util.Collection<AbstractPageModel>DefaultCMSPageDao. findPagesByPageTemplateContentSlotsAndPageStatuses(java.util.Collection<ContentSlotModel> contentSlots, java.util.Collection<CatalogVersionModel> catalogVersions, java.util.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 ContentSlotModel Modifier and Type Method Description ContentSlotModelContentSlotData. getContentSlot()Methods in de.hybris.platform.cms2.servicelayer.data with parameters of type ContentSlotModel Modifier and Type Method Description ContentSlotDataCMSDataFactory. createContentSlotData(java.lang.String pageId, ContentSlotModel contentSlot, java.lang.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 ContentSlotModel Modifier and Type Method Description ContentSlotModelDefaultContentSlotData. getContentSlot()Methods in de.hybris.platform.cms2.servicelayer.data.impl with parameters of type ContentSlotModel Modifier and Type Method Description ContentSlotDataDefaultCMSDataFactory. createContentSlotData(java.lang.String pageId, ContentSlotModel contentSlot, java.lang.String position, boolean fromMaster, boolean allowOverwrite)Constructors in de.hybris.platform.cms2.servicelayer.data.impl with parameters of type ContentSlotModel Constructor Description DefaultContentSlotData(java.lang.String pageId, ContentSlotModel contentSlot, java.lang.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 ContentSlotModel Modifier and Type Method Description protected ContentSlotModelContentSlotForPageInitDefaultsInterceptorTest. getContentSlot()protected ContentSlotModelContentSlotForPageValidateInterceptorTest. getContentSlot()protected ContentSlotModelContentSlotForTemplateInitDefaultsInterceptorTest. getContentSlot()protected ContentSlotModelContentSlotForTemplateValidateInterceptorTest. getContentSlot()Methods in de.hybris.platform.cms2.servicelayer.interceptor.impl with parameters of type ContentSlotModel Modifier and Type Method Description protected booleanCMSAbstractPageRemoveInterceptor. isAssignedToOtherPages(ContentSlotModel contentSlot, AbstractPageModel page) -
Uses of ContentSlotModel in de.hybris.platform.cms2.servicelayer.services
Methods in de.hybris.platform.cms2.servicelayer.services that return ContentSlotModel Modifier and Type Method Description ContentSlotModelCMSContentSlotService. getContentSlotForId(java.lang.String id)Gets the content slot for given id.Methods in de.hybris.platform.cms2.servicelayer.services that return types with arguments of type ContentSlotModel Modifier and Type Method Description java.util.List<ContentSlotModel>CMSPageService. getSortedMultiCountryContentSlots(java.util.List<ContentSlotModel> contentSlots, java.util.List<CatalogVersionModel> catalogVersions)Gets the content slots sorted by their catalog hierarchy.Methods in de.hybris.platform.cms2.servicelayer.services with parameters of type ContentSlotModel Modifier and Type Method Description java.util.Collection<AbstractPageModel>CMSContentSlotService. getPagesForContentSlot(ContentSlotModel contentSlot)Gets the relatedAbstractPageModelobjects for content slot.java.util.List<SimpleCMSComponentModel>CMSContentSlotService. getSimpleCMSComponents(ContentSlotModel contentSlot, boolean previewEnabled, javax.servlet.http.HttpServletRequest httRequest)Retrieves a list of components that are valid for particular content slotjava.util.Collection<UserModel>CMSPageLockingService. 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.Method parameters in de.hybris.platform.cms2.servicelayer.services with type arguments of type ContentSlotModel Modifier and Type Method Description java.util.Collection<AbstractPageModel>CMSPageService. getPagesForContentSlots(java.util.Collection<ContentSlotModel> contentSlots)Returns all pages where given content slots occurs.java.util.Collection<AbstractPageModel>CMSPageService. getPagesForPageTemplateContentSlots(java.util.Collection<ContentSlotModel> contentSlots)Gets the pages for page template content slots.java.util.List<ContentSlotModel>CMSPageService. getSortedMultiCountryContentSlots(java.util.List<ContentSlotModel> contentSlots, java.util.List<CatalogVersionModel> catalogVersions)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 ContentSlotModel Modifier and Type Method Description ContentSlotModelCMSAdminContentSlotService. createContentSlot(AbstractPageModel page, java.lang.String id, java.lang.String name, java.lang.String position)Creates theContentSlotModelobject andContentSlotForPageModelrelation.ContentSlotModelCMSAdminContentSlotService. createContentSlot(AbstractPageModel page, java.lang.String id, java.lang.String name, java.lang.String position, boolean active)Creates theContentSlotModelobject andContentSlotForPageModelrelation.ContentSlotModelCMSAdminContentSlotService. createContentSlot(AbstractPageModel page, java.lang.String id, java.lang.String name, java.lang.String position, boolean active, java.util.Date activeFrom, java.util.Date activeUntil)Creates theContentSlotModelobject andContentSlotForPageModelrelation.ContentSlotModelCMSAdminContentSlotService. getContentSlotForId(java.lang.String contentSlotId)Gets the content slot for specific content slot id.ContentSlotModelCMSAdminContentSlotService. getContentSlotForIdAndCatalogVersions(java.lang.String contentSlotId, java.util.Collection<CatalogVersionModel> catalogVersions)Gets the content slot for slot id and collection of catalog versions.ContentSlotModelCMSAdminContentSlotService. getContentSlotOverride(AbstractPageModel page, ContentSlotModel contentSlot)Find the content slot in the catalog hierarchy (used with multi-country)Methods in de.hybris.platform.cms2.servicelayer.services.admin that return types with arguments of type ContentSlotModel Modifier and Type Method Description java.util.Collection<ContentSlotModel>CMSAdminContentSlotService. getContentSlotsForCatalogVersion(CatalogVersionModel catalogVersion)Find all content slots that belong to a given catalog version.java.util.List<ContentSlotModel>CMSAdminContentSlotService. getSortedMultiCountryContentSlots(java.util.List<ContentSlotModel> contentSlots, java.util.List<CatalogVersionModel> catalogVersions)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 ContentSlotModel Modifier and Type Method Description voidCMSAdminContentSlotService. addCMSComponentToContentSlot(AbstractCMSComponentModel component, ContentSlotModel slot, java.lang.Integer index)Add an existing component item into a specific index position of an existing content slot.AbstractCMSComponentModelCMSAdminComponentService. createCmsComponent(ContentSlotModel contentSlotModel, java.lang.String componentUid, java.lang.String componentName, java.lang.String typeCode)Creates cms component model.voidCMSAdminContentSlotService. deleteRelation(AbstractPageModel page, ContentSlotModel contentSlot)delete the relation between a content slot and a pagejava.util.Collection<CMSRelationModel>CMSAdminContentSlotService. getAllRelationsForSlot(ContentSlotModel contentSlot)Returns all page and template relations with references to this content slotjava.util.Collection<AbstractCMSComponentContainerModel>CMSAdminComponentService. getContainersForContentSlot(ContentSlotModel contentSlot)Gets the collection of containers within a content slot.ContentSlotModelCMSAdminContentSlotService. getContentSlotOverride(AbstractPageModel page, ContentSlotModel contentSlot)Find the content slot in the catalog hierarchy (used with multi-country)java.lang.StringCMSAdminContentSlotService. getContentSlotPosition(AbstractPageModel page, ContentSlotModel contentSlot)Find the position of the content slot on the page or its associated page templatejava.util.Collection<AbstractCMSComponentModel>CMSAdminComponentService. getDisplayedComponentsForContentSlot(ContentSlotModel contentSlot)Get the collection of displayed components within a content slot.java.util.Collection<CMSRelationModel>CMSAdminContentSlotService. getOnlyContentSlotRelationsForSlot(ContentSlotModel contentSlot)Returns only page relations with references to this content slot.java.util.Set<CMSComponentTypeModel>CMSAdminTypeRestrictionsService. getTypeRestrictionsContentSlotForPage(AbstractPageModel page, ContentSlotModel contentSlot)Get all component type restrictions for a given page and content slot.java.util.Set<CMSComponentTypeModel>CMSAdminTypeRestrictionsService. getTypeRestrictionsContentSlotForTemplate(PageTemplateModel pageTemplate, ContentSlotModel contentSlot)Get all component type restrictions for a given template and content slot.java.util.Set<CMSComponentTypeModel>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, java.lang.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 ContentSlotModel Modifier and Type Method Description java.util.List<ContentSlotModel>CMSAdminContentSlotService. getSortedMultiCountryContentSlots(java.util.List<ContentSlotModel> contentSlots, java.util.List<CatalogVersionModel> catalogVersions)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 ContentSlotModel Modifier and Type Method Description ContentSlotModelDefaultCMSAdminContentSlotService. createContentSlot(AbstractPageModel page, java.lang.String id, java.lang.String name, java.lang.String position)Creates theContentSlotModelobject andContentSlotForPageModelrelation.ContentSlotModelDefaultCMSAdminContentSlotService. createContentSlot(AbstractPageModel page, java.lang.String id, java.lang.String name, java.lang.String position, boolean active)Creates theContentSlotModelobject andContentSlotForPageModelrelation.ContentSlotModelDefaultCMSAdminContentSlotService. createContentSlot(AbstractPageModel page, java.lang.String id, java.lang.String name, java.lang.String position, boolean active, java.util.Date activeFrom, java.util.Date activeUntil)Creates theContentSlotModelobject andContentSlotForPageModelrelation.ContentSlotModelDefaultCMSAdminContentSlotService. getContentSlotForId(java.lang.String contentSlotId)Gets the content slot for specific content slot id.ContentSlotModelDefaultCMSAdminContentSlotService. getContentSlotForIdAndCatalogVersions(java.lang.String contentSlotId, java.util.Collection<CatalogVersionModel> catalogVersions)Gets the content slot for slot id and collection of catalog versions.ContentSlotModelDefaultCMSAdminContentSlotService. getContentSlotOverride(AbstractPageModel page, ContentSlotModel contentSlot)protected ContentSlotModelDefaultCMSAdminContentSlotService. getOverrideSlot(java.util.List<ContentSlotModel> contentSlots, ContentSlotModel contentSlot)Methods in de.hybris.platform.cms2.servicelayer.services.admin.impl that return types with arguments of type ContentSlotModel Modifier and Type Method Description protected java.util.List<ContentSlotModel>DefaultCMSAdminContentSlotService. appendTemplateSlots(PageTemplateModel pageTemplate, java.util.Set<java.lang.String> positions, java.util.List<ContentSlotData> contentSlots, AbstractPageModel page)Gets all of the content slots for templates that do not share a position already identified in the content slots for pages.java.util.Collection<ContentSlotModel>DefaultCMSAdminContentSlotService. getContentSlotsForCatalogVersion(CatalogVersionModel catalogVersion)java.util.List<ContentSlotModel>DefaultCMSAdminContentSlotService. getSortedMultiCountryContentSlots(java.util.List<ContentSlotModel> contentSlots, java.util.List<CatalogVersionModel> catalogVersions)Methods in de.hybris.platform.cms2.servicelayer.services.admin.impl with parameters of type ContentSlotModel Modifier and Type Method Description voidDefaultCMSAdminContentSlotService. addCMSComponentToContentSlot(AbstractCMSComponentModel component, ContentSlotModel slot, java.lang.Integer index)protected voidDefaultCMSAdminContentSlotService. addComponentToComponentListSaveAsSlot(AbstractCMSComponentModel component, ContentSlotModel slot, java.lang.Integer index, java.util.List<AbstractCMSComponentModel> currentComponentList)AbstractCMSComponentModelDefaultCMSAdminComponentService. createCmsComponent(ContentSlotModel contentSlotModel, java.lang.String componentUid, java.lang.String componentName, java.lang.String typeCode)Creates cms component model.voidDefaultCMSAdminContentSlotService. deleteRelation(AbstractPageModel page, ContentSlotModel contentSlot)delete the relation between a content slot and a pagejava.util.Collection<CMSRelationModel>DefaultCMSAdminContentSlotService. getAllRelationsForSlot(ContentSlotModel contentSlot)Returns all page and template relations with references to this content slotjava.util.Collection<AbstractCMSComponentContainerModel>DefaultCMSAdminComponentService. getContainersForContentSlot(ContentSlotModel contentSlot)ContentSlotModelDefaultCMSAdminContentSlotService. getContentSlotOverride(AbstractPageModel page, ContentSlotModel contentSlot)java.lang.StringDefaultCMSAdminContentSlotService. getContentSlotPosition(AbstractPageModel page, ContentSlotModel contentSlot)java.util.Collection<AbstractCMSComponentModel>DefaultCMSAdminComponentService. getDisplayedComponentsForContentSlot(ContentSlotModel contentSlot)java.util.Collection<CMSRelationModel>DefaultCMSAdminContentSlotService. getOnlyContentSlotRelationsForSlot(ContentSlotModel contentSlot)Returns only page relations with references to this content slot.protected ContentSlotModelDefaultCMSAdminContentSlotService. getOverrideSlot(java.util.List<ContentSlotModel> contentSlots, ContentSlotModel contentSlot)java.util.Set<CMSComponentTypeModel>DefaultCMSAdminTypeRestrictionsService. getTypeRestrictionsContentSlotForPage(AbstractPageModel page, ContentSlotModel contentSlot)java.util.Set<CMSComponentTypeModel>DefaultCMSAdminTypeRestrictionsService. getTypeRestrictionsContentSlotForTemplate(PageTemplateModel pageTemplate, ContentSlotModel contentSlot)java.util.Set<CMSComponentTypeModel>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, java.lang.Integer index)Method parameters in de.hybris.platform.cms2.servicelayer.services.admin.impl with type arguments of type ContentSlotModel Modifier and Type Method Description protected ContentSlotModelDefaultCMSAdminContentSlotService. getOverrideSlot(java.util.List<ContentSlotModel> contentSlots, ContentSlotModel contentSlot)java.util.List<ContentSlotModel>DefaultCMSAdminContentSlotService. getSortedMultiCountryContentSlots(java.util.List<ContentSlotModel> contentSlots, java.util.List<CatalogVersionModel> catalogVersions) -
Uses of ContentSlotModel in de.hybris.platform.cms2.servicelayer.services.impl
Methods in de.hybris.platform.cms2.servicelayer.services.impl that return ContentSlotModel Modifier and Type Method Description ContentSlotModelDefaultCMSContentSlotService. getContentSlotForId(java.lang.String id)Methods in de.hybris.platform.cms2.servicelayer.services.impl that return types with arguments of type ContentSlotModel Modifier and Type Method Description protected java.util.List<ContentSlotModel>DefaultCMSPageService. appendContentSlots(java.util.List<ContentSlotData> contentSlots, java.util.List<java.lang.String> positions, java.util.Collection<ContentSlotForTemplateModel> templateSlots, AbstractPageModel page)protected java.util.Optional<ContentSlotModel>DefaultCMSPageService. getOverrideSlot(java.util.List<ContentSlotModel> contentSlots, ContentSlotModel contentSlot)java.util.List<ContentSlotModel>DefaultCMSPageService. getSortedMultiCountryContentSlots(java.util.List<ContentSlotModel> contentSlots, java.util.List<CatalogVersionModel> catalogVersions)Methods in de.hybris.platform.cms2.servicelayer.services.impl with parameters of type ContentSlotModel Modifier and Type Method Description protected java.util.Optional<ContentSlotModel>DefaultCMSPageService. getOverrideSlot(java.util.List<ContentSlotModel> contentSlots, ContentSlotModel contentSlot)java.util.Collection<AbstractPageModel>DefaultCMSContentSlotService. getPagesForContentSlot(ContentSlotModel contentSlot)Gets the relatedAbstractPageModelobjects for content slot.java.util.List<SimpleCMSComponentModel>DefaultCMSContentSlotService. getSimpleCMSComponents(ContentSlotModel contentSlot, boolean previewEnabled, javax.servlet.http.HttpServletRequest httpRequest)Retrieves a list of components that are valid for particular content slotjava.util.Collection<UserModel>DefaultCMSPageLockingService. 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.Method parameters in de.hybris.platform.cms2.servicelayer.services.impl with type arguments of type ContentSlotModel Modifier and Type Method Description protected java.util.Optional<ContentSlotModel>DefaultCMSPageService. getOverrideSlot(java.util.List<ContentSlotModel> contentSlots, ContentSlotModel contentSlot)java.util.Collection<AbstractPageModel>DefaultCMSPageService. getPagesForContentSlots(java.util.Collection<ContentSlotModel> contentSlots)java.util.Collection<AbstractPageModel>DefaultCMSPageService. getPagesForPageTemplateContentSlots(java.util.Collection<ContentSlotModel> contentSlots)java.util.List<ContentSlotModel>DefaultCMSPageService. getSortedMultiCountryContentSlots(java.util.List<ContentSlotModel> contentSlots, java.util.List<CatalogVersionModel> catalogVersions) -
Uses of ContentSlotModel in de.hybris.platform.cms2.version.converter.customattribute.impl
Methods in de.hybris.platform.cms2.version.converter.customattribute.impl that return ContentSlotModel Modifier and Type Method Description protected 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 ContentSlotModel Modifier and Type Method Description protected ContentSlotModelDefaultCMSVersionToItemModelRollbackConverterIntegrationTest. getSlotById(java.lang.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 ContentSlotModel Modifier and Type Method Description protected java.util.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 ContentSlotModel Modifier and Type Method Description protected voidComponentRollbackConverter. removeSlotsOutsidePageFromPayload(java.util.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 ContentSlotModel Modifier and Type Method Description protected ContentSlotModelDefaultCMSVersionServiceIntegrationTest. getSlotByUidFromCache(java.lang.String slotUid) -
Uses of ContentSlotModel in de.hybris.platform.cms2lib.cmstags
Methods in de.hybris.platform.cms2lib.cmstags with parameters of type ContentSlotModel Modifier and Type Method Description voidCMSContentSlotTag. setContentSlot(ContentSlotModel contentSlot) -
Uses of ContentSlotModel in de.hybris.platform.cmsfacades.dto
Methods in de.hybris.platform.cmsfacades.dto that return ContentSlotModel Modifier and Type Method Description ContentSlotModelComponentAndContentSlotValidationDto. getContentSlot()ContentSlotModelComponentTypeAndContentSlotValidationDto. getContentSlot()Methods in de.hybris.platform.cmsfacades.dto with parameters of type ContentSlotModel Modifier and Type Method Description voidComponentAndContentSlotValidationDto. 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 ContentSlotModel Modifier and Type Method Description protected ContentSlotModelDefaultPageContentSlotComponentFacade. fetchContentSlot(java.lang.String slotId) -
Uses of ContentSlotModel in de.hybris.platform.cmsfacades.rendering.populators
Methods in de.hybris.platform.cmsfacades.rendering.populators with parameters of type ContentSlotModel Modifier and Type Method Description protected 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 ContentSlotModel Modifier and Type Method Description java.util.List<? extends ItemModel>BasicContentSlotItemCollector. collect(ContentSlotModel item) -
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 Modifier and Type Method Description java.util.List<ItemModel>ContentSlotModelVisitor. visit(ContentSlotModel source, java.util.List<ItemModel> path, java.util.Map<java.lang.String,java.lang.Object> ctx) -
Uses of ContentSlotModel in de.hybris.platform.cmsfacades.util.builder
Methods in de.hybris.platform.cmsfacades.util.builder that return ContentSlotModel Modifier and Type Method Description ContentSlotModelContentSlotModelBuilder. build()protected ContentSlotModelContentSlotModelBuilder. getModel()Methods in de.hybris.platform.cmsfacades.util.builder with parameters of type ContentSlotModel Modifier and Type Method Description static ContentSlotModelBuilderContentSlotModelBuilder. fromModel(ContentSlotModel model)ContentSlotForPageModelBuilderContentSlotForPageModelBuilder. withContentSlot(ContentSlotModel contentSlot)ContentSlotForTemplateModelBuilderContentSlotForTemplateModelBuilder. withContentSlot(ContentSlotModel contentSlot) -
Uses of ContentSlotModel in de.hybris.platform.cmsfacades.util.models
-
Uses of ContentSlotModel in de.hybris.platform.marketplaceservices.strategies
Methods in de.hybris.platform.marketplaceservices.strategies that return ContentSlotModel Modifier and Type Method Description ContentSlotModelVendorCMSStrategy. getContentSlotByPositionAndCatalogVersion(VendorModel vendor, java.lang.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 ContentSlotModel Modifier and Type Method Description protected ContentSlotModelDefaultVendorCMSStrategy. createContentSlotForPage(java.lang.String vendorCode, CatalogVersionModel catalogVersion, java.lang.String position, AbstractPageModel page, AbstractCMSComponentModel... component)extract a method to create content slot with its for page and componentsContentSlotModelDefaultVendorCMSStrategy. getContentSlotByPositionAndCatalogVersion(VendorModel vendor, java.lang.String position, CatalogVersionModel catalogVersion) -
Uses of ContentSlotModel in de.hybris.platform.marketplaceservices.vendor
Methods in de.hybris.platform.marketplaceservices.vendor that return ContentSlotModel Modifier and Type Method Description ContentSlotModelVendorCMSService. saveOrUpdateCMSContentSlot(CatalogVersionModel catalogVersion, java.lang.String uid, java.lang.String name, boolean active)create content slotMethods in de.hybris.platform.marketplaceservices.vendor that return types with arguments of type ContentSlotModel Modifier and Type Method Description java.util.Optional<ContentSlotModel>VendorCMSService. getContentSlotByIdAndCatalogVersion(java.lang.String id, CatalogVersionModel catalogVersion)get content slot by its uid and catalog versionjava.util.Optional<ContentSlotModel>VendorCMSService. getContentSlotByPageAndPosition(java.lang.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 ContentSlotModel Modifier and Type Method Description voidVendorCMSService. saveOrUpdateCMSContentSlotForPage(CatalogVersionModel catalogVersion, java.lang.String uid, java.lang.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 ContentSlotModel Modifier and Type Method Description ContentSlotModelDefaultVendorCMSService. saveOrUpdateCMSContentSlot(CatalogVersionModel catalogVersion, java.lang.String uid, java.lang.String name, boolean active)Methods in de.hybris.platform.marketplaceservices.vendor.impl that return types with arguments of type ContentSlotModel Modifier and Type Method Description java.util.Optional<ContentSlotModel>DefaultVendorCMSService. getContentSlotByIdAndCatalogVersion(java.lang.String id, CatalogVersionModel catalogVersion)java.util.Optional<ContentSlotModel>DefaultVendorCMSService. getContentSlotByPageAndPosition(java.lang.String position, AbstractPageModel page, CatalogVersionModel catalogVersion)Methods in de.hybris.platform.marketplaceservices.vendor.impl with parameters of type ContentSlotModel Modifier and Type Method Description voidDefaultVendorCMSService. saveOrUpdateCMSContentSlotForPage(CatalogVersionModel catalogVersion, java.lang.String uid, java.lang.String position, AbstractPageModel page, ContentSlotModel contentSlot) -
Uses of ContentSlotModel in de.hybris.platform.personalizationaddon
Methods in de.hybris.platform.personalizationaddon with parameters of type ContentSlotModel Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>PersonalizationDynamicAttributeService. 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 ContentSlotModel Modifier and Type Method Description protected 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 ContentSlotModel Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>CxCMSDynamicAttributeService. getDynamicComponentAttributes(AbstractCMSComponentModel component, ContentSlotModel contentSlot) -
Uses of ContentSlotModel in de.hybris.platform.personalizationcmsweb
Methods in de.hybris.platform.personalizationcmsweb that return ContentSlotModel Modifier and Type Method Description protected ContentSlotModelPersonalizationCmsWebservicesTest. getSlot(java.lang.String pageId, java.lang.String catalog, java.lang.String catalogVersion, java.lang.String slotId) -
Uses of ContentSlotModel in de.hybris.platform.personalizationcmsweb.queries
Methods in de.hybris.platform.personalizationcmsweb.queries that return ContentSlotModel Modifier and Type Method Description protected ContentSlotModelCxReplaceComponentWithContainerExecutor. findSlot(java.util.Map<java.lang.String,java.lang.String> params) -
Uses of ContentSlotModel in de.hybris.platform.secureportaladdon.interceptors
Methods in de.hybris.platform.secureportaladdon.interceptors that return types with arguments of type ContentSlotModel Modifier and Type Method Description protected java.util.Map<java.lang.String,ContentSlotModel>SecurePortalBeforeViewHandler. getContentSlotsForPageAsMap(AbstractPageModel page) -
Uses of ContentSlotModel in de.hybris.platform.smarteditaddon.cms.services.impl
Methods in de.hybris.platform.smarteditaddon.cms.services.impl with parameters of type ContentSlotModel Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>CMSSmartEditDynamicAttributeService. getDynamicComponentAttributes(AbstractCMSComponentModel component, ContentSlotModel contentSlot)java.util.Map<java.lang.String,java.lang.String>CMSSmartEditDynamicAttributeService. getDynamicContentSlotAttributes(ContentSlotModel contentSlot, javax.servlet.jsp.PageContext pageContext, java.util.Map<java.lang.String,java.lang.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 ContentSlotModel Modifier and Type Method Description protected java.lang.StringSmartEditEmailTemplateService. createSmartEditDivForComponent(AbstractCMSComponentModel model, ContentSlotModel contentSlot, java.lang.String divContent)protected java.lang.StringSmartEditEmailTemplateService. createSmartEditDivForContentSlot(ContentSlotModel contentSlot, java.lang.String content)
-