Class GeneratedVerticalnavigationaddonManager

java.lang.Object
de.hybris.platform.jalo.Manager
de.hybris.platform.jalo.extension.Extension
de.hybris.platform.verticalnavigationaddon.jalo.GeneratedVerticalnavigationaddonManager
All Implemented Interfaces:
ItemLifecycleListener, Serializable
Direct Known Subclasses:
VerticalnavigationaddonManager

public abstract class GeneratedVerticalnavigationaddonManager extends Extension
Generated class for type VerticalnavigationaddonManager.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedVerticalnavigationaddonManager

      public GeneratedVerticalnavigationaddonManager()
  • Method Details

    • getDefaultAttributeModes

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

      public VerticalNavigationListComponent createVerticalNavigationListComponent(SessionContext ctx, Map attributeValues)
    • createVerticalNavigationListComponent

      public VerticalNavigationListComponent createVerticalNavigationListComponent(Map attributeValues)
    • getName

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

      public Media getThumbnail(SessionContext ctx, CMSLinkComponent item)
      Generated method - Getter of the CMSLinkComponent.thumbnail attribute.
      Returns:
      the thumbnail - image of the Component
    • getThumbnail

      public Media getThumbnail(CMSLinkComponent item)
      Generated method - Getter of the CMSLinkComponent.thumbnail attribute.
      Returns:
      the thumbnail - image of the Component
    • setThumbnail

      public void setThumbnail(SessionContext ctx, CMSLinkComponent item, Media value)
      Generated method - Setter of the CMSLinkComponent.thumbnail attribute.
      Parameters:
      value - the thumbnail - image of the Component
    • setThumbnail

      public void setThumbnail(CMSLinkComponent item, Media value)
      Generated method - Setter of the CMSLinkComponent.thumbnail attribute.
      Parameters:
      value - the thumbnail - image of the Component
    • isThumbnailOnly

      public Boolean isThumbnailOnly(SessionContext ctx, CMSLinkComponent item)
      Generated method - Getter of the CMSLinkComponent.thumbnailOnly attribute.
      Returns:
      the thumbnailOnly - Display only the thumbnail without text content for the Link component
    • isThumbnailOnly

      public Boolean isThumbnailOnly(CMSLinkComponent item)
      Generated method - Getter of the CMSLinkComponent.thumbnailOnly attribute.
      Returns:
      the thumbnailOnly - Display only the thumbnail without text content for the Link component
    • isThumbnailOnlyAsPrimitive

      public boolean isThumbnailOnlyAsPrimitive(SessionContext ctx, CMSLinkComponent item)
      Generated method - Getter of the CMSLinkComponent.thumbnailOnly attribute.
      Returns:
      the thumbnailOnly - Display only the thumbnail without text content for the Link component
    • isThumbnailOnlyAsPrimitive

      public boolean isThumbnailOnlyAsPrimitive(CMSLinkComponent item)
      Generated method - Getter of the CMSLinkComponent.thumbnailOnly attribute.
      Returns:
      the thumbnailOnly - Display only the thumbnail without text content for the Link component
    • setThumbnailOnly

      public void setThumbnailOnly(SessionContext ctx, CMSLinkComponent item, Boolean value)
      Generated method - Setter of the CMSLinkComponent.thumbnailOnly attribute.
      Parameters:
      value - the thumbnailOnly - Display only the thumbnail without text content for the Link component
    • setThumbnailOnly

      public void setThumbnailOnly(CMSLinkComponent item, Boolean value)
      Generated method - Setter of the CMSLinkComponent.thumbnailOnly attribute.
      Parameters:
      value - the thumbnailOnly - Display only the thumbnail without text content for the Link component
    • setThumbnailOnly

      public void setThumbnailOnly(SessionContext ctx, CMSLinkComponent item, boolean value)
      Generated method - Setter of the CMSLinkComponent.thumbnailOnly attribute.
      Parameters:
      value - the thumbnailOnly - Display only the thumbnail without text content for the Link component
    • setThumbnailOnly

      public void setThumbnailOnly(CMSLinkComponent item, boolean value)
      Generated method - Setter of the CMSLinkComponent.thumbnailOnly attribute.
      Parameters:
      value - the thumbnailOnly - Display only the thumbnail without text content for the Link component