Uses of Class
de.hybris.platform.cms2.model.contents.components.AbstractCMSComponentModel
Packages that use AbstractCMSComponentModel
Package
Description
Contains generated models for each type of com.hybris.merchandising.addon.jalo package.
Contains generated models for each type of com.hybris.yprofile.profiletagaddon.jalo package.
Contains generated models for each type of de.hybris.platform.acceleratorcms.jalo.actions package.
Contains generated models for each type of de.hybris.platform.acceleratorcms.jalo.components package.
Contains generated models for each type of de.hybris.platform.accountsummaryaddon.jalo package.
Contains generated models for each type of de.hybris.platform.addressaddon.jalo package.
Contains generated models for each type of de.hybris.platform.assistedservicestorefront.jalo package.
Contains generated models for each type of de.hybris.platform.b2bacceleratorservices.jalo.actions package.
Contains generated models for each type of de.hybris.platform.chinesepaymentaddon.jalo package.
Contains generated models for each type of de.hybris.platform.chineseproductsharingaddon.jalo package.
Contains generated models for each type of de.hybris.platform.chineseprofile.jalo package.
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.containers 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.restrictions package.
Contains generated models for each type of de.hybris.platform.cms2lib.components package.
Contains generated models for each type of de.hybris.platform.configurablebundleservices.jalo.components package.
Contains generated models for each type of de.hybris.platform.consignmenttrackingaddon.jalo package.
Contains generated models for each type of de.hybris.platform.hybrisanalyticsaddon.jalo package.
Contains generated models for each type of de.hybris.platform.marketplaceaddon.jalo package.
Contains generated models for each type of de.hybris.platform.orderselfserviceaddon.jalo.actions package.
Contains generated models for each type of de.hybris.platform.personalizationaddon.jalo package.
Contains generated models for each type of de.hybris.platform.personalizationcms.jalo package.
Contains generated models for each type of de.hybris.platform.sap.productconfig.b2bfrontend.jalo.actions package.
Contains generated models for each type of de.hybris.platform.sap.productconfig.frontend.jalo package.
Contains generated models for each type of de.hybris.platform.selectivecartaddon.jalo.components package.
Contains generated models for each type of de.hybris.platform.selectivecartsplitlistaddon.jalo.components package.
Contains generated models for each type of de.hybris.platform.verticalnavigationaddon.jalo.cms.components package.
Contains generated models for each type of de.hybris.platform.xyformsservices.jalo.component package.
-
Uses of AbstractCMSComponentModel in com.hybris.merchandising.addon.component.renderer
Classes in com.hybris.merchandising.addon.component.renderer with type parameters of type AbstractCMSComponentModelModifier and TypeClassDescriptionclassMerchandisingComponentRenderer is a custom component renderer for Merch v2 CMS components. -
Uses of AbstractCMSComponentModel in com.hybris.merchandising.addon.model
Subclasses of AbstractCMSComponentModel in com.hybris.merchandising.addon.modelModifier and TypeClassDescriptionclassGenerated model class for type MerchandisingCarouselComponent first defined at extension merchandisingservices. -
Uses of AbstractCMSComponentModel in com.hybris.yprofile.profiletagaddon.model
Subclasses of AbstractCMSComponentModel in com.hybris.yprofile.profiletagaddon.modelModifier and TypeClassDescriptionclassGenerated model class for type ProfileTagScriptComponent first defined at extension profileservices. -
Uses of AbstractCMSComponentModel in de.hybris.platform.acceleratorcms.action.renderer.impl
Classes in de.hybris.platform.acceleratorcms.action.renderer.impl with type parameters of type AbstractCMSComponentModelModifier and TypeInterfaceDescriptioninterfaceCMSActionRenderer<T extends AbstractCMSComponentModel> -
Uses of AbstractCMSComponentModel in de.hybris.platform.acceleratorcms.component.cache
Classes in de.hybris.platform.acceleratorcms.component.cache with type parameters of type AbstractCMSComponentModelModifier and TypeInterfaceDescriptioninterfaceCmsCacheKeyProvider<C extends AbstractCMSComponentModel>Methods in de.hybris.platform.acceleratorcms.component.cache with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionCmsCacheService.getKey(javax.servlet.http.HttpServletRequest request, AbstractCMSComponentModel component) Gets the cache key for the current component and requestbooleanCmsCacheService.useCache(javax.servlet.http.HttpServletRequest request, AbstractCMSComponentModel component) Checks if cache is enabled -
Uses of AbstractCMSComponentModel in de.hybris.platform.acceleratorcms.component.cache.impl
Methods in de.hybris.platform.acceleratorcms.component.cache.impl that return types with arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionprotected Map<String,CmsCacheKeyProvider<? extends AbstractCMSComponentModel>> DefaultCmsCacheService.getCacheKeyProviders()Methods in de.hybris.platform.acceleratorcms.component.cache.impl with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionDefaultCmsCacheService.getKey(javax.servlet.http.HttpServletRequest request, AbstractCMSComponentModel component) booleanDefaultCmsCacheService.useCache(javax.servlet.http.HttpServletRequest request, AbstractCMSComponentModel component) Method parameters in de.hybris.platform.acceleratorcms.component.cache.impl with type arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionvoidDefaultCmsCacheService.setCacheKeyProviders(Map<String, CmsCacheKeyProvider<? extends AbstractCMSComponentModel>> cacheKeyProviders) -
Uses of AbstractCMSComponentModel in de.hybris.platform.acceleratorcms.component.container.impl
Methods in de.hybris.platform.acceleratorcms.component.container.impl that return types with arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionDefaultCMSTabParagraphContainerStategy.getDisplayComponentsForContainer(AbstractCMSComponentContainerModel container) LegacyCMSComponentContainerStrategy.getDisplayComponentsForContainer(AbstractCMSComponentContainerModel container) Deprecated, for removal: This API element is subject to removal in a future version.Method parameters in de.hybris.platform.acceleratorcms.component.container.impl with type arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionprotected booleanDefaultCMSTabParagraphContainerStategy.needShowContainer(List<AbstractCMSComponentModel> components) check whether show the container in corresponding jsp -
Uses of AbstractCMSComponentModel in de.hybris.platform.acceleratorcms.component.renderer
Classes in de.hybris.platform.acceleratorcms.component.renderer with type parameters of type AbstractCMSComponentModelModifier and TypeInterfaceDescriptioninterfaceCMSComponentRenderer<T extends AbstractCMSComponentModel> -
Uses of AbstractCMSComponentModel in de.hybris.platform.acceleratorcms.component.renderer.impl
Classes in de.hybris.platform.acceleratorcms.component.renderer.impl with type parameters of type AbstractCMSComponentModelModifier and TypeClassDescriptionclassMethods in de.hybris.platform.acceleratorcms.component.renderer.impl with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionvoidGenericViewCMSComponentRenderer.renderComponent(javax.servlet.jsp.PageContext pageContext, AbstractCMSComponentModel component) protected voidCachingCMSComponentRenderer.renderView(javax.servlet.jsp.PageContext pageContext, AbstractCMSComponentModel component, String includePath) protected voidGenericViewCMSComponentRenderer.renderView(javax.servlet.jsp.PageContext pageContext, AbstractCMSComponentModel component, String includePath) -
Uses of AbstractCMSComponentModel in de.hybris.platform.acceleratorcms.component.slot
Methods in de.hybris.platform.acceleratorcms.component.slot that return AbstractCMSComponentModelModifier and TypeMethodDescriptionCMSPageSlotComponentService.getComponentForId(String id) Lookup a Component given its ID.Methods in de.hybris.platform.acceleratorcms.component.slot that return types with arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionCMSPageSlotComponentService.getCMSComponentsForComponent(CmsPageRequestContextData cmsPageRequestContextData, AbstractCMSComponentModel component, boolean evaluateRestrictions, int limit) Get the CMS components for a CMS component.CMSPageSlotComponentService.getCMSComponentsForContentSlot(CmsPageRequestContextData cmsPageRequestContextData, ContentSlotModel contentSlot, boolean evaluateRestrictions, int limit) Get the CMS components in a Content Slot.Methods in de.hybris.platform.acceleratorcms.component.slot with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionCMSPageSlotComponentService.getCMSComponentsForComponent(CmsPageRequestContextData cmsPageRequestContextData, AbstractCMSComponentModel component, boolean evaluateRestrictions, int limit) Get the CMS components for a CMS component.booleanCMSPageSlotComponentService.isComponentVisible(CmsPageRequestContextData cmsPageRequestContextData, AbstractCMSComponentModel component, boolean evaluateRestrictions) Test if the specified Component is visible in the context of the current page. -
Uses of AbstractCMSComponentModel in de.hybris.platform.acceleratorcms.component.slot.impl
Methods in de.hybris.platform.acceleratorcms.component.slot.impl that return AbstractCMSComponentModelModifier and TypeMethodDescriptionDefaultCMSPageSlotComponentService.getComponentForId(String id) Methods in de.hybris.platform.acceleratorcms.component.slot.impl that return types with arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionprotected List<AbstractCMSComponentModel>DefaultCMSPageSlotComponentService.flattenComponentContainerHierarchy(CmsPageRequestContextData cmsPageRequestContextData, AbstractCMSComponentContainerModel container, boolean evaluateRestrictions, int limit) protected List<AbstractCMSComponentModel>DefaultCMSPageSlotComponentService.flattenComponentHierarchy(CmsPageRequestContextData cmsPageRequestContextData, AbstractCMSComponentModel component, boolean evaluateRestrictions, int limit) DefaultCMSPageSlotComponentService.getCMSComponentsForComponent(CmsPageRequestContextData cmsPageRequestContextData, AbstractCMSComponentModel component, boolean evaluateRestrictions, int limit) DefaultCMSPageSlotComponentService.getCMSComponentsForContentSlot(CmsPageRequestContextData cmsPageRequestContextData, ContentSlotModel contentSlot, boolean evaluateRestrictions, int limit) protected List<AbstractCMSComponentModel>DefaultCMSPageSlotComponentService.getComponentsForContainer(AbstractCMSComponentContainerModel container) Methods in de.hybris.platform.acceleratorcms.component.slot.impl with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionprotected booleanDefaultCMSPageSlotComponentService.doesComponentHaveRestrictions(AbstractCMSComponentModel component) protected List<AbstractCMSComponentModel>DefaultCMSPageSlotComponentService.flattenComponentHierarchy(CmsPageRequestContextData cmsPageRequestContextData, AbstractCMSComponentModel component, boolean evaluateRestrictions, int limit) DefaultCMSPageSlotComponentService.getCMSComponentsForComponent(CmsPageRequestContextData cmsPageRequestContextData, AbstractCMSComponentModel component, boolean evaluateRestrictions, int limit) booleanDefaultCMSPageSlotComponentService.isComponentVisible(CmsPageRequestContextData cmsPageRequestContextData, AbstractCMSComponentModel component, boolean evaluateRestrictions) Checks whether component should be displayed.voidDefaultCMSPageSlotComponentService.renderComponent(javax.servlet.jsp.PageContext pageContext, AbstractCMSComponentModel component) Method parameters in de.hybris.platform.acceleratorcms.component.slot.impl with type arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionprotected voidDefaultCMSPageSlotComponentService.addVisibleComponents(CmsPageRequestContextData cmsPageRequestContextData, boolean evaluateRestrictions, int limit, List<AbstractCMSComponentModel> ret, List<AbstractCMSComponentModel> replacementComponents) -
Uses of AbstractCMSComponentModel in de.hybris.platform.acceleratorcms.data
Methods in de.hybris.platform.acceleratorcms.data that return AbstractCMSComponentModelMethods in de.hybris.platform.acceleratorcms.data with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionvoidCmsPageRequestContextData.setParentComponent(AbstractCMSComponentModel parentComponent) -
Uses of AbstractCMSComponentModel in de.hybris.platform.acceleratorcms.model.actions
Subclasses of AbstractCMSComponentModel in de.hybris.platform.acceleratorcms.model.actionsModifier and TypeClassDescriptionclassGenerated model class for type AbstractCMSAction first defined at extension acceleratorcms.classGenerated model class for type AddToCartAction first defined at extension acceleratorcms.classGenerated model class for type ListAddToCartAction first defined at extension acceleratorcms.classGenerated model class for type ListAddToEntryGroupAction first defined at extension acceleratorcms.classGenerated model class for type ListOrderFormAction first defined at extension acceleratorcms.classGenerated model class for type ListPickUpInStoreAction first defined at extension acceleratorcms.classGenerated model class for type PickUpInStoreAction first defined at extension acceleratorcms.classGenerated model class for type SimpleCMSAction first defined at extension acceleratorcms.classGenerated model class for type ViewOrderAction first defined at extension acceleratorcms.classGenerated model class for type ViewStoreAction first defined at extension acceleratorcms.Methods in de.hybris.platform.acceleratorcms.model.actions that return types with arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionAbstractCMSActionModel.getComponents()Generated method - Getter of theAbstractCMSAction.componentsattribute defined at extensionacceleratorcms.Method parameters in de.hybris.platform.acceleratorcms.model.actions with type arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionvoidAbstractCMSActionModel.setComponents(Collection<AbstractCMSComponentModel> value) Generated method - Setter ofAbstractCMSAction.componentsattribute defined at extensionacceleratorcms. -
Uses of AbstractCMSComponentModel in de.hybris.platform.acceleratorcms.model.components
Modifier and TypeClassDescriptionclassGenerated model class for type AbstractMediaContainerComponent first defined at extension acceleratorcms.classGenerated model class for type AbstractResponsiveBannerComponent first defined at extension acceleratorcms.classGenerated model class for type AccountBookmarkComponent first defined at extension acceleratorcms.classGenerated model class for type AccountControlComponent first defined at extension acceleratorcms.classGenerated model class for type AccountNavigationCollectionComponent first defined at extension acceleratorcms.classGenerated model class for type AccountNavigationComponent first defined at extension acceleratorcms.classGenerated model class for type BreadcrumbComponent first defined at extension acceleratorcms.classGenerated model class for type CartSuggestionComponent first defined at extension acceleratorcms.classGenerated model class for type CategoryFeatureComponent first defined at extension acceleratorcms.classGenerated model class for type CategoryNavigationComponent first defined at extension acceleratorcms.classGenerated model class for type CMSProductListComponent first defined at extension acceleratorcms.classGenerated model class for type CMSTabParagraphComponent first defined at extension acceleratorcms.classGenerated model class for type CMSTabParagraphContainer first defined at extension acceleratorcms.classGenerated model class for type DynamicBannerComponent first defined at extension acceleratorcms.classGenerated model class for type FooterComponent first defined at extension acceleratorcms.classGenerated model class for type FooterNavigationComponent first defined at extension acceleratorcms.classGenerated model class for type ImageMapComponent first defined at extension acceleratorcms.classGenerated model class for type JspIncludeComponent first defined at extension acceleratorcms.classGenerated model class for type LanguageCurrencyComponent first defined at extension acceleratorcms.classGenerated model class for type LogoComponent first defined at extension acceleratorcms.classGenerated model class for type MiniCartComponent first defined at extension acceleratorcms.classGenerated model class for type NavigationBarCollectionComponent first defined at extension acceleratorcms.classGenerated model class for type NavigationBarComponent first defined at extension acceleratorcms.classGenerated model class for type NavigationComponent first defined at extension acceleratorcms.classGenerated model class for type ProductAddToCartComponent first defined at extension acceleratorcms.classGenerated model class for type ProductFeatureComponent first defined at extension acceleratorcms.classGenerated model class for type ProductGridComponent first defined at extension acceleratorcms.classGenerated model class for type ProductReferencesComponent first defined at extension acceleratorcms.classGenerated model class for type ProductRefinementComponent first defined at extension acceleratorcms.classGenerated model class for type ProductVariantSelectorComponent first defined at extension acceleratorcms.classGenerated model class for type PurchasedCategorySuggestionComponent first defined at extension acceleratorcms.classGenerated model class for type SearchBoxComponent first defined at extension acceleratorcms.classGenerated model class for type SearchResultsGridComponent first defined at extension acceleratorcms.classGenerated model class for type SearchResultsListComponent first defined at extension acceleratorcms.classGenerated model class for type SimpleBannerComponent first defined at extension acceleratorcms.classGenerated model class for type SimpleResponsiveBannerComponent first defined at extension acceleratorcms.classGenerated model class for type SimpleSuggestionComponent first defined at extension acceleratorcms.classGenerated model class for type StoreFinderComponent first defined at extension acceleratorcms.classGenerated model class for type SubCategoryListComponent first defined at extension acceleratorcms. -
Uses of AbstractCMSComponentModel in de.hybris.platform.acceleratorcms.services
Methods in de.hybris.platform.acceleratorcms.services with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionCMSDynamicAttributeService.getDynamicComponentAttributes(AbstractCMSComponentModel component, ContentSlotModel contentSlot) Resolves dynamic attributes for the provided CMS component. -
Uses of AbstractCMSComponentModel in de.hybris.platform.acceleratorcms.services.impl
Methods in de.hybris.platform.acceleratorcms.services.impl with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionDefaultCMSDynamicAttributeService.getDynamicComponentAttributes(AbstractCMSComponentModel component, ContentSlotModel contentSlot) -
Uses of AbstractCMSComponentModel in de.hybris.platform.acceleratorcms.tags2
Fields in de.hybris.platform.acceleratorcms.tags2 declared as AbstractCMSComponentModelModifier and TypeFieldDescriptionprotected AbstractCMSComponentModelCMSComponentTag.componentAttributeprotected AbstractCMSComponentModelCMSComponentTag.currentComponentprotected AbstractCMSComponentModelCMSContentSlotTag.currentComponentprotected AbstractCMSComponentModelCMSComponentTag.parentComponentAttributeFields in de.hybris.platform.acceleratorcms.tags2 with type parameters of type AbstractCMSComponentModelModifier and TypeFieldDescriptionprotected List<AbstractCMSComponentModel>CMSComponentTag.currentCmsComponentsprotected List<AbstractCMSComponentModel>CMSContentSlotTag.currentComponentsMethods in de.hybris.platform.acceleratorcms.tags2 that return AbstractCMSComponentModelModifier and TypeMethodDescriptionprotected AbstractCMSComponentModelCMSComponentTag.resolveComponent()Methods in de.hybris.platform.acceleratorcms.tags2 that return types with arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionprotected List<AbstractCMSComponentModel>CMSComponentTag.resolveComponents()Methods in de.hybris.platform.acceleratorcms.tags2 with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionvoidCMSComponentTag.setComponent(AbstractCMSComponentModel component) voidCMSComponentTag.setParentComponent(AbstractCMSComponentModel parentComponent) -
Uses of AbstractCMSComponentModel in de.hybris.platform.acceleratorservices.document.factory.impl
Methods in de.hybris.platform.acceleratorservices.document.factory.impl with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionprotected ObjectAbstractHybrisVelocityContextFactory.getAttributeValue(Locale locale, AbstractCMSComponentModel component, String property) protected voidAbstractHybrisVelocityContextFactory.processProperties(Locale locale, AbstractCMSComponentModel component, Map<String, Object> componentContext) protected voidAbstractHybrisVelocityContextFactory.renderTemplate(Locale locale, AbstractHybrisVelocityContext<BusinessProcessModel> context, StringWriter text, AbstractCMSComponentModel component, String renderTemplateCode, RendererTemplateModel renderTemplate, BaseSiteModel site) protected StringAbstractHybrisVelocityContextFactory.resolveRendererTemplateForComponent(AbstractCMSComponentModel component, BusinessProcessModel businessProcessModel) -
Uses of AbstractCMSComponentModel in de.hybris.platform.acceleratorservices.process.email.context.impl
Methods in de.hybris.platform.acceleratorservices.process.email.context.impl with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionprotected voidDefaultEmailContextFactory.processProperties(AbstractCMSComponentModel component, Map<String, Object> componentContext) protected voidDefaultEmailContextFactory.processProperties(Locale locale, AbstractCMSComponentModel component, Map<String, Object> componentContext) protected voidDefaultEmailContextFactory.renderTemplate(Locale locale, AbstractEmailContext<BusinessProcessModel> emailContext, StringWriter text, AbstractCMSComponentModel component, String renderTemplateCode, RendererTemplateModel renderTemplate, BaseSiteModel site) protected StringDefaultEmailContextFactory.resolveRendererTemplateForComponent(AbstractCMSComponentModel component, BusinessProcessModel businessProcessModel) -
Uses of AbstractCMSComponentModel in de.hybris.platform.acceleratorstorefrontcommons.controllers.cms
Classes in de.hybris.platform.acceleratorstorefrontcommons.controllers.cms with type parameters of type AbstractCMSComponentModelModifier and TypeClassDescriptionclassAbstract Controller for CMS Components -
Uses of AbstractCMSComponentModel in de.hybris.platform.acceleratorstorefrontcommons.tags
Methods in de.hybris.platform.acceleratorstorefrontcommons.tags with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionstatic booleanFunctions.evaluateRestrictions(AbstractCMSComponentModel model) -
Uses of AbstractCMSComponentModel in de.hybris.platform.accountsummaryaddon.model
Subclasses of AbstractCMSComponentModel in de.hybris.platform.accountsummaryaddon.modelModifier and TypeClassDescriptionclassGenerated model class for type AccountSummaryAccountStatusComponent first defined at extension accountsummaryaddon.classGenerated model class for type AccountSummaryUnitTreeComponent first defined at extension accountsummaryaddon. -
Uses of AbstractCMSComponentModel in de.hybris.platform.addonsupport.config.cms.dataattributeproviders
Methods in de.hybris.platform.addonsupport.config.cms.dataattributeproviders with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionTagDataAttributesProvider.getAttributes(AbstractCMSComponentModel comContainer, AbstractCMSComponentModel currentComponent, CmsPageRequestContextData currentCmsPageRequestContextData) -
Uses of AbstractCMSComponentModel in de.hybris.platform.addonsupport.controllers.cms
Classes in de.hybris.platform.addonsupport.controllers.cms with type parameters of type AbstractCMSComponentModelModifier and TypeClassDescriptionclassMethods in de.hybris.platform.addonsupport.controllers.cms with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionprotected voidGenericCMSAddOnComponentController.fillModel(javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model model, AbstractCMSComponentModel component) -
Uses of AbstractCMSComponentModel in de.hybris.platform.addonsupport.renderer.impl
Classes in de.hybris.platform.addonsupport.renderer.impl with type parameters of type AbstractCMSComponentModelModifier and TypeClassDescriptionclassMethods in de.hybris.platform.addonsupport.renderer.impl that return types with arguments of type AbstractCMSComponentModelMethod parameters in de.hybris.platform.addonsupport.renderer.impl with type arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionvoidAddOnCMSComponentRendererMapping.setRenderer(CMSComponentRenderer<AbstractCMSComponentModel> renderer) -
Uses of AbstractCMSComponentModel in de.hybris.platform.addressaddon.model
Subclasses of AbstractCMSComponentModel in de.hybris.platform.addressaddon.modelModifier and TypeClassDescriptionclassGenerated model class for type ChineseAccountAddEditAddressComponent first defined at extension chineseaddressaddon.classGenerated model class for type ChineseAccountAddressBookComponent first defined at extension chineseaddressaddon. -
Uses of AbstractCMSComponentModel in de.hybris.platform.assistedservicestorefront.component.renderer
Classes in de.hybris.platform.assistedservicestorefront.component.renderer with type parameters of type AbstractCMSComponentModelModifier and TypeClassDescriptionclass -
Uses of AbstractCMSComponentModel in de.hybris.platform.assistedservicestorefront.model
Modifier and TypeClassDescriptionclassGenerated model class for type AsmDevicesUsedComponent first defined at extension assistedservicestorefront.classGenerated model class for type AsmFavoriteColorsComponent first defined at extension assistedservicestorefront.classGenerated model class for type AssistedServiceComponent first defined at extension assistedservicestorefront. -
Uses of AbstractCMSComponentModel in de.hybris.platform.b2bacceleratorservices.model.actions
Modifier and TypeClassDescriptionclassGenerated model class for type ApproveOrderAction first defined at extension b2bacceleratorservices.classGenerated model class for type ReorderAction first defined at extension b2bacceleratorservices. -
Uses of AbstractCMSComponentModel in de.hybris.platform.chinesepaymentaddon.controllers.cms
Methods in de.hybris.platform.chinesepaymentaddon.controllers.cms with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionprotected voidPayNowActionController.fillModel(javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model model, AbstractCMSComponentModel component) protected StringPayNowActionController.getAddonUiExtensionName(AbstractCMSComponentModel component) -
Uses of AbstractCMSComponentModel in de.hybris.platform.chinesepaymentaddon.model
Subclasses of AbstractCMSComponentModel in de.hybris.platform.chinesepaymentaddon.modelModifier and TypeClassDescriptionclassGenerated model class for type PaymentActionsComponent first defined at extension chinesepaymentaddon.classGenerated model class for type PaymentInfoComponent first defined at extension chinesepaymentaddon.classGenerated model class for type PayNowAction first defined at extension chinesepaymentaddon. -
Uses of AbstractCMSComponentModel in de.hybris.platform.chineseproductsharingaddon.model
Modifier and TypeClassDescriptionclassGenerated model class for type ChineseProductSharingAction first defined at extension chineseproductsharingaddon. -
Uses of AbstractCMSComponentModel in de.hybris.platform.chineseprofile.model
Subclasses of AbstractCMSComponentModel in de.hybris.platform.chineseprofile.modelModifier and TypeClassDescriptionclassGenerated model class for type ChineseUpdateEmailComponent first defined at extension chineseprofileaddon.classGenerated model class for type ChineseUpdateProfileComponent first defined at extension chineseprofileaddon. -
Uses of AbstractCMSComponentModel in de.hybris.platform.chineseprofilefacades.process.email.context.impl
Methods in de.hybris.platform.chineseprofilefacades.process.email.context.impl with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionprotected voidChineseEmailContextFactory.processProperties(AbstractCMSComponentModel component, Map<String, Object> componentContext) Deprecated, for removal: This API element is subject to removal in a future version.(replaced by processProperties(final Locale locale, final AbstractCMSComponentModel component, final Map<String, Object> componentContext))protected voidChineseEmailContextFactory.processProperties(Locale locale, AbstractCMSComponentModel component, Map<String, Object> componentContext) -
Uses of AbstractCMSComponentModel in de.hybris.platform.cms2.cloning.service
Methods in de.hybris.platform.cms2.cloning.service that return types with arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionCMSItemCloningService.cloneComponent(AbstractCMSComponentModel componentModel) Deep clones the provided component in the same catalog version.Methods in de.hybris.platform.cms2.cloning.service with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionCMSItemCloningService.cloneComponent(AbstractCMSComponentModel componentModel) Deep clones the provided component in the same catalog version. -
Uses of AbstractCMSComponentModel in de.hybris.platform.cms2.cloning.service.impl
Methods in de.hybris.platform.cms2.cloning.service.impl that return types with arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionDefaultCMSItemCloningService.cloneComponent(AbstractCMSComponentModel componentModel) protected Optional<AbstractCMSComponentModel>DefaultCMSItemCloningService.cloneComponentInCatalogVersion(AbstractCMSComponentModel componentModel, CatalogVersionModel targetCatalogVersionModel) Deep clones the provided component in the provided catalog version.Methods in de.hybris.platform.cms2.cloning.service.impl with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionDefaultCMSItemCloningService.cloneComponent(AbstractCMSComponentModel componentModel) protected Optional<AbstractCMSComponentModel>DefaultCMSItemCloningService.cloneComponentInCatalogVersion(AbstractCMSComponentModel componentModel, CatalogVersionModel targetCatalogVersionModel) Deep clones the provided component in the provided catalog version. -
Uses of AbstractCMSComponentModel in de.hybris.platform.cms2.cloning.service.preset.impl
Methods in de.hybris.platform.cms2.cloning.service.preset.impl that return AbstractCMSComponentModel -
Uses of AbstractCMSComponentModel in de.hybris.platform.cms2.cloning.strategy.impl
Methods in de.hybris.platform.cms2.cloning.strategy.impl that return AbstractCMSComponentModelModifier and TypeMethodDescriptionComponentCloningStrategy.clone(AbstractCMSComponentModel sourceComponentModel, Optional<AbstractCMSComponentModel> template, Optional<Map<String, Object>> context) protected AbstractCMSComponentModelPageCloningStrategyTest.generateMockCmsComponentModel()Generates a CMS component model mock.Methods in de.hybris.platform.cms2.cloning.strategy.impl with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionComponentCloningStrategy.clone(AbstractCMSComponentModel sourceComponentModel, Optional<AbstractCMSComponentModel> template, Optional<Map<String, Object>> context) Method parameters in de.hybris.platform.cms2.cloning.strategy.impl with type arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionComponentCloningStrategy.clone(AbstractCMSComponentModel sourceComponentModel, Optional<AbstractCMSComponentModel> template, Optional<Map<String, Object>> context) -
Uses of AbstractCMSComponentModel in de.hybris.platform.cms2.model.contents.components
Modifier and TypeClassDescriptionclassGenerated model class for type CMSFlexComponent first defined at extension cms2.classGenerated model class for type CMSImageComponent first defined at extension cms2.classGenerated model class for type CMSLinkComponent first defined at extension cms2.classGenerated model class for type CMSParagraphComponent first defined at extension cms2.classGenerated model class for type CMSSiteContextComponent first defined at extension cms2.classGenerated model class for type PDFDocumentComponent first defined at extension cms2.classGenerated model class for type SimpleCMSComponent first defined at extension cms2.classGenerated model class for type VideoComponent first defined at extension cms2.Methods in de.hybris.platform.cms2.model.contents.components that return types with arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionAbstractCMSComponentModel.getChildren()Generated method - Getter of theAbstractCMSComponent.childrenattribute defined at extensioncms2.AbstractCMSComponentModel.getParents()Generated method - Getter of theAbstractCMSComponent.parentsattribute defined at extensioncms2.Method parameters in de.hybris.platform.cms2.model.contents.components with type arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionvoidAbstractCMSComponentModel.setChildren(List<AbstractCMSComponentModel> value) Generated method - Setter ofAbstractCMSComponent.childrenattribute defined at extensioncms2.voidAbstractCMSComponentModel.setParents(List<AbstractCMSComponentModel> value) Generated method - Setter ofAbstractCMSComponent.parentsattribute defined at extensioncms2. -
Uses of AbstractCMSComponentModel in de.hybris.platform.cms2.model.contents.containers
Modifier and TypeClassDescriptionclassGenerated model class for type AbstractCMSComponentContainer first defined at extension cms2.classGenerated model class for type ABTestCMSComponentContainer first defined at extension cms2. -
Uses of AbstractCMSComponentModel in de.hybris.platform.cms2.model.contents.contentslot
Methods in de.hybris.platform.cms2.model.contents.contentslot that return types with arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionContentSlotModel.getCmsComponents()Generated method - Getter of theContentSlot.cmsComponentsattribute defined at extensioncms2.Method parameters in de.hybris.platform.cms2.model.contents.contentslot with type arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionvoidContentSlotModel.setCmsComponents(List<AbstractCMSComponentModel> value) Generated method - Setter ofContentSlot.cmsComponentsattribute defined at extensioncms2. -
Uses of AbstractCMSComponentModel in de.hybris.platform.cms2.model.restrictions
Methods in de.hybris.platform.cms2.model.restrictions that return types with arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionAbstractRestrictionModel.getComponents()Generated method - Getter of theAbstractRestriction.componentsattribute defined at extensioncms2.Method parameters in de.hybris.platform.cms2.model.restrictions with type arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionvoidAbstractRestrictionModel.setComponents(Collection<AbstractCMSComponentModel> value) Generated method - Setter ofAbstractRestriction.componentsattribute defined at extensioncms2. -
Uses of AbstractCMSComponentModel in de.hybris.platform.cms2.servicelayer.daos
Methods in de.hybris.platform.cms2.servicelayer.daos with type parameters of type AbstractCMSComponentModelModifier and TypeMethodDescription<T extends AbstractCMSComponentModel>
SearchPageData<T>CMSComponentDao.findAllCMSComponentsByCatalogVersions(Collection<CatalogVersionModel> catalogVersions, SearchPageData searchPageData) Find cms components that belong to a given catalog version.<T extends AbstractCMSComponentModel>
SearchPageData<T>CMSComponentDao.findCMSComponentsByIdsAndCatalogVersions(Collection<String> ids, Collection<CatalogVersionModel> catalogVersions, SearchPageData searchPageData) Find cms components by list of IDs and catalog versions with pagination and sorting.Methods in de.hybris.platform.cms2.servicelayer.daos that return types with arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionCMSComponentDao.findAllCMSComponentsByCatalogVersion(CatalogVersionModel catalogVersion) Find cms components that belong to a given catalog version.CMSComponentDao.findByCatalogVersionAndMask(CatalogVersionModel catalogVersionModel, String mask, PageableData pageableData) For a given mask used as filter and aPageableDataquery, will return a page object consisting of the content list of the requested page number and the total number of entities for the given maskCMSComponentDao.findCMSComponents(String id, String contentSlotId, Collection<CatalogVersionModel> catalogVersions) Find cms components by id, contentSlotId and catalog versions.CMSComponentDao.findCMSComponentsById(String id) Find cms components by id.CMSComponentDao.findCMSComponentsByIdAndCatalogVersion(String id, CatalogVersionModel catalogVersion) Find cms components by id and catalog version.CMSComponentDao.findCMSComponentsByIdAndCatalogVersions(String id, Collection<CatalogVersionModel> catalogVersions) Find cms components by id and catalog versions.Methods in de.hybris.platform.cms2.servicelayer.daos with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionlongCMSComponentDao.getComponentReferenceCountOutsidePage(AbstractCMSComponentModel componentModel, AbstractPageModel pageModel) Finds the number of times the given component is used outside a given page (e.g., other pages or shared slots).Method parameters in de.hybris.platform.cms2.servicelayer.daos with type arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptiondefault List<AbstractRestrictionModel>CMSRestrictionDao.findRestrictionsForComponents(Collection<AbstractCMSComponentModel> components, CatalogVersionModel catalogVersion) Find restrictions for components by list of components and catalog version. -
Uses of AbstractCMSComponentModel in de.hybris.platform.cms2.servicelayer.daos.impl
Methods in de.hybris.platform.cms2.servicelayer.daos.impl with type parameters of type AbstractCMSComponentModelModifier and TypeMethodDescription<T extends AbstractCMSComponentModel>
SearchPageData<T>DefaultCMSComponentDao.findAllCMSComponentsByCatalogVersions(Collection<CatalogVersionModel> catalogVersions, SearchPageData searchPageData) <T extends AbstractCMSComponentModel>
SearchPageData<T>DefaultCMSComponentDao.findCMSComponentsByIdsAndCatalogVersions(Collection<String> ids, Collection<CatalogVersionModel> catalogVersions, SearchPageData searchPageDataInput) Find cms components by list of IDs and catalog versions with pagination and sorting.Methods in de.hybris.platform.cms2.servicelayer.daos.impl that return AbstractCMSComponentModelModifier and TypeMethodDescriptionprotected AbstractCMSComponentModelDefaultCMSComponentDaoSharedComponentsIntegrationTest.createNewComponentInSlot(ContentSlotModel contentSlot) Methods in de.hybris.platform.cms2.servicelayer.daos.impl that return types with arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionDefaultCMSComponentDao.findAllCMSComponentsByCatalogVersion(CatalogVersionModel catalogVersion) DefaultCMSComponentDao.findByCatalogVersionAndMask(CatalogVersionModel catalogVersionModel, String mask, PageableData pageableData) DefaultCMSComponentDao.findCMSComponents(String id, String contentSlotId, Collection<CatalogVersionModel> catalogVersions) Find cms components by id, contentSlotId and catalog versions.DefaultCMSComponentDao.findCMSComponentsById(String id) Find cms components by id.DefaultCMSComponentDao.findCMSComponentsByIdAndCatalogVersion(String id, CatalogVersionModel catalogVersion) Find cms components by id and catalog version.DefaultCMSComponentDao.findCMSComponentsByIdAndCatalogVersions(String id, Collection<CatalogVersionModel> catalogVersions) Find cms components by id and catalog versions.Methods in de.hybris.platform.cms2.servicelayer.daos.impl with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionlongDefaultCMSComponentDao.getComponentReferenceCountOutsidePage(AbstractCMSComponentModel componentModel, AbstractPageModel pageModel) Method parameters in de.hybris.platform.cms2.servicelayer.daos.impl with type arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionprotected voidDefaultCMSComponentDaoIntegrationTest.assertContainsComponentUid(List<AbstractCMSComponentModel> components1, String componentUid) protected voidDefaultCMSComponentDaoIntegrationTest.assertNotContainsComponentUid(List<AbstractCMSComponentModel> components1, String componentUid) DefaultCMSRestrictionDao.findRestrictionsForComponents(Collection<AbstractCMSComponentModel> components, CatalogVersionModel catalogVersion) Find restrictions for components by list of components and catalog version. -
Uses of AbstractCMSComponentModel in de.hybris.platform.cms2.servicelayer.data
Methods in de.hybris.platform.cms2.servicelayer.data that return types with arguments of type AbstractCMSComponentModel -
Uses of AbstractCMSComponentModel in de.hybris.platform.cms2.servicelayer.data.impl
Methods in de.hybris.platform.cms2.servicelayer.data.impl that return types with arguments of type AbstractCMSComponentModel -
Uses of AbstractCMSComponentModel in de.hybris.platform.cms2.servicelayer.interceptor.impl
Methods in de.hybris.platform.cms2.servicelayer.interceptor.impl with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionvoidCMSAbstractComponentPrepareInterceptor.onPrepare(AbstractCMSComponentModel componentModel, InterceptorContext interceptorContext) -
Uses of AbstractCMSComponentModel in de.hybris.platform.cms2.servicelayer.services
Methods in de.hybris.platform.cms2.servicelayer.services with type parameters of type AbstractCMSComponentModelModifier and TypeMethodDescription<T extends AbstractCMSComponentModel>
TCMSComponentService.getAbstractCMSComponent(String id) Gets the abstract cms component.<T extends AbstractCMSComponentModel>
TCMSComponentService.getAbstractCMSComponent(String id, String contentSlotId, Collection<CatalogVersionModel> catalogVersions) Gets the abstract cms component.<T extends AbstractCMSComponentModel>
TCMSComponentService.getAbstractCMSComponent(String id, Collection<CatalogVersionModel> catalogVersions) Gets the abstract cms component.<T extends AbstractCMSComponentModel>
SearchPageData<T>CMSComponentService.getAbstractCMSComponents(Collection<String> ids, SearchPageData searchPageData) Gets the abstract cms component.<T extends AbstractCMSComponentModel>
SearchPageData<T>CMSComponentService.getAllAbstractCMSComponents(SearchPageData searchPageData) Gets all abstract cms components filtered by the specified pagination and sorting information.Methods in de.hybris.platform.cms2.servicelayer.services that return types with arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionCMSRestrictionService.evaluateCMSComponents(List<AbstractCMSComponentModel> components, RestrictionData data) Evaluate cms components forRestrictionDatacontext object.default Set<AbstractCMSComponentModel>CMSComponentService.getAllChildren(AbstractCMSComponentModel component) Get a CMSComponent's all children and children's children.default Set<AbstractCMSComponentModel>CMSComponentService.getAllParents(AbstractCMSComponentModel component) Get a CMSComponent's parent components and parents' parents.Methods in de.hybris.platform.cms2.servicelayer.services with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionbooleanCMSRestrictionService.evaluateCMSComponent(AbstractCMSComponentModel component, RestrictionData data) Evaluate cms component forRestrictionDatacontext object.default Set<AbstractCMSComponentModel>CMSComponentService.getAllChildren(AbstractCMSComponentModel component) Get a CMSComponent's all children and children's children.default Set<AbstractCMSComponentModel>CMSComponentService.getAllParents(AbstractCMSComponentModel component) Get a CMSComponent's parent components and parents' parents.CMSPageLockingService.getComponentLockers(AbstractCMSComponentModel componentModel) Method returns users that locked given component by page or page template.CMSComponentService.getEditorProperties(AbstractCMSComponentModel component) Get all editor properties for the given content element.CMSPageService.getPagesForComponent(AbstractCMSComponentModel component) Returns all pages where given component occurs.CMSPageService.getPagesForPageTemplateComponent(AbstractCMSComponentModel component) Gets the pages for page template component.CMSComponentService.getReadableEditorProperties(AbstractCMSComponentModel component) Get all readable editor properties for the given content element.CMSComponentService.getSystemProperties(AbstractCMSComponentModel component) Get all system properties for the given content element.default booleanCMSComponentService.inSharedSlots(AbstractCMSComponentModel component) Check if a component is in shared slot or not.booleanCMSPageLockingService.isComponentLockedForUser(AbstractCMSComponentModel componentModel, UserModel userModel) Method that checks if given component is locked for specified user.booleanCMSComponentService.isComponentRestricted(AbstractCMSComponentModel component) Checks if passed as parameterAbstractCMSComponentModelis restricted restricted.booleanCMSComponentService.isComponentUsedOutsidePage(AbstractCMSComponentModel component, AbstractPageModel page) Checks if the component is used outside the page provided as reference.voidRelationBetweenComponentsService.maintainRelationBetweenComponentsOnComponent(AbstractCMSComponentModel parent) This method will maintain relation between the parent CMS Component and it's children CMS Component by retrieving all the attributes and attributeValue of a parent CMS Component, if an attribute type is a CMS Component or Collection of CMS Components, it should remove the old relation on parent and children and then build the new relation between of parent CMS Component and it's child CMS ComponentsvoidRelationBetweenComponentsService.removeRelationBetweenComponentsOnModel(AbstractCMSComponentModel model) To remove relations on model's parents and childrenAbstractCMSComponentModel.Method parameters in de.hybris.platform.cms2.servicelayer.services with type arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionCMSRestrictionService.evaluateCMSComponents(List<AbstractCMSComponentModel> components, RestrictionData data) Evaluate cms components forRestrictionDatacontext object.default Collection<AbstractRestrictionModel>CMSRestrictionService.getOwnRestrictionsForComponents(Collection<AbstractCMSComponentModel> components, CatalogVersionModel catalogVersion) Find restrictions for components by components and catalog version. -
Uses of AbstractCMSComponentModel in de.hybris.platform.cms2.servicelayer.services.admin
Methods in de.hybris.platform.cms2.servicelayer.services.admin that return AbstractCMSComponentModelModifier and TypeMethodDescriptionCMSAdminComponentService.createCmsComponent(ContentSlotModel contentSlotModel, String componentUid, String componentName, String typeCode) Creates cms component model.CMSAdminComponentService.getCMSComponentForId(String id) Gets the cms component for id.CMSAdminComponentService.getCMSComponentForIdAndCatalogVersions(String id, Collection<CatalogVersionModel> catalogVersions) Gets the cms component matching the id by searching in the given catalog versions.Methods in de.hybris.platform.cms2.servicelayer.services.admin that return types with arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionCMSAdminComponentService.findByCatalogVersionAndMask(CatalogVersionModel catalogVersionModel, String mask, PageableData pageableData) For a given mask used as filter and aPageableDataquery, will return a page object consisting of the content list of the requested page number and the total number of entities for the given maskCMSAdminComponentService.getAllCMSComponentsForCatalogVersion(CatalogVersionModel catalogVersionModel) gets all cms components for a given catalog.CMSAdminComponentService.getCMSComponentsForContainer(AbstractCMSComponentContainerModel container) Get the collection of components that should be provided when a container component is requested.CMSAdminComponentService.getDisplayedComponentsForContentSlot(ContentSlotModel contentSlot) Get the collection of displayed components within a content slot.Methods in de.hybris.platform.cms2.servicelayer.services.admin with parameters of type AbstractCMSComponentModelModifier 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.getSystemProperties(AbstractCMSComponentModel component) Get all system properties for the given content element.voidCMSAdminComponentService.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. -
Uses of AbstractCMSComponentModel in de.hybris.platform.cms2.servicelayer.services.admin.impl
Methods in de.hybris.platform.cms2.servicelayer.services.admin.impl that return AbstractCMSComponentModelModifier and TypeMethodDescriptionDefaultCMSAdminComponentService.createCmsComponent(ContentSlotModel contentSlotModel, String componentUid, String componentName, String typeCode) Creates cms component model.DefaultCMSAdminComponentService.getCMSComponentForId(String id) Gets the cms component for id.DefaultCMSAdminComponentService.getCMSComponentForIdAndCatalogVersions(String id, Collection<CatalogVersionModel> catalogVersions) Gets the cms component matching the id by searching in the given catalog versions.Methods in de.hybris.platform.cms2.servicelayer.services.admin.impl that return types with arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionDefaultCMSAdminComponentService.findByCatalogVersionAndMask(CatalogVersionModel catalogVersionModel, String mask, PageableData pageableData) DefaultCMSAdminComponentService.getAllCMSComponentsForCatalogVersion(CatalogVersionModel catalogVersionModel) DefaultCMSAdminComponentService.getCMSComponentsForContainer(AbstractCMSComponentContainerModel container) protected Comparator<AbstractCMSComponentModel>DefaultCMSAdminComponentService.getCmsItemCatalogLevelComparator()protected Collection<AbstractCMSComponentModel>DefaultCMSAdminComponentService.getDisplayedComponentsForComponent(AbstractCMSComponentModel component) Get a collection of components that are displayed based on the given component.DefaultCMSAdminComponentService.getDisplayedComponentsForContentSlot(ContentSlotModel contentSlot) Methods in de.hybris.platform.cms2.servicelayer.services.admin.impl with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionvoidDefaultCMSAdminContentSlotService.addCMSComponentToContentSlot(AbstractCMSComponentModel component, ContentSlotModel slot, Integer index) protected voidDefaultCMSAdminContentSlotService.addComponentToComponentListSaveAsSlot(AbstractCMSComponentModel component, ContentSlotModel slot, Integer index, List<AbstractCMSComponentModel> currentComponentList) protected Collection<AbstractCMSComponentModel>DefaultCMSAdminComponentService.getDisplayedComponentsForComponent(AbstractCMSComponentModel component) Get a collection of components that are displayed based on the given component.DefaultCMSAdminComponentService.getSystemProperties(AbstractCMSComponentModel component) Get all system properties for the given content element.protected BooleanDefaultCMSAdminComponentService.isComponentContainer(AbstractCMSComponentModel component) Checks whether a given component is actually a container.voidDefaultCMSAdminComponentService.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 AbstractCMSComponentModelModifier and TypeMethodDescriptionprotected voidDefaultCMSAdminContentSlotService.addComponentToComponentListSaveAsSlot(AbstractCMSComponentModel component, ContentSlotModel slot, Integer index, List<AbstractCMSComponentModel> currentComponentList) voidDefaultCMSAdminComponentService.setCmsItemCatalogLevelComparator(Comparator<AbstractCMSComponentModel> cmsItemCatalogLevelComparator) -
Uses of AbstractCMSComponentModel in de.hybris.platform.cms2.servicelayer.services.impl
Methods in de.hybris.platform.cms2.servicelayer.services.impl with type parameters of type AbstractCMSComponentModelModifier and TypeMethodDescription<T extends AbstractCMSComponentModel>
TDefaultCMSComponentService.getAbstractCMSComponent(String id) Gets the abstract cms component.<T extends AbstractCMSComponentModel>
TDefaultCMSComponentService.getAbstractCMSComponent(String id, String contentSlotId, Collection<CatalogVersionModel> catalogVersions) Gets the abstract cms component.<T extends AbstractCMSComponentModel>
TDefaultCMSComponentService.getAbstractCMSComponent(String id, Collection<CatalogVersionModel> catalogVersions) Gets the abstract cms component.<T extends AbstractCMSComponentModel>
SearchPageData<T>DefaultCMSComponentService.getAbstractCMSComponents(Collection<String> ids, SearchPageData searchPageData) Gets the abstract cms component.<T extends AbstractCMSComponentModel>
SearchPageData<T>DefaultCMSComponentService.getAllAbstractCMSComponents(SearchPageData searchPageData) Methods in de.hybris.platform.cms2.servicelayer.services.impl that return types with arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionDefaultCMSRestrictionService.evaluateCMSComponents(List<AbstractCMSComponentModel> components, RestrictionData data) Evaluate cms components forRestrictionDatacontext object.DefaultCMSComponentService.getAllChildren(AbstractCMSComponentModel cmsComponentModel) DefaultCMSComponentService.getAllParents(AbstractCMSComponentModel cmsComponentModel) Methods in de.hybris.platform.cms2.servicelayer.services.impl with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionbooleanDefaultCMSRestrictionService.evaluateCMSComponent(AbstractCMSComponentModel component, RestrictionData data) Evaluate cms component forRestrictionDatacontext object.DefaultCMSComponentService.getAllChildren(AbstractCMSComponentModel cmsComponentModel) DefaultCMSComponentService.getAllParents(AbstractCMSComponentModel cmsComponentModel) DefaultCMSPageLockingService.getComponentLockers(AbstractCMSComponentModel componentModel) Method returns users that locked given component by page or page template.DefaultCMSComponentService.getEditorProperties(AbstractCMSComponentModel component) Get all editor properties for the given content element.protected Collection<String>DefaultCMSComponentService.getEditorProperties(AbstractCMSComponentModel component, boolean readableOnly) DefaultCMSPageService.getPagesForComponent(AbstractCMSComponentModel component) DefaultCMSPageService.getPagesForPageTemplateComponent(AbstractCMSComponentModel component) DefaultCMSComponentService.getReadableEditorProperties(AbstractCMSComponentModel component) Get all readable editor properties for the given content element.DefaultCMSComponentService.getSystemProperties(AbstractCMSComponentModel component) Get all system properties for the given content element.booleanDefaultCMSComponentService.inSharedSlots(AbstractCMSComponentModel componentModel) booleanDefaultCMSPageLockingService.isComponentLockedForUser(AbstractCMSComponentModel componentModel, UserModel userModel) Method that checks if given component is locked for specified user.booleanDefaultCMSComponentService.isComponentRestricted(AbstractCMSComponentModel component) booleanDefaultCMSComponentService.isComponentUsedOutsidePage(AbstractCMSComponentModel component, AbstractPageModel page) voidDefaultRelationBetweenComponentsService.maintainRelationBetweenComponentsOnComponent(AbstractCMSComponentModel parent) voidDefaultRelationBetweenComponentsService.removeRelationBetweenComponentsOnModel(AbstractCMSComponentModel model) Method parameters in de.hybris.platform.cms2.servicelayer.services.impl with type arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionDefaultCMSRestrictionService.evaluateCMSComponents(List<AbstractCMSComponentModel> components, RestrictionData data) Evaluate cms components forRestrictionDatacontext object.DefaultCMSRestrictionService.getOwnRestrictionsForComponents(Collection<AbstractCMSComponentModel> components, CatalogVersionModel catalogVersion) -
Uses of AbstractCMSComponentModel in de.hybris.platform.cms2.strategies
Methods in de.hybris.platform.cms2.strategies that return types with arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionCMSComponentContainerStrategy.getDisplayComponentsForContainer(AbstractCMSComponentContainerModel container) Get the list of components that should represent the state of the container. -
Uses of AbstractCMSComponentModel in de.hybris.platform.cms2.strategies.impl
Methods in de.hybris.platform.cms2.strategies.impl that return types with arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionDefaultCMSComponentContainerStrategy.getDisplayComponentsForContainer(AbstractCMSComponentContainerModel container) IdentityCMSComponentContainerStrategy.getDisplayComponentsForContainer(AbstractCMSComponentContainerModel container) LegacyCMSComponentContainerStrategy.getDisplayComponentsForContainer(AbstractCMSComponentContainerModel container) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of AbstractCMSComponentModel in de.hybris.platform.cms2.version.converter.impl
Methods in de.hybris.platform.cms2.version.converter.impl that return AbstractCMSComponentModelModifier and TypeMethodDescriptionprotected AbstractCMSComponentModelDefaultCMSVersionToItemModelRollbackConverterIntegrationTest.getComponentById(String componentId) -
Uses of AbstractCMSComponentModel in de.hybris.platform.cms2.version.converter.rollback.impl
Methods in de.hybris.platform.cms2.version.converter.rollback.impl that return AbstractCMSComponentModelModifier and TypeMethodDescriptionprotected AbstractCMSComponentModelComponentRollbackConverter.replaceComponentWithCloneInPage(AbstractCMSComponentModel originalComponent, AbstractPageModel page, AuditPayload componentPayload) This method creates a clone of the given component and uses it to replace all the references of the original component in the version of the page provided, as indicated by the payload.ComponentRollbackConverter.rollbackItem(ItemModel itemModel, CMSVersionModel version, AuditPayload auditPayload) Methods in de.hybris.platform.cms2.version.converter.rollback.impl with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionprotected AbstractCMSComponentModelComponentRollbackConverter.replaceComponentWithCloneInPage(AbstractCMSComponentModel originalComponent, AbstractPageModel page, AuditPayload componentPayload) This method creates a clone of the given component and uses it to replace all the references of the original component in the version of the page provided, as indicated by the payload.protected voidComponentRollbackConverter.rollbackComponentOnlyInPage(AbstractCMSComponentModel component, AbstractPageModel page, AuditPayload componentPayload) This method rollbacks the component only in slots of the version of the page provided, as indicated by the payload.protected voidComponentRollbackConverter.updatePayloadForClonedComponent(AbstractCMSComponentModel clonedComponent, AuditPayload componentPayload) This method updates the component payload to match the cloned component information. -
Uses of AbstractCMSComponentModel in de.hybris.platform.cms2lib.cmstags
Methods in de.hybris.platform.cms2lib.cmstags with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionprotected booleanCMSComponentTag.isAllowed(AbstractCMSComponentModel component, RestrictionData restrictionData, CMSRestrictionService cmsRestrictionService, boolean previewEnabled) Checks whether component should be displayed.voidCMSComponentTag.setComponent(AbstractCMSComponentModel component) -
Uses of AbstractCMSComponentModel in de.hybris.platform.cms2lib.model.components
Subclasses of AbstractCMSComponentModel in de.hybris.platform.cms2lib.model.componentsModifier and TypeClassDescriptionclassGenerated model class for type AbstractBannerComponent first defined at extension cms2lib.classGenerated model class for type BannerComponent first defined at extension cms2lib.classGenerated model class for type FlashComponent first defined at extension cms2lib.classGenerated model class for type ProductCarouselComponent first defined at extension cms2lib.classGenerated model class for type ProductDetailComponent first defined at extension cms2lib.classGenerated model class for type ProductListComponent first defined at extension cms2lib.classGenerated model class for type RotatingImagesComponent first defined at extension cms2lib. -
Uses of AbstractCMSComponentModel in de.hybris.platform.cmscockpit.components.listview.impl
Methods in de.hybris.platform.cmscockpit.components.listview.impl with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionprotected Collection<TypedObject>CmsMultiplePagesAction.getPagesForElement(AbstractCMSComponentModel componentModel) -
Uses of AbstractCMSComponentModel in de.hybris.platform.cmscockpit.session.impl
Methods in de.hybris.platform.cmscockpit.session.impl with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionprotected voidCmsDrilldownSectionModelListener.handleContentElementSectionSelection(AbstractCMSComponentModel elementModel) -
Uses of AbstractCMSComponentModel in de.hybris.platform.cmsfacades.cmsitems.populators
Methods in de.hybris.platform.cmsfacades.cmsitems.populators with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionvoidAbstractCMSComponentRestrictionsContentPopulator.populate(Map<String, Object> source, AbstractCMSComponentModel componentModel) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of AbstractCMSComponentModel in de.hybris.platform.cmsfacades.cmsitems.validator
Methods in de.hybris.platform.cmsfacades.cmsitems.validator with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionvoidDefaultAbstractCMSComponentValidator.validate(AbstractCMSComponentModel componentModel) -
Uses of AbstractCMSComponentModel in de.hybris.platform.cmsfacades.dto
Methods in de.hybris.platform.cmsfacades.dto that return AbstractCMSComponentModelMethods in de.hybris.platform.cmsfacades.dto with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionvoidComponentAndContentSlotValidationDto.setComponent(AbstractCMSComponentModel component) -
Uses of AbstractCMSComponentModel in de.hybris.platform.cmsfacades.media.service
Method parameters in de.hybris.platform.cmsfacades.media.service with type arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionCMSMediaFormatService.getMediaFormatsByComponentType(Class<? extends AbstractCMSComponentModel> classType) Retrieve a list of all media formats which are supported by the specified CMS component model -
Uses of AbstractCMSComponentModel in de.hybris.platform.cmsfacades.media.service.impl
Methods in de.hybris.platform.cmsfacades.media.service.impl that return types with arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionprotected Map<Class<? extends AbstractCMSComponentModel>,Collection<String>> DefaultCMSMediaFormatService.getCmsComponentMediaFormats()Method parameters in de.hybris.platform.cmsfacades.media.service.impl with type arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionDefaultCMSMediaFormatService.getMediaFormatsByComponentType(Class<? extends AbstractCMSComponentModel> classType) voidDefaultCMSMediaFormatService.setCmsComponentMediaFormats(Map<Class<? extends AbstractCMSComponentModel>, Collection<String>> cmsComponentMediaFormats) -
Uses of AbstractCMSComponentModel in de.hybris.platform.cmsfacades.pagescontentslotscomponents.impl
Methods in de.hybris.platform.cmsfacades.pagescontentslotscomponents.impl that return AbstractCMSComponentModelModifier and TypeMethodDescriptionprotected AbstractCMSComponentModelDefaultPageContentSlotComponentFacade.fetchComponent(String componentId) Methods in de.hybris.platform.cmsfacades.pagescontentslotscomponents.impl with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionprotected PageContentSlotComponentDataDefaultPageContentSlotComponentFacade.buildPageContentSlotComponent(String pageId, String slotId, Integer position, AbstractCMSComponentModel component) Build a singlePageContentSlotComponentData. -
Uses of AbstractCMSComponentModel in de.hybris.platform.cmsfacades.pagescontentslotscontainers.impl
Methods in de.hybris.platform.cmsfacades.pagescontentslotscontainers.impl with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionDefaultPageContentSlotContainerFacade.getComponentUuid(AbstractCMSComponentModel component) Retrieves the UUID of the provided component. -
Uses of AbstractCMSComponentModel in de.hybris.platform.cmsfacades.rendering.impl
Methods in de.hybris.platform.cmsfacades.rendering.impl that return types with arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionDefaultComponentRenderingService.getComponentRenderingConverter()Methods in de.hybris.platform.cmsfacades.rendering.impl with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionprotected Optional<AbstractCMSComponentData>DefaultComponentRenderingService.getComponentData(AbstractCMSComponentModel componentModel, RestrictionData restrictionData) Method parameters in de.hybris.platform.cmsfacades.rendering.impl with type arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionprotected SearchPageData<AbstractCMSComponentData>DefaultComponentRenderingService.getComponentsData(SearchPageData<AbstractCMSComponentModel> componentsSearchData, RestrictionData restrictionData) Returns the list of foundAbstractCMSComponentDatainSearchPageDatabased onRestrictionDataobject.voidDefaultComponentRenderingService.setComponentRenderingConverter(Converter<AbstractCMSComponentModel, AbstractCMSComponentData> componentRenderingConverter) -
Uses of AbstractCMSComponentModel in de.hybris.platform.cmsfacades.rendering.populators
Methods in de.hybris.platform.cmsfacades.rendering.populators that return types with arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionContentSlotModelToDataRenderingPopulator.getCmsComponentModelToDataRenderingConverter()Methods in de.hybris.platform.cmsfacades.rendering.populators with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionprotected AbstractCMSComponentDataContentSlotModelToDataRenderingPopulator.convertComponentModelToData(AbstractCMSComponentModel component) Converts given component model to component dataprotected voidContentSlotModelToDataRenderingPopulatorTest.markComponentAsDisallowed(AbstractCMSComponentModel componentModel) voidCMSComponentModelToDataRenderingPopulator.populate(AbstractCMSComponentModel componentModel, AbstractCMSComponentData componentData) protected voidContentSlotModelToDataRenderingPopulatorTest.setComponentsInSlot(AbstractCMSComponentModel... components) Method parameters in de.hybris.platform.cmsfacades.rendering.populators with type arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionvoidContentSlotModelToDataRenderingPopulator.setCmsComponentModelToDataRenderingConverter(Converter<AbstractCMSComponentModel, AbstractCMSComponentData> cmsComponentModelToDataRenderingConverter) -
Uses of AbstractCMSComponentModel in de.hybris.platform.cmsfacades.rendering.strategies
Methods in de.hybris.platform.cmsfacades.rendering.strategies that return types with arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionRenderingAttributeValueToRepresentationStrategy.getCmsComponentModelToDataRenderingConverter()protected Converter<AbstractCMSComponentModel,String> RenderingAttributeValueToRepresentationStrategy.getSimpleCmsComponentAttributeConverter()Methods in de.hybris.platform.cmsfacades.rendering.strategies with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionprotected voidRenderingAttributeValueToRepresentationStrategyTest.markComponentAsDisallowed(AbstractCMSComponentModel component) Method parameters in de.hybris.platform.cmsfacades.rendering.strategies with type arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionvoidRenderingAttributeValueToRepresentationStrategy.setCmsComponentModelToDataRenderingConverter(Converter<AbstractCMSComponentModel, AbstractCMSComponentData> cmsComponentModelToDataRenderingConverter) voidRenderingAttributeValueToRepresentationStrategy.setSimpleCmsComponentAttributeConverter(Converter<AbstractCMSComponentModel, String> simpleCmsComponentAttributeConverter) -
Uses of AbstractCMSComponentModel in de.hybris.platform.cmsfacades.rendering.visibility.impl
Methods in de.hybris.platform.cmsfacades.rendering.visibility.impl with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionbooleanCMSComponentRenderingVisibilityRule.isVisible(AbstractCMSComponentModel component) protected voidCMSComponentRenderingVisibilityRuleTest.makeComponentInvisible(AbstractCMSComponentModel component) protected voidCMSComponentRenderingVisibilityRuleTest.makeComponentVisibilityNull(AbstractCMSComponentModel component) protected voidCMSComponentRenderingVisibilityRuleTest.removeRestrictionsFromComponent(AbstractCMSComponentModel component) protected voidCMSComponentRenderingVisibilityRuleTest.restrictComponent(AbstractCMSComponentModel component) -
Uses of AbstractCMSComponentModel in de.hybris.platform.cmsfacades.synchronization.itemvisitors
Classes in de.hybris.platform.cmsfacades.synchronization.itemvisitors with type parameters of type AbstractCMSComponentModelModifier and TypeClassDescriptionclassAbstractCMSComponentModelVisitor<CMSCOMPONENTTYPE extends AbstractCMSComponentModel>Abstract class for visitingAbstractCMSComponentModelmodels for the cms synchronization service to work properly. -
Uses of AbstractCMSComponentModel in de.hybris.platform.cmsfacades.util.builder
Methods in de.hybris.platform.cmsfacades.util.builder with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionContentSlotModelBuilder.withCmsComponents(AbstractCMSComponentModel... components) CMSTimeRestrictionModelBuilder.withComponents(AbstractCMSComponentModel... components) -
Uses of AbstractCMSComponentModel in de.hybris.platform.cmsfacades.util.models
Methods in de.hybris.platform.cmsfacades.util.models with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionCMSTimeRestrictionModelMother.createTodayRestrictionAndAssignToComponents(CatalogVersionModel catalogVersion, AbstractCMSComponentModel... components) -
Uses of AbstractCMSComponentModel in de.hybris.platform.configurablebundleservices.model.components
Subclasses of AbstractCMSComponentModel in de.hybris.platform.configurablebundleservices.model.componentsModifier and TypeClassDescriptionclassGenerated model class for type BundleCarouselComponent first defined at extension configurablebundleservices. -
Uses of AbstractCMSComponentModel in de.hybris.platform.consignmenttrackingaddon.model
Modifier and TypeClassDescriptionclassGenerated model class for type ConsignmentTrackingAction first defined at extension consignmenttrackingaddon. -
Uses of AbstractCMSComponentModel in de.hybris.platform.hybrisanalyticsaddon.model
Subclasses of AbstractCMSComponentModel in de.hybris.platform.hybrisanalyticsaddon.modelModifier and TypeClassDescriptionclassGenerated model class for type HybrisAnalyticsTagScriptComponent first defined at extension hybrisanalyticsaddon. -
Uses of AbstractCMSComponentModel in de.hybris.platform.marketplaceaddon.controllers.cms
Classes in de.hybris.platform.marketplaceaddon.controllers.cms with type parameters of type AbstractCMSComponentModelModifier and TypeClassDescriptionclassBase controller for CMS components used in Marketplace service extension -
Uses of AbstractCMSComponentModel in de.hybris.platform.marketplaceaddon.model
Subclasses of AbstractCMSComponentModel in de.hybris.platform.marketplaceaddon.modelModifier and TypeClassDescriptionclassGenerated model class for type OrderReviewAction first defined at extension marketplaceaddon.classGenerated model class for type VendorHomepageAction first defined at extension marketplaceaddon. -
Uses of AbstractCMSComponentModel in de.hybris.platform.marketplaceaddon.renderer.impl
Classes in de.hybris.platform.marketplaceaddon.renderer.impl with type parameters of type AbstractCMSComponentModelModifier and TypeClassDescriptionclass -
Uses of AbstractCMSComponentModel in de.hybris.platform.marketplaceservices.dao
Methods in de.hybris.platform.marketplaceservices.dao that return types with arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionMarketplaceCMSComponentDao.findCMSComponentsByContentSlot(String contentSlotId, List<CatalogVersionModel> catalogVersions) Find components in given content slot and catalog version -
Uses of AbstractCMSComponentModel in de.hybris.platform.marketplaceservices.dao.impl
Methods in de.hybris.platform.marketplaceservices.dao.impl that return types with arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionDefaultMarketplaceCMSComponentDao.findCMSComponentsByContentSlot(String contentSlotId, List<CatalogVersionModel> catalogVersions) Method parameters in de.hybris.platform.marketplaceservices.dao.impl with type arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionprotected voidDefaultMarketplaceCMSComponentDaoTest.assertContainsComponentUid(List<AbstractCMSComponentModel> components1, String componentUid) -
Uses of AbstractCMSComponentModel in de.hybris.platform.marketplaceservices.strategies
Methods in de.hybris.platform.marketplaceservices.strategies that return types with arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionVendorCMSStrategy.getVendorProductCarouselComponents(VendorModel vendor) get the product carousel components in a vendor landing page -
Uses of AbstractCMSComponentModel in de.hybris.platform.marketplaceservices.strategies.impl
Methods in de.hybris.platform.marketplaceservices.strategies.impl that return types with arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionDefaultVendorCMSStrategy.getVendorProductCarouselComponents(VendorModel vendor) Methods in de.hybris.platform.marketplaceservices.strategies.impl with parameters of type AbstractCMSComponentModelModifier 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 components -
Uses of AbstractCMSComponentModel in de.hybris.platform.marketplaceservices.vendor
Methods in de.hybris.platform.marketplaceservices.vendor that return types with arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionVendorCMSService.getCMSComponentByIdAndCatalogVersion(String id, CatalogVersionModel catalogVersion) get component by its uid and catalog versionVendorCMSService.getCMSComponentsByContentSlotAndCatalogVersions(String contentSlotId, List<CatalogVersionModel> catalogVersions) get component by content slot and catalog version -
Uses of AbstractCMSComponentModel in de.hybris.platform.marketplaceservices.vendor.impl
Methods in de.hybris.platform.marketplaceservices.vendor.impl that return types with arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionDefaultVendorCMSService.getCMSComponentByIdAndCatalogVersion(String id, CatalogVersionModel catalogVersion) DefaultVendorCMSService.getCMSComponentsByContentSlotAndCatalogVersions(String contentSlotId, List<CatalogVersionModel> catalogVersions) -
Uses of AbstractCMSComponentModel in de.hybris.platform.orderselfserviceaddon.model.actions
Modifier and TypeClassDescriptionclassGenerated model class for type CancelOrderAction first defined at extension orderselfserviceaddon.classGenerated model class for type CancelReturnAction first defined at extension orderselfserviceaddon.classGenerated model class for type ReturnOrderAction first defined at extension orderselfserviceaddon. -
Uses of AbstractCMSComponentModel in de.hybris.platform.personalizationaddon
Methods in de.hybris.platform.personalizationaddon with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionPersonalizationDynamicAttributeService.getDynamicComponentAttributes(AbstractCMSComponentModel component, ContentSlotModel contentSlot) -
Uses of AbstractCMSComponentModel in de.hybris.platform.personalizationaddon.model
Subclasses of AbstractCMSComponentModel in de.hybris.platform.personalizationaddon.modelModifier and TypeClassDescriptionclassGenerated model class for type PersonalizationScriptComponent first defined at extension personalizationaddon. -
Uses of AbstractCMSComponentModel in de.hybris.platform.personalizationcms.model
Subclasses of AbstractCMSComponentModel in de.hybris.platform.personalizationcms.modelModifier and TypeClassDescriptionclassGenerated model class for type CxCmsComponentContainer first defined at extension personalizationcms. -
Uses of AbstractCMSComponentModel in de.hybris.platform.personalizationcms.rendering.populators
Methods in de.hybris.platform.personalizationcms.rendering.populators with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionprotected AbstractCMSComponentDataCxContentSlotModelToDataRenderingPopulator.convertComponentInContainerToData(AbstractCMSComponentModel component, AbstractCMSComponentData containerData) protected Stream<AbstractCMSComponentData>CxContentSlotModelToDataRenderingPopulator.mapComponent(AbstractCMSComponentModel component) -
Uses of AbstractCMSComponentModel in de.hybris.platform.personalizationcms.service
Methods in de.hybris.platform.personalizationcms.service with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionCxCMSDynamicAttributeService.getDynamicComponentAttributes(AbstractCMSComponentModel component, ContentSlotModel contentSlot) -
Uses of AbstractCMSComponentModel in de.hybris.platform.personalizationcms.strategy
Methods in de.hybris.platform.personalizationcms.strategy that return types with arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionprotected List<AbstractCMSComponentModel>DefaultCxCmsContainerStrategy.getDisplayComponents(CxCmsComponentContainerModel container) DefaultCxCmsContainerStrategy.getDisplayComponentsForContainer(AbstractCMSComponentContainerModel container) -
Uses of AbstractCMSComponentModel in de.hybris.platform.personalizationcmsweb.queries
Methods in de.hybris.platform.personalizationcmsweb.queries with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionprotected booleanCxReplaceComponentWithContainerExecutor.isComponentInSlot(AbstractCMSComponentModel component, ContentSlotModel slot) protected voidCxReplaceComponentWithContainerExecutor.replaceAndSaveComponents(AbstractCMSComponentModel component, CxCmsComponentContainerModel container, ContentSlotModel slot) -
Uses of AbstractCMSComponentModel in de.hybris.platform.sap.productconfig.b2bfrontend.model.actions
Subclasses of AbstractCMSComponentModel in de.hybris.platform.sap.productconfig.b2bfrontend.model.actionsModifier and TypeClassDescriptionclassGenerated model class for type CPQReorderAction first defined at extension sapproductconfigb2baddon. -
Uses of AbstractCMSComponentModel in de.hybris.platform.sap.productconfig.frontend.model
Modifier and TypeClassDescriptionclassGenerated model class for type CartConfigurationDisplayComponent first defined at extension ysapproductconfigaddon.classGenerated model class for type ProductAddConfigToCartComponent first defined at extension ysapproductconfigaddon.classGenerated model class for type ProductConfigurationFilterComponent first defined at extension ysapproductconfigaddon.classGenerated model class for type ProductConfigurationFormComponent first defined at extension ysapproductconfigaddon.classGenerated model class for type ProductConfigurationImageComponent first defined at extension ysapproductconfigaddon.classGenerated model class for type ProductConfigurationMenuComponent first defined at extension ysapproductconfigaddon.classGenerated model class for type ProductConfigurationOverviewComponent first defined at extension ysapproductconfigaddon.classGenerated model class for type ProductConfigurationOverviewTitleComponent first defined at extension ysapproductconfigaddon.classGenerated model class for type ProductConfigurationPrevNextComponent first defined at extension ysapproductconfigaddon.classGenerated model class for type ProductConfigurationPriceSummaryComponent first defined at extension ysapproductconfigaddon.classGenerated model class for type ProductConfigurationTitleSummaryComponent first defined at extension ysapproductconfigaddon.classGenerated model class for type ProductConfigurationVariantListComponent first defined at extension ysapproductconfigaddon. -
Uses of AbstractCMSComponentModel in de.hybris.platform.sap.productconfig.frontend.renderer
Methods in de.hybris.platform.sap.productconfig.frontend.renderer with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionPriceSummaryComponentRenderer.getVariablesToExpose(javax.servlet.jsp.PageContext pageContext, AbstractCMSComponentModel component) -
Uses of AbstractCMSComponentModel in de.hybris.platform.selectivecartaddon.model.components
Modifier and TypeClassDescriptionclassGenerated model class for type SelectiveCartCMSComponent first defined at extension selectivecartaddon. -
Uses of AbstractCMSComponentModel in de.hybris.platform.selectivecartsplitlistaddon.model.components
Subclasses of AbstractCMSComponentModel in de.hybris.platform.selectivecartsplitlistaddon.model.componentsModifier and TypeClassDescriptionclassGenerated model class for type SaveForLaterCMSComponent first defined at extension selectivecartsplitlistaddon. -
Uses of AbstractCMSComponentModel in de.hybris.platform.smarteditaddon.cms.services.impl
Methods in de.hybris.platform.smarteditaddon.cms.services.impl with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionCMSSmartEditDynamicAttributeService.getDynamicComponentAttributes(AbstractCMSComponentModel component, ContentSlotModel contentSlot) 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 AbstractCMSComponentModel in de.hybris.platform.smarteditaddon.service
Methods in de.hybris.platform.smarteditaddon.service with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionprotected StringSmartEditEmailTemplateService.createSmartEditDivForComponent(AbstractCMSComponentModel model, ContentSlotModel contentSlot, String divContent) SmartEditEmailComponentRenderingService.renderComponent(AbstractCMSComponentModel component) Renders given CmsComponent for email template purposes -
Uses of AbstractCMSComponentModel in de.hybris.platform.smarteditaddon.service.impl
Methods in de.hybris.platform.smarteditaddon.service.impl with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionprotected voidDefaultSmartEditEmailComponentRenderingService.processProperties(AbstractCMSComponentModel component, Map<String, Object> componentContext) Populate a componentContext with it's editor properties SeeCMSComponentServiceDefaultSmartEditEmailComponentRenderingService.renderComponent(AbstractCMSComponentModel component) protected StringDefaultSmartEditEmailComponentRenderingService.renderTemplate(AbstractCMSComponentModel component, RendererTemplateModel renderTemplate, BaseSiteModel site) Render the given component template with data from the given component -
Uses of AbstractCMSComponentModel in de.hybris.platform.stocknotificationaddon.renderer.impl
Classes in de.hybris.platform.stocknotificationaddon.renderer.impl with type parameters of type AbstractCMSComponentModelModifier and TypeClassDescriptionclassWhen product is out of stock, stock notification should be displayed instead of existing AddToCartAction. -
Uses of AbstractCMSComponentModel in de.hybris.platform.timedaccesspromotionengineaddon.controllers.cms
Methods in de.hybris.platform.timedaccesspromotionengineaddon.controllers.cms with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionprotected voidAddToCartActionController.fillModel(javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model model, AbstractCMSComponentModel component) protected StringAddToCartActionController.getAddonUiExtensionName(AbstractCMSComponentModel component) -
Uses of AbstractCMSComponentModel in de.hybris.platform.xyformsservices.model.component
Modifier and TypeClassDescriptionclassGenerated model class for type YFormCMSComponent first defined at extension xyformsservices. -
Uses of AbstractCMSComponentModel in de.hybris.platform.yacceleratorstorefront.controllers.cms
Classes in de.hybris.platform.yacceleratorstorefront.controllers.cms with type parameters of type AbstractCMSComponentModelModifier and TypeClassDescriptionclassAbstract accelerator CMS component controller providing a common implementation for the getView method.Methods in de.hybris.platform.yacceleratorstorefront.controllers.cms with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionprotected voidDefaultCMSComponentController.fillModel(javax.servlet.http.HttpServletRequest request, org.springframework.ui.Model model, AbstractCMSComponentModel component) -
Uses of AbstractCMSComponentModel in de.hybris.platform.yacceleratorstorefront.interceptors.beforeview
Methods in de.hybris.platform.yacceleratorstorefront.interceptors.beforeview with parameters of type AbstractCMSComponentModelModifier and TypeMethodDescriptionprotected StringCmsPageBeforeViewHandler.getNameOfComponentExtension(AbstractCMSComponentModel component) Method parameters in de.hybris.platform.yacceleratorstorefront.interceptors.beforeview with type arguments of type AbstractCMSComponentModelModifier and TypeMethodDescriptionprotected voidCmsPageBeforeViewHandler.addCmsComponentActions(Set<String> actonJsFiles, List<AbstractCMSComponentModel> cmsComponents, List<String> dependantAddOns)