Class GeneratedSamlssobackofficeManager

java.lang.Object
de.hybris.platform.jalo.Manager
de.hybris.platform.jalo.extension.Extension
com.hybris.samlssobackoffice.jalo.GeneratedSamlssobackofficeManager
All Implemented Interfaces:
ItemLifecycleListener, Serializable
Direct Known Subclasses:
SamlssobackofficeManager

public abstract class GeneratedSamlssobackofficeManager extends Extension
Generated class for type SamlssobackofficeManager.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedSamlssobackofficeManager

      public GeneratedSamlssobackofficeManager()
  • Method Details

    • getDefaultAttributeModes

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

      public Boolean isEnableBackofficeLogin(SessionContext ctx, GenericItem item)
      Generated method - Getter of the SamlUserGroup.enableBackofficeLogin attribute.
      Returns:
      the enableBackofficeLogin
    • isEnableBackofficeLogin

      public Boolean isEnableBackofficeLogin(SamlUserGroup item)
      Generated method - Getter of the SamlUserGroup.enableBackofficeLogin attribute.
      Returns:
      the enableBackofficeLogin
    • isEnableBackofficeLoginAsPrimitive

      public boolean isEnableBackofficeLoginAsPrimitive(SessionContext ctx, SamlUserGroup item)
      Generated method - Getter of the SamlUserGroup.enableBackofficeLogin attribute.
      Returns:
      the enableBackofficeLogin
    • isEnableBackofficeLoginAsPrimitive

      public boolean isEnableBackofficeLoginAsPrimitive(SamlUserGroup item)
      Generated method - Getter of the SamlUserGroup.enableBackofficeLogin attribute.
      Returns:
      the enableBackofficeLogin
    • setEnableBackofficeLogin

      public void setEnableBackofficeLogin(SessionContext ctx, GenericItem item, Boolean value)
      Generated method - Setter of the SamlUserGroup.enableBackofficeLogin attribute.
      Parameters:
      value - the enableBackofficeLogin
    • setEnableBackofficeLogin

      public void setEnableBackofficeLogin(SamlUserGroup item, Boolean value)
      Generated method - Setter of the SamlUserGroup.enableBackofficeLogin attribute.
      Parameters:
      value - the enableBackofficeLogin
    • setEnableBackofficeLogin

      public void setEnableBackofficeLogin(SessionContext ctx, SamlUserGroup item, boolean value)
      Generated method - Setter of the SamlUserGroup.enableBackofficeLogin attribute.
      Parameters:
      value - the enableBackofficeLogin
    • setEnableBackofficeLogin

      public void setEnableBackofficeLogin(SamlUserGroup item, boolean value)
      Generated method - Setter of the SamlUserGroup.enableBackofficeLogin attribute.
      Parameters:
      value - the enableBackofficeLogin
    • getName

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