Class GeneratedGeneratedSmarteditwebservicesManager

java.lang.Object
de.hybris.platform.jalo.Manager
de.hybris.platform.jalo.extension.Extension
de.hybris.platform.smarteditwebservices.jalo.GeneratedGeneratedSmarteditwebservicesManager
All Implemented Interfaces:
ItemLifecycleListener, Serializable
Direct Known Subclasses:
GeneratedSmarteditwebservicesManager

public abstract class GeneratedGeneratedSmarteditwebservicesManager extends Extension
Generated class for type SmarteditwebservicesManager.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedGeneratedSmarteditwebservicesManager

      public GeneratedGeneratedSmarteditwebservicesManager()
  • Method Details

    • getDefaultAttributeModes

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

      public Boolean isActiveForSmartedit(SessionContext ctx, Theme item)
      Generated method - Getter of the Theme.activeForSmartedit attribute.
      Returns:
      the activeForSmartedit - the flag that whether active theme for smartedit
    • isActiveForSmartedit

      public Boolean isActiveForSmartedit(Theme item)
      Generated method - Getter of the Theme.activeForSmartedit attribute.
      Returns:
      the activeForSmartedit - the flag that whether active theme for smartedit
    • isActiveForSmarteditAsPrimitive

      public boolean isActiveForSmarteditAsPrimitive(SessionContext ctx, Theme item)
      Generated method - Getter of the Theme.activeForSmartedit attribute.
      Returns:
      the activeForSmartedit - the flag that whether active theme for smartedit
    • isActiveForSmarteditAsPrimitive

      public boolean isActiveForSmarteditAsPrimitive(Theme item)
      Generated method - Getter of the Theme.activeForSmartedit attribute.
      Returns:
      the activeForSmartedit - the flag that whether active theme for smartedit
    • setActiveForSmartedit

      public void setActiveForSmartedit(SessionContext ctx, Theme item, Boolean value)
      Generated method - Setter of the Theme.activeForSmartedit attribute.
      Parameters:
      value - the activeForSmartedit - the flag that whether active theme for smartedit
    • setActiveForSmartedit

      public void setActiveForSmartedit(Theme item, Boolean value)
      Generated method - Setter of the Theme.activeForSmartedit attribute.
      Parameters:
      value - the activeForSmartedit - the flag that whether active theme for smartedit
    • setActiveForSmartedit

      public void setActiveForSmartedit(SessionContext ctx, Theme item, boolean value)
      Generated method - Setter of the Theme.activeForSmartedit attribute.
      Parameters:
      value - the activeForSmartedit - the flag that whether active theme for smartedit
    • setActiveForSmartedit

      public void setActiveForSmartedit(Theme item, boolean value)
      Generated method - Setter of the Theme.activeForSmartedit attribute.
      Parameters:
      value - the activeForSmartedit - the flag that whether active theme for smartedit
    • createSmarteditConfiguration

      public GeneratedSmarteditConfiguration createSmarteditConfiguration(SessionContext ctx, Map attributeValues)
    • createSmarteditConfiguration

      public GeneratedSmarteditConfiguration createSmarteditConfiguration(Map attributeValues)
    • getName

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

      public Theme getThemeForSmartedit(SessionContext ctx, User item)
      Generated method - Getter of the User.themeForSmartedit attribute.
      Returns:
      the themeForSmartedit - the property to set smartedit theme for user
    • getThemeForSmartedit

      public Theme getThemeForSmartedit(User item)
      Generated method - Getter of the User.themeForSmartedit attribute.
      Returns:
      the themeForSmartedit - the property to set smartedit theme for user
    • setThemeForSmartedit

      public void setThemeForSmartedit(SessionContext ctx, User item, Theme value)
      Generated method - Setter of the User.themeForSmartedit attribute.
      Parameters:
      value - the themeForSmartedit - the property to set smartedit theme for user
    • setThemeForSmartedit

      public void setThemeForSmartedit(User item, Theme value)
      Generated method - Setter of the User.themeForSmartedit attribute.
      Parameters:
      value - the themeForSmartedit - the property to set smartedit theme for user