Class GeneratedAcceleratorCmsManager

    • Field Detail

      • PRODUCTFEATURECOMPONENTS2PRODUCTRELPRODUCTFEATURECOMPONENTSHANDLER

        protected static final OneToManyHandler<ProductFeatureComponent> PRODUCTFEATURECOMPONENTS2PRODUCTRELPRODUCTFEATURECOMPONENTSHANDLER
        OneToManyHandler for handling 1:n PRODUCTFEATURECOMPONENTS's relation attributes from 'many' side.
      • CATEGORYFEATURECOMPONENTS2CATEGORYRELCATEGORYFEATURECOMPONENTSHANDLER

        protected static final OneToManyHandler<CategoryFeatureComponent> CATEGORYFEATURECOMPONENTS2CATEGORYRELCATEGORYFEATURECOMPONENTSHANDLER
        OneToManyHandler for handling 1:n CATEGORYFEATURECOMPONENTS's relation attributes from 'many' side.
      • CMSACTIONSFORCMSCOMPONENTS_SRC_ORDERED

        protected static java.lang.String CMSACTIONSFORCMSCOMPONENTS_SRC_ORDERED
        Relation ordering override parameter constants for CmsActionsForCmsComponents from ((acceleratorcms))
      • CMSACTIONSFORCMSCOMPONENTS_TGT_ORDERED

        protected static java.lang.String CMSACTIONSFORCMSCOMPONENTS_TGT_ORDERED
      • CMSACTIONSFORCMSCOMPONENTS_MARKMODIFIED

        protected static java.lang.String CMSACTIONSFORCMSCOMPONENTS_MARKMODIFIED
        Relation disable markmodifed parameter constants for CmsActionsForCmsComponents from ((acceleratorcms))
      • APPLICABLECMSACTIONSTYPEFORCMSCOMPONENT_SRC_ORDERED

        protected static java.lang.String APPLICABLECMSACTIONSTYPEFORCMSCOMPONENT_SRC_ORDERED
        Relation ordering override parameter constants for ApplicableCmsActionsTypeForCmsComponent from ((acceleratorcms))
      • APPLICABLECMSACTIONSTYPEFORCMSCOMPONENT_TGT_ORDERED

        protected static java.lang.String APPLICABLECMSACTIONSTYPEFORCMSCOMPONENT_TGT_ORDERED
      • APPLICABLECMSACTIONSTYPEFORCMSCOMPONENT_MARKMODIFIED

        protected static java.lang.String APPLICABLECMSACTIONSTYPEFORCMSCOMPONENT_MARKMODIFIED
        Relation disable markmodifed parameter constants for ApplicableCmsActionsTypeForCmsComponent from ((acceleratorcms))
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​Item.AttributeMode>> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedAcceleratorCmsManager

        public GeneratedAcceleratorCmsManager()
    • Method Detail

      • getActions

        public java.util.List<AbstractCMSAction> getActions​(AbstractCMSComponent item)
        Generated method - Getter of the AbstractCMSComponent.actions attribute.
        Returns:
        the actions
      • setActions

        public void setActions​(AbstractCMSComponent item,
                               java.util.List<AbstractCMSAction> value)
        Generated method - Setter of the AbstractCMSComponent.actions attribute.
        Parameters:
        value - the actions
      • addToActions

        public void addToActions​(AbstractCMSComponent item,
                                 AbstractCMSAction value)
        Generated method - Adds value to actions.
        Parameters:
        value - the item to add to actions
      • removeFromActions

        public void removeFromActions​(AbstractCMSComponent item,
                                      AbstractCMSAction value)
        Generated method - Removes value from actions.
        Parameters:
        value - the item to remove from actions
      • getActionTypes

        public java.util.Collection<CMSActionType> getActionTypes​(SessionContext ctx,
                                                                  CMSComponentType item)
        Generated method - Getter of the CMSComponentType.actionTypes attribute.
        Returns:
        the actionTypes
      • getActionTypes

        public java.util.Collection<CMSActionType> getActionTypes​(CMSComponentType item)
        Generated method - Getter of the CMSComponentType.actionTypes attribute.
        Returns:
        the actionTypes
      • getActionTypesCount

        public long getActionTypesCount​(CMSComponentType item)
      • setActionTypes

        public void setActionTypes​(SessionContext ctx,
                                   CMSComponentType item,
                                   java.util.Collection<CMSActionType> value)
        Generated method - Setter of the CMSComponentType.actionTypes attribute.
        Parameters:
        value - the actionTypes
      • setActionTypes

        public void setActionTypes​(CMSComponentType item,
                                   java.util.Collection<CMSActionType> value)
        Generated method - Setter of the CMSComponentType.actionTypes attribute.
        Parameters:
        value - the actionTypes
      • addToActionTypes

        public void addToActionTypes​(SessionContext ctx,
                                     CMSComponentType item,
                                     CMSActionType value)
        Generated method - Adds value to actionTypes.
        Parameters:
        value - the item to add to actionTypes
      • addToActionTypes

        public void addToActionTypes​(CMSComponentType item,
                                     CMSActionType value)
        Generated method - Adds value to actionTypes.
        Parameters:
        value - the item to add to actionTypes
      • removeFromActionTypes

        public void removeFromActionTypes​(SessionContext ctx,
                                          CMSComponentType item,
                                          CMSActionType value)
        Generated method - Removes value from actionTypes.
        Parameters:
        value - the item to remove from actionTypes
      • removeFromActionTypes

        public void removeFromActionTypes​(CMSComponentType item,
                                          CMSActionType value)
        Generated method - Removes value from actionTypes.
        Parameters:
        value - the item to remove from actionTypes
      • getCategoryCode

        public java.lang.String getCategoryCode​(SessionContext ctx,
                                                ProductCarouselComponent item)
        Generated method - Getter of the ProductCarouselComponent.categoryCode attribute.
        Returns:
        the categoryCode - A code for a category for a solr search
      • getCategoryCode

        public java.lang.String getCategoryCode​(ProductCarouselComponent item)
        Generated method - Getter of the ProductCarouselComponent.categoryCode attribute.
        Returns:
        the categoryCode - A code for a category for a solr search
      • setCategoryCode

        public void setCategoryCode​(SessionContext ctx,
                                    ProductCarouselComponent item,
                                    java.lang.String value)
        Generated method - Setter of the ProductCarouselComponent.categoryCode attribute.
        Parameters:
        value - the categoryCode - A code for a category for a solr search
      • setCategoryCode

        public void setCategoryCode​(ProductCarouselComponent item,
                                    java.lang.String value)
        Generated method - Setter of the ProductCarouselComponent.categoryCode attribute.
        Parameters:
        value - the categoryCode - A code for a category for a solr search
      • getCategoryFeatureComponents

        public java.util.List<CategoryFeatureComponent> getCategoryFeatureComponents​(SessionContext ctx,
                                                                                     Category item)
        Generated method - Getter of the Category.categoryFeatureComponents attribute.
        Returns:
        the categoryFeatureComponents
      • getCategoryFeatureComponents

        public java.util.List<CategoryFeatureComponent> getCategoryFeatureComponents​(Category item)
        Generated method - Getter of the Category.categoryFeatureComponents attribute.
        Returns:
        the categoryFeatureComponents
      • setCategoryFeatureComponents

        public void setCategoryFeatureComponents​(SessionContext ctx,
                                                 Category item,
                                                 java.util.List<CategoryFeatureComponent> value)
        Generated method - Setter of the Category.categoryFeatureComponents attribute.
        Parameters:
        value - the categoryFeatureComponents
      • setCategoryFeatureComponents

        public void setCategoryFeatureComponents​(Category item,
                                                 java.util.List<CategoryFeatureComponent> value)
        Generated method - Setter of the Category.categoryFeatureComponents attribute.
        Parameters:
        value - the categoryFeatureComponents
      • addToCategoryFeatureComponents

        public void addToCategoryFeatureComponents​(SessionContext ctx,
                                                   Category item,
                                                   CategoryFeatureComponent value)
        Generated method - Adds value to categoryFeatureComponents.
        Parameters:
        value - the item to add to categoryFeatureComponents
      • addToCategoryFeatureComponents

        public void addToCategoryFeatureComponents​(Category item,
                                                   CategoryFeatureComponent value)
        Generated method - Adds value to categoryFeatureComponents.
        Parameters:
        value - the item to add to categoryFeatureComponents
      • removeFromCategoryFeatureComponents

        public void removeFromCategoryFeatureComponents​(SessionContext ctx,
                                                        Category item,
                                                        CategoryFeatureComponent value)
        Generated method - Removes value from categoryFeatureComponents.
        Parameters:
        value - the item to remove from categoryFeatureComponents
      • removeFromCategoryFeatureComponents

        public void removeFromCategoryFeatureComponents​(Category item,
                                                        CategoryFeatureComponent value)
        Generated method - Removes value from categoryFeatureComponents.
        Parameters:
        value - the item to remove from categoryFeatureComponents
      • createAccountBookmarkComponent

        public AccountBookmarkComponent createAccountBookmarkComponent​(java.util.Map attributeValues)
      • createAccountControlComponent

        public AccountControlComponent createAccountControlComponent​(java.util.Map attributeValues)
      • createAccountNavigationComponent

        public AccountNavigationComponent createAccountNavigationComponent​(java.util.Map attributeValues)
      • createAddToCartAction

        public AddToCartAction createAddToCartAction​(java.util.Map attributeValues)
      • createBreadcrumbComponent

        public BreadcrumbComponent createBreadcrumbComponent​(java.util.Map attributeValues)
      • createCartSuggestionComponent

        public CartSuggestionComponent createCartSuggestionComponent​(java.util.Map attributeValues)
      • createCategoryFeatureComponent

        public CategoryFeatureComponent createCategoryFeatureComponent​(java.util.Map attributeValues)
      • createCategoryNavigationComponent

        public CategoryNavigationComponent createCategoryNavigationComponent​(java.util.Map attributeValues)
      • createCMSActionRestriction

        public CMSActionRestriction createCMSActionRestriction​(java.util.Map attributeValues)
      • createCMSActionType

        public CMSActionType createCMSActionType​(java.util.Map attributeValues)
      • createCMSProductListComponent

        public CMSProductListComponent createCMSProductListComponent​(java.util.Map attributeValues)
      • createCMSTabParagraphComponent

        public CMSTabParagraphComponent createCMSTabParagraphComponent​(java.util.Map attributeValues)
      • createCMSTabParagraphContainer

        public CMSTabParagraphContainer createCMSTabParagraphContainer​(java.util.Map attributeValues)
      • createCMSUiExperienceRestriction

        public CMSUiExperienceRestriction createCMSUiExperienceRestriction​(java.util.Map attributeValues)
      • createDynamicBannerComponent

        public DynamicBannerComponent createDynamicBannerComponent​(java.util.Map attributeValues)
      • createFooterComponent

        public FooterComponent createFooterComponent​(java.util.Map attributeValues)
      • createFooterNavigationComponent

        public FooterNavigationComponent createFooterNavigationComponent​(java.util.Map attributeValues)
      • createImageMapComponent

        public ImageMapComponent createImageMapComponent​(java.util.Map attributeValues)
      • createJspIncludeComponent

        public JspIncludeComponent createJspIncludeComponent​(java.util.Map attributeValues)
      • createLanguageCurrencyComponent

        public LanguageCurrencyComponent createLanguageCurrencyComponent​(java.util.Map attributeValues)
      • createListAddToCartAction

        public ListAddToCartAction createListAddToCartAction​(java.util.Map attributeValues)
      • createListAddToEntryGroupAction

        public ListAddToEntryGroupAction createListAddToEntryGroupAction​(java.util.Map attributeValues)
      • createListOrderFormAction

        public ListOrderFormAction createListOrderFormAction​(java.util.Map attributeValues)
      • createListPickUpInStoreAction

        public ListPickUpInStoreAction createListPickUpInStoreAction​(java.util.Map attributeValues)
      • createLogoComponent

        public LogoComponent createLogoComponent​(java.util.Map attributeValues)
      • createMiniCartComponent

        public MiniCartComponent createMiniCartComponent​(java.util.Map attributeValues)
      • createNavigationBarComponent

        public NavigationBarComponent createNavigationBarComponent​(java.util.Map attributeValues)
      • createNavigationComponent

        public NavigationComponent createNavigationComponent​(java.util.Map attributeValues)
      • createPickUpInStoreAction

        public PickUpInStoreAction createPickUpInStoreAction​(java.util.Map attributeValues)
      • createProductAddToCartComponent

        public ProductAddToCartComponent createProductAddToCartComponent​(java.util.Map attributeValues)
      • createProductFeatureComponent

        public ProductFeatureComponent createProductFeatureComponent​(java.util.Map attributeValues)
      • createProductGridComponent

        public ProductGridComponent createProductGridComponent​(java.util.Map attributeValues)
      • createProductReferencesComponent

        public ProductReferencesComponent createProductReferencesComponent​(java.util.Map attributeValues)
      • createProductRefinementComponent

        public ProductRefinementComponent createProductRefinementComponent​(java.util.Map attributeValues)
      • createSearchBoxComponent

        public SearchBoxComponent createSearchBoxComponent​(java.util.Map attributeValues)
      • createSearchResultsGridComponent

        public SearchResultsGridComponent createSearchResultsGridComponent​(java.util.Map attributeValues)
      • createSearchResultsListComponent

        public SearchResultsListComponent createSearchResultsListComponent​(java.util.Map attributeValues)
      • createSimpleBannerComponent

        public SimpleBannerComponent createSimpleBannerComponent​(java.util.Map attributeValues)
      • createSimpleSuggestionComponent

        public SimpleSuggestionComponent createSimpleSuggestionComponent​(java.util.Map attributeValues)
      • createStoreFinderComponent

        public StoreFinderComponent createStoreFinderComponent​(java.util.Map attributeValues)
      • createSubCategoryListComponent

        public SubCategoryListComponent createSubCategoryListComponent​(java.util.Map attributeValues)
      • createViewOrderAction

        public ViewOrderAction createViewOrderAction​(java.util.Map attributeValues)
      • createViewStoreAction

        public ViewStoreAction createViewStoreAction​(java.util.Map attributeValues)
      • getDescription

        public java.lang.String getDescription​(SessionContext ctx,
                                               ContentPage item)
        Generated method - Getter of the ContentPage.description attribute.
        Returns:
        the description - Localized content page description.
      • getDescription

        public java.lang.String getDescription​(ContentPage item)
        Generated method - Getter of the ContentPage.description attribute.
        Returns:
        the description - Localized content page description.
      • getAllDescription

        public java.util.Map<Language,​java.lang.String> getAllDescription​(SessionContext ctx,
                                                                                ContentPage item)
        Generated method - Getter of the ContentPage.description attribute.
        Returns:
        the localized description - Localized content page description.
      • getAllDescription

        public java.util.Map<Language,​java.lang.String> getAllDescription​(ContentPage item)
        Generated method - Getter of the ContentPage.description attribute.
        Returns:
        the localized description - Localized content page description.
      • setDescription

        public void setDescription​(SessionContext ctx,
                                   ContentPage item,
                                   java.lang.String value)
        Generated method - Setter of the ContentPage.description attribute.
        Parameters:
        value - the description - Localized content page description.
      • setDescription

        public void setDescription​(ContentPage item,
                                   java.lang.String value)
        Generated method - Setter of the ContentPage.description attribute.
        Parameters:
        value - the description - Localized content page description.
      • setAllDescription

        public void setAllDescription​(SessionContext ctx,
                                      ContentPage item,
                                      java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the ContentPage.description attribute.
        Parameters:
        value - the description - Localized content page description.
      • setAllDescription

        public void setAllDescription​(ContentPage item,
                                      java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the ContentPage.description attribute.
        Parameters:
        value - the description - Localized content page description.
      • getName

        public java.lang.String getName()
        Specified by:
        getName in class Extension
      • getKeywords

        public java.lang.String getKeywords​(SessionContext ctx,
                                            ContentPage item)
        Generated method - Getter of the ContentPage.keywords attribute.
        Returns:
        the keywords - Localized content page keywords.
      • getKeywords

        public java.lang.String getKeywords​(ContentPage item)
        Generated method - Getter of the ContentPage.keywords attribute.
        Returns:
        the keywords - Localized content page keywords.
      • getAllKeywords

        public java.util.Map<Language,​java.lang.String> getAllKeywords​(SessionContext ctx,
                                                                             ContentPage item)
        Generated method - Getter of the ContentPage.keywords attribute.
        Returns:
        the localized keywords - Localized content page keywords.
      • getAllKeywords

        public java.util.Map<Language,​java.lang.String> getAllKeywords​(ContentPage item)
        Generated method - Getter of the ContentPage.keywords attribute.
        Returns:
        the localized keywords - Localized content page keywords.
      • setKeywords

        public void setKeywords​(SessionContext ctx,
                                ContentPage item,
                                java.lang.String value)
        Generated method - Setter of the ContentPage.keywords attribute.
        Parameters:
        value - the keywords - Localized content page keywords.
      • setKeywords

        public void setKeywords​(ContentPage item,
                                java.lang.String value)
        Generated method - Setter of the ContentPage.keywords attribute.
        Parameters:
        value - the keywords - Localized content page keywords.
      • setAllKeywords

        public void setAllKeywords​(SessionContext ctx,
                                   ContentPage item,
                                   java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the ContentPage.keywords attribute.
        Parameters:
        value - the keywords - Localized content page keywords.
      • setAllKeywords

        public void setAllKeywords​(ContentPage item,
                                   java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the ContentPage.keywords attribute.
        Parameters:
        value - the keywords - Localized content page keywords.
      • isPopup

        public java.lang.Boolean isPopup​(SessionContext ctx,
                                         ProductCarouselComponent item)
        Generated method - Getter of the ProductCarouselComponent.popup attribute.
        Returns:
        the popup - If true shows a popup else redirects to products page
      • isPopup

        public java.lang.Boolean isPopup​(ProductCarouselComponent item)
        Generated method - Getter of the ProductCarouselComponent.popup attribute.
        Returns:
        the popup - If true shows a popup else redirects to products page
      • isPopupAsPrimitive

        public boolean isPopupAsPrimitive​(SessionContext ctx,
                                          ProductCarouselComponent item)
        Generated method - Getter of the ProductCarouselComponent.popup attribute.
        Returns:
        the popup - If true shows a popup else redirects to products page
      • isPopupAsPrimitive

        public boolean isPopupAsPrimitive​(ProductCarouselComponent item)
        Generated method - Getter of the ProductCarouselComponent.popup attribute.
        Returns:
        the popup - If true shows a popup else redirects to products page
      • setPopup

        public void setPopup​(SessionContext ctx,
                             ProductCarouselComponent item,
                             java.lang.Boolean value)
        Generated method - Setter of the ProductCarouselComponent.popup attribute.
        Parameters:
        value - the popup - If true shows a popup else redirects to products page
      • setPopup

        public void setPopup​(ProductCarouselComponent item,
                             java.lang.Boolean value)
        Generated method - Setter of the ProductCarouselComponent.popup attribute.
        Parameters:
        value - the popup - If true shows a popup else redirects to products page
      • setPopup

        public void setPopup​(SessionContext ctx,
                             ProductCarouselComponent item,
                             boolean value)
        Generated method - Setter of the ProductCarouselComponent.popup attribute.
        Parameters:
        value - the popup - If true shows a popup else redirects to products page
      • setPopup

        public void setPopup​(ProductCarouselComponent item,
                             boolean value)
        Generated method - Setter of the ProductCarouselComponent.popup attribute.
        Parameters:
        value - the popup - If true shows a popup else redirects to products page
      • getProductFeatureComponents

        public java.util.List<ProductFeatureComponent> getProductFeatureComponents​(SessionContext ctx,
                                                                                   Product item)
        Generated method - Getter of the Product.productFeatureComponents attribute.
        Returns:
        the productFeatureComponents
      • getProductFeatureComponents

        public java.util.List<ProductFeatureComponent> getProductFeatureComponents​(Product item)
        Generated method - Getter of the Product.productFeatureComponents attribute.
        Returns:
        the productFeatureComponents
      • setProductFeatureComponents

        public void setProductFeatureComponents​(SessionContext ctx,
                                                Product item,
                                                java.util.List<ProductFeatureComponent> value)
        Generated method - Setter of the Product.productFeatureComponents attribute.
        Parameters:
        value - the productFeatureComponents
      • setProductFeatureComponents

        public void setProductFeatureComponents​(Product item,
                                                java.util.List<ProductFeatureComponent> value)
        Generated method - Setter of the Product.productFeatureComponents attribute.
        Parameters:
        value - the productFeatureComponents
      • addToProductFeatureComponents

        public void addToProductFeatureComponents​(SessionContext ctx,
                                                  Product item,
                                                  ProductFeatureComponent value)
        Generated method - Adds value to productFeatureComponents.
        Parameters:
        value - the item to add to productFeatureComponents
      • addToProductFeatureComponents

        public void addToProductFeatureComponents​(Product item,
                                                  ProductFeatureComponent value)
        Generated method - Adds value to productFeatureComponents.
        Parameters:
        value - the item to add to productFeatureComponents
      • removeFromProductFeatureComponents

        public void removeFromProductFeatureComponents​(SessionContext ctx,
                                                       Product item,
                                                       ProductFeatureComponent value)
        Generated method - Removes value from productFeatureComponents.
        Parameters:
        value - the item to remove from productFeatureComponents
      • removeFromProductFeatureComponents

        public void removeFromProductFeatureComponents​(Product item,
                                                       ProductFeatureComponent value)
        Generated method - Removes value from productFeatureComponents.
        Parameters:
        value - the item to remove from productFeatureComponents
      • getSearchQuery

        public java.lang.String getSearchQuery​(SessionContext ctx,
                                               ProductCarouselComponent item)
        Generated method - Getter of the ProductCarouselComponent.searchQuery attribute.
        Returns:
        the searchQuery - A solr query string
      • getSearchQuery

        public java.lang.String getSearchQuery​(ProductCarouselComponent item)
        Generated method - Getter of the ProductCarouselComponent.searchQuery attribute.
        Returns:
        the searchQuery - A solr query string
      • setSearchQuery

        public void setSearchQuery​(SessionContext ctx,
                                   ProductCarouselComponent item,
                                   java.lang.String value)
        Generated method - Setter of the ProductCarouselComponent.searchQuery attribute.
        Parameters:
        value - the searchQuery - A solr query string
      • setSearchQuery

        public void setSearchQuery​(ProductCarouselComponent item,
                                   java.lang.String value)
        Generated method - Setter of the ProductCarouselComponent.searchQuery attribute.
        Parameters:
        value - the searchQuery - A solr query string
      • getStyleAttributes

        public java.lang.String getStyleAttributes​(SessionContext ctx,
                                                   CMSLinkComponent item)
        Generated method - Getter of the CMSLinkComponent.styleAttributes attribute.
        Returns:
        the styleAttributes - Can store custom styling attributes for additional styling
      • getStyleAttributes

        public java.lang.String getStyleAttributes​(CMSLinkComponent item)
        Generated method - Getter of the CMSLinkComponent.styleAttributes attribute.
        Returns:
        the styleAttributes - Can store custom styling attributes for additional styling
      • setStyleAttributes

        public void setStyleAttributes​(SessionContext ctx,
                                       CMSLinkComponent item,
                                       java.lang.String value)
        Generated method - Setter of the CMSLinkComponent.styleAttributes attribute.
        Parameters:
        value - the styleAttributes - Can store custom styling attributes for additional styling
      • setStyleAttributes

        public void setStyleAttributes​(CMSLinkComponent item,
                                       java.lang.String value)
        Generated method - Setter of the CMSLinkComponent.styleAttributes attribute.
        Parameters:
        value - the styleAttributes - Can store custom styling attributes for additional styling
      • getTitle

        public java.lang.String getTitle​(SessionContext ctx,
                                         ProductCarouselComponent item)
        Generated method - Getter of the ProductCarouselComponent.title attribute.
        Returns:
        the title - Localized title of the component.
      • getTitle

        public java.lang.String getTitle​(ProductCarouselComponent item)
        Generated method - Getter of the ProductCarouselComponent.title attribute.
        Returns:
        the title - Localized title of the component.
      • getAllTitle

        public java.util.Map<Language,​java.lang.String> getAllTitle​(SessionContext ctx,
                                                                          ProductCarouselComponent item)
        Generated method - Getter of the ProductCarouselComponent.title attribute.
        Returns:
        the localized title - Localized title of the component.
      • getAllTitle

        public java.util.Map<Language,​java.lang.String> getAllTitle​(ProductCarouselComponent item)
        Generated method - Getter of the ProductCarouselComponent.title attribute.
        Returns:
        the localized title - Localized title of the component.
      • setTitle

        public void setTitle​(SessionContext ctx,
                             ProductCarouselComponent item,
                             java.lang.String value)
        Generated method - Setter of the ProductCarouselComponent.title attribute.
        Parameters:
        value - the title - Localized title of the component.
      • setTitle

        public void setTitle​(ProductCarouselComponent item,
                             java.lang.String value)
        Generated method - Setter of the ProductCarouselComponent.title attribute.
        Parameters:
        value - the title - Localized title of the component.
      • setAllTitle

        public void setAllTitle​(SessionContext ctx,
                                ProductCarouselComponent item,
                                java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the ProductCarouselComponent.title attribute.
        Parameters:
        value - the title - Localized title of the component.
      • setAllTitle

        public void setAllTitle​(ProductCarouselComponent item,
                                java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the ProductCarouselComponent.title attribute.
        Parameters:
        value - the title - Localized title of the component.
      • getUiExperience

        public EnumerationValue getUiExperience​(PreviewData item)
        Generated method - Getter of the PreviewData.uiExperience attribute.
        Returns:
        the uiExperience
      • setUiExperience

        public void setUiExperience​(SessionContext ctx,
                                    PreviewData item,
                                    EnumerationValue value)
        Generated method - Setter of the PreviewData.uiExperience attribute.
        Parameters:
        value - the uiExperience
      • setUiExperience

        public void setUiExperience​(PreviewData item,
                                    EnumerationValue value)
        Generated method - Setter of the PreviewData.uiExperience attribute.
        Parameters:
        value - the uiExperience