Class GeneratedAcceleratorCmsManager

java.lang.Object
de.hybris.platform.jalo.Manager
de.hybris.platform.jalo.extension.Extension
de.hybris.platform.acceleratorcms.jalo.GeneratedAcceleratorCmsManager
All Implemented Interfaces:
ItemLifecycleListener, Serializable
Direct Known Subclasses:
AcceleratorCmsManager

public abstract class GeneratedAcceleratorCmsManager extends Extension
Generated class for type AcceleratorCmsManager.
See Also:
  • Field Details

    • SIMPLEBANNERCOMPONENTSFORCONTENTPAGESIMPLEBANNERCOMPONENTSHANDLER

      protected static final OneToManyHandler<SimpleBannerComponent> SIMPLEBANNERCOMPONENTSFORCONTENTPAGESIMPLEBANNERCOMPONENTSHANDLER
      OneToManyHandler for handling 1:n SIMPLEBANNERCOMPONENTS's relation attributes from 'many' side.
    • SIMPLERESPONSIVEBANNERCOMPONENTSFORCONTENTPAGESIMPLERESPONSIVEBANNERCOMPONENTSHANDLER

      protected static final OneToManyHandler<SimpleResponsiveBannerComponent> SIMPLERESPONSIVEBANNERCOMPONENTSFORCONTENTPAGESIMPLERESPONSIVEBANNERCOMPONENTSHANDLER
      OneToManyHandler for handling 1:n SIMPLERESPONSIVEBANNERCOMPONENTS's relation attributes from 'many' side.
    • SIMPLEBANNERCOMPONENTSFORPRODUCTSIMPLEBANNERCOMPONENTSHANDLER

      protected static final OneToManyHandler<SimpleBannerComponent> SIMPLEBANNERCOMPONENTSFORPRODUCTSIMPLEBANNERCOMPONENTSHANDLER
      OneToManyHandler for handling 1:n SIMPLEBANNERCOMPONENTS's relation attributes from 'many' side.
    • SIMPLERESPONSIVEBANNERCOMPONENTSFORPRODUCTSIMPLERESPONSIVEBANNERCOMPONENTSHANDLER

      protected static final OneToManyHandler<SimpleResponsiveBannerComponent> SIMPLERESPONSIVEBANNERCOMPONENTSFORPRODUCTSIMPLERESPONSIVEBANNERCOMPONENTSHANDLER
      OneToManyHandler for handling 1:n SIMPLERESPONSIVEBANNERCOMPONENTS's relation attributes from 'many' side.
    • PRODUCTFEATURECOMPONENTS2PRODUCTRELPRODUCTFEATURECOMPONENTSHANDLER

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

      protected static final OneToManyHandler<SimpleBannerComponent> SIMPLEBANNERCOMPONENTSFORCATEGORYSIMPLEBANNERCOMPONENTSHANDLER
      OneToManyHandler for handling 1:n SIMPLEBANNERCOMPONENTS's relation attributes from 'many' side.
    • SIMPLERESPONSIVEBANNERCOMPONENTSFORCATEGORYSIMPLERESPONSIVEBANNERCOMPONENTSHANDLER

      protected static final OneToManyHandler<SimpleResponsiveBannerComponent> SIMPLERESPONSIVEBANNERCOMPONENTSFORCATEGORYSIMPLERESPONSIVEBANNERCOMPONENTSHANDLER
      OneToManyHandler for handling 1:n SIMPLERESPONSIVEBANNERCOMPONENTS'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 String CMSACTIONSFORCMSCOMPONENTS_SRC_ORDERED
      Relation ordering override parameter constants for CmsActionsForCmsComponents from ((acceleratorcms))
    • CMSACTIONSFORCMSCOMPONENTS_TGT_ORDERED

      protected static String CMSACTIONSFORCMSCOMPONENTS_TGT_ORDERED
    • CMSACTIONSFORCMSCOMPONENTS_MARKMODIFIED

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

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

      protected static String APPLICABLECMSACTIONSTYPEFORCMSCOMPONENT_TGT_ORDERED
    • APPLICABLECMSACTIONSTYPEFORCMSCOMPONENT_MARKMODIFIED

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

      protected static final Map<String,Map<String,Item.AttributeMode>> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedAcceleratorCmsManager

      public GeneratedAcceleratorCmsManager()
  • Method Details

    • getDefaultAttributeModes

      public Map<String,Item.AttributeMode> getDefaultAttributeModes(Class<? extends Item> itemClass)
      Overrides:
      getDefaultAttributeModes in class Extension
    • getActions

      public List<AbstractCMSAction> getActions(SessionContext ctx, AbstractCMSComponent item)
      Generated method - Getter of the AbstractCMSComponent.actions attribute.
      Returns:
      the actions
    • getActions

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

      public long getActionsCount(SessionContext ctx, AbstractCMSComponent item)
    • getActionsCount

      public long getActionsCount(AbstractCMSComponent item)
    • setActions

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

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

      public void addToActions(SessionContext ctx, AbstractCMSComponent item, AbstractCMSAction value)
      Generated method - Adds value to actions.
      Parameters:
      value - the item to add to 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(SessionContext ctx, AbstractCMSComponent item, AbstractCMSAction value)
      Generated method - Removes value from actions.
      Parameters:
      value - the item to remove from 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 Collection<CMSActionType> getActionTypes(SessionContext ctx, CMSComponentType item)
      Generated method - Getter of the CMSComponentType.actionTypes attribute.
      Returns:
      the actionTypes
    • getActionTypes

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

      public long getActionTypesCount(SessionContext ctx, CMSComponentType item)
    • getActionTypesCount

      public long getActionTypesCount(CMSComponentType item)
    • setActionTypes

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

      public void setActionTypes(CMSComponentType item, 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 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 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, 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, 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 List<CategoryFeatureComponent> getCategoryFeatureComponents(SessionContext ctx, Category item)
      Generated method - Getter of the Category.categoryFeatureComponents attribute.
      Returns:
      the categoryFeatureComponents
    • getCategoryFeatureComponents

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

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

      public void setCategoryFeatureComponents(Category item, 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
    • createAbstractResponsiveBannerComponent

      public AbstractResponsiveBannerComponent createAbstractResponsiveBannerComponent(SessionContext ctx, Map attributeValues)
    • createAbstractResponsiveBannerComponent

      public AbstractResponsiveBannerComponent createAbstractResponsiveBannerComponent(Map attributeValues)
    • createAccountBookmarkComponent

      public AccountBookmarkComponent createAccountBookmarkComponent(SessionContext ctx, Map attributeValues)
    • createAccountBookmarkComponent

      public AccountBookmarkComponent createAccountBookmarkComponent(Map attributeValues)
    • createAccountControlComponent

      public AccountControlComponent createAccountControlComponent(SessionContext ctx, Map attributeValues)
    • createAccountControlComponent

      public AccountControlComponent createAccountControlComponent(Map attributeValues)
    • createAccountNavigationCollectionComponent

      public AccountNavigationCollectionComponent createAccountNavigationCollectionComponent(SessionContext ctx, Map attributeValues)
    • createAccountNavigationCollectionComponent

      public AccountNavigationCollectionComponent createAccountNavigationCollectionComponent(Map attributeValues)
    • createAccountNavigationComponent

      public AccountNavigationComponent createAccountNavigationComponent(SessionContext ctx, Map attributeValues)
    • createAccountNavigationComponent

      public AccountNavigationComponent createAccountNavigationComponent(Map attributeValues)
    • createAddToCartAction

      public AddToCartAction createAddToCartAction(SessionContext ctx, Map attributeValues)
    • createAddToCartAction

      public AddToCartAction createAddToCartAction(Map attributeValues)
    • createBreadcrumbComponent

      public BreadcrumbComponent createBreadcrumbComponent(SessionContext ctx, Map attributeValues)
    • createBreadcrumbComponent

      public BreadcrumbComponent createBreadcrumbComponent(Map attributeValues)
    • createCartSuggestionComponent

      public CartSuggestionComponent createCartSuggestionComponent(SessionContext ctx, Map attributeValues)
    • createCartSuggestionComponent

      public CartSuggestionComponent createCartSuggestionComponent(Map attributeValues)
    • createCategoryFeatureComponent

      public CategoryFeatureComponent createCategoryFeatureComponent(SessionContext ctx, Map attributeValues)
    • createCategoryFeatureComponent

      public CategoryFeatureComponent createCategoryFeatureComponent(Map attributeValues)
    • createCategoryNavigationComponent

      public CategoryNavigationComponent createCategoryNavigationComponent(SessionContext ctx, Map attributeValues)
    • createCategoryNavigationComponent

      public CategoryNavigationComponent createCategoryNavigationComponent(Map attributeValues)
    • createCMSActionRestriction

      public CMSActionRestriction createCMSActionRestriction(SessionContext ctx, Map attributeValues)
    • createCMSActionRestriction

      public CMSActionRestriction createCMSActionRestriction(Map attributeValues)
    • createCMSActionType

      public CMSActionType createCMSActionType(SessionContext ctx, Map attributeValues)
    • createCMSActionType

      public CMSActionType createCMSActionType(Map attributeValues)
    • createCMSProductListComponent

      public CMSProductListComponent createCMSProductListComponent(SessionContext ctx, Map attributeValues)
    • createCMSProductListComponent

      public CMSProductListComponent createCMSProductListComponent(Map attributeValues)
    • createCMSTabParagraphComponent

      public CMSTabParagraphComponent createCMSTabParagraphComponent(SessionContext ctx, Map attributeValues)
    • createCMSTabParagraphComponent

      public CMSTabParagraphComponent createCMSTabParagraphComponent(Map attributeValues)
    • createCMSTabParagraphContainer

      public CMSTabParagraphContainer createCMSTabParagraphContainer(SessionContext ctx, Map attributeValues)
    • createCMSTabParagraphContainer

      public CMSTabParagraphContainer createCMSTabParagraphContainer(Map attributeValues)
    • createCMSUiExperienceRestriction

      public CMSUiExperienceRestriction createCMSUiExperienceRestriction(SessionContext ctx, Map attributeValues)
    • createCMSUiExperienceRestriction

      public CMSUiExperienceRestriction createCMSUiExperienceRestriction(Map attributeValues)
    • createDynamicBannerComponent

      public DynamicBannerComponent createDynamicBannerComponent(SessionContext ctx, Map attributeValues)
    • createDynamicBannerComponent

      public DynamicBannerComponent createDynamicBannerComponent(Map attributeValues)
    • createFooterComponent

      public FooterComponent createFooterComponent(SessionContext ctx, Map attributeValues)
    • createFooterComponent

      public FooterComponent createFooterComponent(Map attributeValues)
    • createFooterNavigationComponent

      public FooterNavigationComponent createFooterNavigationComponent(SessionContext ctx, Map attributeValues)
    • createFooterNavigationComponent

      public FooterNavigationComponent createFooterNavigationComponent(Map attributeValues)
    • createImageMapComponent

      public ImageMapComponent createImageMapComponent(SessionContext ctx, Map attributeValues)
    • createImageMapComponent

      public ImageMapComponent createImageMapComponent(Map attributeValues)
    • createJspIncludeComponent

      public JspIncludeComponent createJspIncludeComponent(SessionContext ctx, Map attributeValues)
    • createJspIncludeComponent

      public JspIncludeComponent createJspIncludeComponent(Map attributeValues)
    • createLanguageCurrencyComponent

      public LanguageCurrencyComponent createLanguageCurrencyComponent(SessionContext ctx, Map attributeValues)
    • createLanguageCurrencyComponent

      public LanguageCurrencyComponent createLanguageCurrencyComponent(Map attributeValues)
    • createListAddToCartAction

      public ListAddToCartAction createListAddToCartAction(SessionContext ctx, Map attributeValues)
    • createListAddToCartAction

      public ListAddToCartAction createListAddToCartAction(Map attributeValues)
    • createListAddToEntryGroupAction

      public ListAddToEntryGroupAction createListAddToEntryGroupAction(SessionContext ctx, Map attributeValues)
    • createListAddToEntryGroupAction

      public ListAddToEntryGroupAction createListAddToEntryGroupAction(Map attributeValues)
    • createListOrderFormAction

      public ListOrderFormAction createListOrderFormAction(SessionContext ctx, Map attributeValues)
    • createListOrderFormAction

      public ListOrderFormAction createListOrderFormAction(Map attributeValues)
    • createListPickUpInStoreAction

      public ListPickUpInStoreAction createListPickUpInStoreAction(SessionContext ctx, Map attributeValues)
    • createListPickUpInStoreAction

      public ListPickUpInStoreAction createListPickUpInStoreAction(Map attributeValues)
    • createLogoComponent

      public LogoComponent createLogoComponent(SessionContext ctx, Map attributeValues)
    • createLogoComponent

      public LogoComponent createLogoComponent(Map attributeValues)
    • createMiniCartComponent

      public MiniCartComponent createMiniCartComponent(SessionContext ctx, Map attributeValues)
    • createMiniCartComponent

      public MiniCartComponent createMiniCartComponent(Map attributeValues)
    • createNavigationBarCollectionComponent

      public NavigationBarCollectionComponent createNavigationBarCollectionComponent(SessionContext ctx, Map attributeValues)
    • createNavigationBarCollectionComponent

      public NavigationBarCollectionComponent createNavigationBarCollectionComponent(Map attributeValues)
    • createNavigationBarComponent

      public NavigationBarComponent createNavigationBarComponent(SessionContext ctx, Map attributeValues)
    • createNavigationBarComponent

      public NavigationBarComponent createNavigationBarComponent(Map attributeValues)
    • createNavigationComponent

      public NavigationComponent createNavigationComponent(SessionContext ctx, Map attributeValues)
    • createNavigationComponent

      public NavigationComponent createNavigationComponent(Map attributeValues)
    • createPickUpInStoreAction

      public PickUpInStoreAction createPickUpInStoreAction(SessionContext ctx, Map attributeValues)
    • createPickUpInStoreAction

      public PickUpInStoreAction createPickUpInStoreAction(Map attributeValues)
    • createProductAddToCartComponent

      public ProductAddToCartComponent createProductAddToCartComponent(SessionContext ctx, Map attributeValues)
    • createProductAddToCartComponent

      public ProductAddToCartComponent createProductAddToCartComponent(Map attributeValues)
    • createProductFeatureComponent

      public ProductFeatureComponent createProductFeatureComponent(SessionContext ctx, Map attributeValues)
    • createProductFeatureComponent

      public ProductFeatureComponent createProductFeatureComponent(Map attributeValues)
    • createProductGridComponent

      public ProductGridComponent createProductGridComponent(SessionContext ctx, Map attributeValues)
    • createProductGridComponent

      public ProductGridComponent createProductGridComponent(Map attributeValues)
    • createProductReferencesComponent

      public ProductReferencesComponent createProductReferencesComponent(SessionContext ctx, Map attributeValues)
    • createProductReferencesComponent

      public ProductReferencesComponent createProductReferencesComponent(Map attributeValues)
    • createProductRefinementComponent

      public ProductRefinementComponent createProductRefinementComponent(SessionContext ctx, Map attributeValues)
    • createProductRefinementComponent

      public ProductRefinementComponent createProductRefinementComponent(Map attributeValues)
    • createProductVariantSelectorComponent

      public ProductVariantSelectorComponent createProductVariantSelectorComponent(SessionContext ctx, Map attributeValues)
    • createProductVariantSelectorComponent

      public ProductVariantSelectorComponent createProductVariantSelectorComponent(Map attributeValues)
    • createPurchasedCategorySuggestionComponent

      public PurchasedCategorySuggestionComponent createPurchasedCategorySuggestionComponent(SessionContext ctx, Map attributeValues)
    • createPurchasedCategorySuggestionComponent

      public PurchasedCategorySuggestionComponent createPurchasedCategorySuggestionComponent(Map attributeValues)
    • createSearchBoxComponent

      public SearchBoxComponent createSearchBoxComponent(SessionContext ctx, Map attributeValues)
    • createSearchBoxComponent

      public SearchBoxComponent createSearchBoxComponent(Map attributeValues)
    • createSearchResultsGridComponent

      public SearchResultsGridComponent createSearchResultsGridComponent(SessionContext ctx, Map attributeValues)
    • createSearchResultsGridComponent

      public SearchResultsGridComponent createSearchResultsGridComponent(Map attributeValues)
    • createSearchResultsListComponent

      public SearchResultsListComponent createSearchResultsListComponent(SessionContext ctx, Map attributeValues)
    • createSearchResultsListComponent

      public SearchResultsListComponent createSearchResultsListComponent(Map attributeValues)
    • createSimpleBannerComponent

      public SimpleBannerComponent createSimpleBannerComponent(SessionContext ctx, Map attributeValues)
    • createSimpleBannerComponent

      public SimpleBannerComponent createSimpleBannerComponent(Map attributeValues)
    • createSimpleResponsiveBannerComponent

      public SimpleResponsiveBannerComponent createSimpleResponsiveBannerComponent(SessionContext ctx, Map attributeValues)
    • createSimpleResponsiveBannerComponent

      public SimpleResponsiveBannerComponent createSimpleResponsiveBannerComponent(Map attributeValues)
    • createSimpleSuggestionComponent

      public SimpleSuggestionComponent createSimpleSuggestionComponent(SessionContext ctx, Map attributeValues)
    • createSimpleSuggestionComponent

      public SimpleSuggestionComponent createSimpleSuggestionComponent(Map attributeValues)
    • createStoreFinderComponent

      public StoreFinderComponent createStoreFinderComponent(SessionContext ctx, Map attributeValues)
    • createStoreFinderComponent

      public StoreFinderComponent createStoreFinderComponent(Map attributeValues)
    • createSubCategoryListComponent

      public SubCategoryListComponent createSubCategoryListComponent(SessionContext ctx, Map attributeValues)
    • createSubCategoryListComponent

      public SubCategoryListComponent createSubCategoryListComponent(Map attributeValues)
    • createViewOrderAction

      public ViewOrderAction createViewOrderAction(SessionContext ctx, Map attributeValues)
    • createViewOrderAction

      public ViewOrderAction createViewOrderAction(Map attributeValues)
    • createViewStoreAction

      public ViewStoreAction createViewStoreAction(SessionContext ctx, Map attributeValues)
    • createViewStoreAction

      public ViewStoreAction createViewStoreAction(Map attributeValues)
    • getName

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

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

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

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

      public Map<Language,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, String value)
      Generated method - Setter of the ContentPage.keywords attribute.
      Parameters:
      value - the keywords - Localized content page keywords.
    • setKeywords

      public void setKeywords(ContentPage item, 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, Map<Language,String> value)
      Generated method - Setter of the ContentPage.keywords attribute.
      Parameters:
      value - the keywords - Localized content page keywords.
    • setAllKeywords

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

      public 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 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, 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
    • 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 List<ProductFeatureComponent> getProductFeatureComponents(SessionContext ctx, Product item)
      Generated method - Getter of the Product.productFeatureComponents attribute.
      Returns:
      the productFeatureComponents
    • getProductFeatureComponents

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

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

      public void setProductFeatureComponents(Product item, 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 String getSearchQuery(SessionContext ctx, ProductCarouselComponent item)
      Generated method - Getter of the ProductCarouselComponent.searchQuery attribute.
      Returns:
      the searchQuery - A solr query string
    • getSearchQuery

      public 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, String value)
      Generated method - Setter of the ProductCarouselComponent.searchQuery attribute.
      Parameters:
      value - the searchQuery - A solr query string
    • setSearchQuery

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

      public List<SimpleBannerComponent> getSimpleBannerComponents(SessionContext ctx, ContentPage item)
      Generated method - Getter of the ContentPage.simpleBannerComponents attribute.
      Returns:
      the simpleBannerComponents
    • getSimpleBannerComponents

      public List<SimpleBannerComponent> getSimpleBannerComponents(ContentPage item)
      Generated method - Getter of the ContentPage.simpleBannerComponents attribute.
      Returns:
      the simpleBannerComponents
    • setSimpleBannerComponents

      public void setSimpleBannerComponents(SessionContext ctx, ContentPage item, List<SimpleBannerComponent> value)
      Generated method - Setter of the ContentPage.simpleBannerComponents attribute.
      Parameters:
      value - the simpleBannerComponents
    • setSimpleBannerComponents

      public void setSimpleBannerComponents(ContentPage item, List<SimpleBannerComponent> value)
      Generated method - Setter of the ContentPage.simpleBannerComponents attribute.
      Parameters:
      value - the simpleBannerComponents
    • addToSimpleBannerComponents

      public void addToSimpleBannerComponents(SessionContext ctx, ContentPage item, SimpleBannerComponent value)
      Generated method - Adds value to simpleBannerComponents.
      Parameters:
      value - the item to add to simpleBannerComponents
    • addToSimpleBannerComponents

      public void addToSimpleBannerComponents(ContentPage item, SimpleBannerComponent value)
      Generated method - Adds value to simpleBannerComponents.
      Parameters:
      value - the item to add to simpleBannerComponents
    • removeFromSimpleBannerComponents

      public void removeFromSimpleBannerComponents(SessionContext ctx, ContentPage item, SimpleBannerComponent value)
      Generated method - Removes value from simpleBannerComponents.
      Parameters:
      value - the item to remove from simpleBannerComponents
    • removeFromSimpleBannerComponents

      public void removeFromSimpleBannerComponents(ContentPage item, SimpleBannerComponent value)
      Generated method - Removes value from simpleBannerComponents.
      Parameters:
      value - the item to remove from simpleBannerComponents
    • getSimpleBannerComponents

      public List<SimpleBannerComponent> getSimpleBannerComponents(SessionContext ctx, Product item)
      Generated method - Getter of the Product.simpleBannerComponents attribute.
      Returns:
      the simpleBannerComponents
    • getSimpleBannerComponents

      public List<SimpleBannerComponent> getSimpleBannerComponents(Product item)
      Generated method - Getter of the Product.simpleBannerComponents attribute.
      Returns:
      the simpleBannerComponents
    • setSimpleBannerComponents

      public void setSimpleBannerComponents(SessionContext ctx, Product item, List<SimpleBannerComponent> value)
      Generated method - Setter of the Product.simpleBannerComponents attribute.
      Parameters:
      value - the simpleBannerComponents
    • setSimpleBannerComponents

      public void setSimpleBannerComponents(Product item, List<SimpleBannerComponent> value)
      Generated method - Setter of the Product.simpleBannerComponents attribute.
      Parameters:
      value - the simpleBannerComponents
    • addToSimpleBannerComponents

      public void addToSimpleBannerComponents(SessionContext ctx, Product item, SimpleBannerComponent value)
      Generated method - Adds value to simpleBannerComponents.
      Parameters:
      value - the item to add to simpleBannerComponents
    • addToSimpleBannerComponents

      public void addToSimpleBannerComponents(Product item, SimpleBannerComponent value)
      Generated method - Adds value to simpleBannerComponents.
      Parameters:
      value - the item to add to simpleBannerComponents
    • removeFromSimpleBannerComponents

      public void removeFromSimpleBannerComponents(SessionContext ctx, Product item, SimpleBannerComponent value)
      Generated method - Removes value from simpleBannerComponents.
      Parameters:
      value - the item to remove from simpleBannerComponents
    • removeFromSimpleBannerComponents

      public void removeFromSimpleBannerComponents(Product item, SimpleBannerComponent value)
      Generated method - Removes value from simpleBannerComponents.
      Parameters:
      value - the item to remove from simpleBannerComponents
    • getSimpleBannerComponents

      public List<SimpleBannerComponent> getSimpleBannerComponents(SessionContext ctx, Category item)
      Generated method - Getter of the Category.simpleBannerComponents attribute.
      Returns:
      the simpleBannerComponents
    • getSimpleBannerComponents

      public List<SimpleBannerComponent> getSimpleBannerComponents(Category item)
      Generated method - Getter of the Category.simpleBannerComponents attribute.
      Returns:
      the simpleBannerComponents
    • setSimpleBannerComponents

      public void setSimpleBannerComponents(SessionContext ctx, Category item, List<SimpleBannerComponent> value)
      Generated method - Setter of the Category.simpleBannerComponents attribute.
      Parameters:
      value - the simpleBannerComponents
    • setSimpleBannerComponents

      public void setSimpleBannerComponents(Category item, List<SimpleBannerComponent> value)
      Generated method - Setter of the Category.simpleBannerComponents attribute.
      Parameters:
      value - the simpleBannerComponents
    • addToSimpleBannerComponents

      public void addToSimpleBannerComponents(SessionContext ctx, Category item, SimpleBannerComponent value)
      Generated method - Adds value to simpleBannerComponents.
      Parameters:
      value - the item to add to simpleBannerComponents
    • addToSimpleBannerComponents

      public void addToSimpleBannerComponents(Category item, SimpleBannerComponent value)
      Generated method - Adds value to simpleBannerComponents.
      Parameters:
      value - the item to add to simpleBannerComponents
    • removeFromSimpleBannerComponents

      public void removeFromSimpleBannerComponents(SessionContext ctx, Category item, SimpleBannerComponent value)
      Generated method - Removes value from simpleBannerComponents.
      Parameters:
      value - the item to remove from simpleBannerComponents
    • removeFromSimpleBannerComponents

      public void removeFromSimpleBannerComponents(Category item, SimpleBannerComponent value)
      Generated method - Removes value from simpleBannerComponents.
      Parameters:
      value - the item to remove from simpleBannerComponents
    • getSimpleResponsiveBannerComponents

      public List<SimpleResponsiveBannerComponent> getSimpleResponsiveBannerComponents(SessionContext ctx, ContentPage item)
      Generated method - Getter of the ContentPage.simpleResponsiveBannerComponents attribute.
      Returns:
      the simpleResponsiveBannerComponents
    • getSimpleResponsiveBannerComponents

      public List<SimpleResponsiveBannerComponent> getSimpleResponsiveBannerComponents(ContentPage item)
      Generated method - Getter of the ContentPage.simpleResponsiveBannerComponents attribute.
      Returns:
      the simpleResponsiveBannerComponents
    • setSimpleResponsiveBannerComponents

      public void setSimpleResponsiveBannerComponents(SessionContext ctx, ContentPage item, List<SimpleResponsiveBannerComponent> value)
      Generated method - Setter of the ContentPage.simpleResponsiveBannerComponents attribute.
      Parameters:
      value - the simpleResponsiveBannerComponents
    • setSimpleResponsiveBannerComponents

      public void setSimpleResponsiveBannerComponents(ContentPage item, List<SimpleResponsiveBannerComponent> value)
      Generated method - Setter of the ContentPage.simpleResponsiveBannerComponents attribute.
      Parameters:
      value - the simpleResponsiveBannerComponents
    • addToSimpleResponsiveBannerComponents

      public void addToSimpleResponsiveBannerComponents(SessionContext ctx, ContentPage item, SimpleResponsiveBannerComponent value)
      Generated method - Adds value to simpleResponsiveBannerComponents.
      Parameters:
      value - the item to add to simpleResponsiveBannerComponents
    • addToSimpleResponsiveBannerComponents

      public void addToSimpleResponsiveBannerComponents(ContentPage item, SimpleResponsiveBannerComponent value)
      Generated method - Adds value to simpleResponsiveBannerComponents.
      Parameters:
      value - the item to add to simpleResponsiveBannerComponents
    • removeFromSimpleResponsiveBannerComponents

      public void removeFromSimpleResponsiveBannerComponents(SessionContext ctx, ContentPage item, SimpleResponsiveBannerComponent value)
      Generated method - Removes value from simpleResponsiveBannerComponents.
      Parameters:
      value - the item to remove from simpleResponsiveBannerComponents
    • removeFromSimpleResponsiveBannerComponents

      public void removeFromSimpleResponsiveBannerComponents(ContentPage item, SimpleResponsiveBannerComponent value)
      Generated method - Removes value from simpleResponsiveBannerComponents.
      Parameters:
      value - the item to remove from simpleResponsiveBannerComponents
    • getSimpleResponsiveBannerComponents

      public List<SimpleResponsiveBannerComponent> getSimpleResponsiveBannerComponents(SessionContext ctx, Product item)
      Generated method - Getter of the Product.simpleResponsiveBannerComponents attribute.
      Returns:
      the simpleResponsiveBannerComponents
    • getSimpleResponsiveBannerComponents

      public List<SimpleResponsiveBannerComponent> getSimpleResponsiveBannerComponents(Product item)
      Generated method - Getter of the Product.simpleResponsiveBannerComponents attribute.
      Returns:
      the simpleResponsiveBannerComponents
    • setSimpleResponsiveBannerComponents

      public void setSimpleResponsiveBannerComponents(SessionContext ctx, Product item, List<SimpleResponsiveBannerComponent> value)
      Generated method - Setter of the Product.simpleResponsiveBannerComponents attribute.
      Parameters:
      value - the simpleResponsiveBannerComponents
    • setSimpleResponsiveBannerComponents

      public void setSimpleResponsiveBannerComponents(Product item, List<SimpleResponsiveBannerComponent> value)
      Generated method - Setter of the Product.simpleResponsiveBannerComponents attribute.
      Parameters:
      value - the simpleResponsiveBannerComponents
    • addToSimpleResponsiveBannerComponents

      public void addToSimpleResponsiveBannerComponents(SessionContext ctx, Product item, SimpleResponsiveBannerComponent value)
      Generated method - Adds value to simpleResponsiveBannerComponents.
      Parameters:
      value - the item to add to simpleResponsiveBannerComponents
    • addToSimpleResponsiveBannerComponents

      public void addToSimpleResponsiveBannerComponents(Product item, SimpleResponsiveBannerComponent value)
      Generated method - Adds value to simpleResponsiveBannerComponents.
      Parameters:
      value - the item to add to simpleResponsiveBannerComponents
    • removeFromSimpleResponsiveBannerComponents

      public void removeFromSimpleResponsiveBannerComponents(SessionContext ctx, Product item, SimpleResponsiveBannerComponent value)
      Generated method - Removes value from simpleResponsiveBannerComponents.
      Parameters:
      value - the item to remove from simpleResponsiveBannerComponents
    • removeFromSimpleResponsiveBannerComponents

      public void removeFromSimpleResponsiveBannerComponents(Product item, SimpleResponsiveBannerComponent value)
      Generated method - Removes value from simpleResponsiveBannerComponents.
      Parameters:
      value - the item to remove from simpleResponsiveBannerComponents
    • getSimpleResponsiveBannerComponents

      public List<SimpleResponsiveBannerComponent> getSimpleResponsiveBannerComponents(SessionContext ctx, Category item)
      Generated method - Getter of the Category.simpleResponsiveBannerComponents attribute.
      Returns:
      the simpleResponsiveBannerComponents
    • getSimpleResponsiveBannerComponents

      public List<SimpleResponsiveBannerComponent> getSimpleResponsiveBannerComponents(Category item)
      Generated method - Getter of the Category.simpleResponsiveBannerComponents attribute.
      Returns:
      the simpleResponsiveBannerComponents
    • setSimpleResponsiveBannerComponents

      public void setSimpleResponsiveBannerComponents(SessionContext ctx, Category item, List<SimpleResponsiveBannerComponent> value)
      Generated method - Setter of the Category.simpleResponsiveBannerComponents attribute.
      Parameters:
      value - the simpleResponsiveBannerComponents
    • setSimpleResponsiveBannerComponents

      public void setSimpleResponsiveBannerComponents(Category item, List<SimpleResponsiveBannerComponent> value)
      Generated method - Setter of the Category.simpleResponsiveBannerComponents attribute.
      Parameters:
      value - the simpleResponsiveBannerComponents
    • addToSimpleResponsiveBannerComponents

      public void addToSimpleResponsiveBannerComponents(SessionContext ctx, Category item, SimpleResponsiveBannerComponent value)
      Generated method - Adds value to simpleResponsiveBannerComponents.
      Parameters:
      value - the item to add to simpleResponsiveBannerComponents
    • addToSimpleResponsiveBannerComponents

      public void addToSimpleResponsiveBannerComponents(Category item, SimpleResponsiveBannerComponent value)
      Generated method - Adds value to simpleResponsiveBannerComponents.
      Parameters:
      value - the item to add to simpleResponsiveBannerComponents
    • removeFromSimpleResponsiveBannerComponents

      public void removeFromSimpleResponsiveBannerComponents(SessionContext ctx, Category item, SimpleResponsiveBannerComponent value)
      Generated method - Removes value from simpleResponsiveBannerComponents.
      Parameters:
      value - the item to remove from simpleResponsiveBannerComponents
    • removeFromSimpleResponsiveBannerComponents

      public void removeFromSimpleResponsiveBannerComponents(Category item, SimpleResponsiveBannerComponent value)
      Generated method - Removes value from simpleResponsiveBannerComponents.
      Parameters:
      value - the item to remove from simpleResponsiveBannerComponents
    • getStyleAttributes

      public 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 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, 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, String value)
      Generated method - Setter of the CMSLinkComponent.styleAttributes attribute.
      Parameters:
      value - the styleAttributes - Can store custom styling attributes for additional styling
    • getTitle

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

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

      public Map<Language,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 Map<Language,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, 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, 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, Map<Language,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, Map<Language,String> value)
      Generated method - Setter of the ProductCarouselComponent.title attribute.
      Parameters:
      value - the title - Localized title of the component.
    • getUiExperience

      public EnumerationValue getUiExperience(SessionContext ctx, PreviewData item)
      Generated method - Getter of the PreviewData.uiExperience attribute.
      Returns:
      the uiExperience
    • 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