Class GeneratedUserGroup

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
UserGroup

public abstract class GeneratedUserGroup extends PrincipalGroup
Generated class for type UserGroup.
See Also:
  • Field Details

    • WRITEABLELANGUAGES

      public static final String WRITEABLELANGUAGES
      Qualifier of the UserGroup.writeableLanguages attribute
      See Also:
    • READABLELANGUAGES

      public static final String READABLELANGUAGES
      Qualifier of the UserGroup.readableLanguages attribute
      See Also:
    • HMCXML

      public static final String HMCXML
      Qualifier of the UserGroup.hmcXML attribute
      See Also:
    • DENYWRITEPERMISSIONFORALLLANGUAGES

      public static final String DENYWRITEPERMISSIONFORALLLANGUAGES
      Qualifier of the UserGroup.denyWritePermissionForAllLanguages attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedUserGroup

      public GeneratedUserGroup()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedPrincipalGroup
    • isDenyWritePermissionForAllLanguages

      public Boolean isDenyWritePermissionForAllLanguages(SessionContext ctx)
      Generated method - Getter of the UserGroup.denyWritePermissionForAllLanguages attribute.
      Returns:
      the denyWritePermissionForAllLanguages - When true and writeableLanguages is empty, deny any write permissions, instead of setting same as readableLanguages.
    • isDenyWritePermissionForAllLanguages

      public Boolean isDenyWritePermissionForAllLanguages()
      Generated method - Getter of the UserGroup.denyWritePermissionForAllLanguages attribute.
      Returns:
      the denyWritePermissionForAllLanguages - When true and writeableLanguages is empty, deny any write permissions, instead of setting same as readableLanguages.
    • isDenyWritePermissionForAllLanguagesAsPrimitive

      public boolean isDenyWritePermissionForAllLanguagesAsPrimitive(SessionContext ctx)
      Generated method - Getter of the UserGroup.denyWritePermissionForAllLanguages attribute.
      Returns:
      the denyWritePermissionForAllLanguages - When true and writeableLanguages is empty, deny any write permissions, instead of setting same as readableLanguages.
    • isDenyWritePermissionForAllLanguagesAsPrimitive

      public boolean isDenyWritePermissionForAllLanguagesAsPrimitive()
      Generated method - Getter of the UserGroup.denyWritePermissionForAllLanguages attribute.
      Returns:
      the denyWritePermissionForAllLanguages - When true and writeableLanguages is empty, deny any write permissions, instead of setting same as readableLanguages.
    • setDenyWritePermissionForAllLanguages

      public void setDenyWritePermissionForAllLanguages(SessionContext ctx, Boolean value)
      Generated method - Setter of the UserGroup.denyWritePermissionForAllLanguages attribute.
      Parameters:
      value - the denyWritePermissionForAllLanguages - When true and writeableLanguages is empty, deny any write permissions, instead of setting same as readableLanguages.
    • setDenyWritePermissionForAllLanguages

      public void setDenyWritePermissionForAllLanguages(Boolean value)
      Generated method - Setter of the UserGroup.denyWritePermissionForAllLanguages attribute.
      Parameters:
      value - the denyWritePermissionForAllLanguages - When true and writeableLanguages is empty, deny any write permissions, instead of setting same as readableLanguages.
    • setDenyWritePermissionForAllLanguages

      public void setDenyWritePermissionForAllLanguages(SessionContext ctx, boolean value)
      Generated method - Setter of the UserGroup.denyWritePermissionForAllLanguages attribute.
      Parameters:
      value - the denyWritePermissionForAllLanguages - When true and writeableLanguages is empty, deny any write permissions, instead of setting same as readableLanguages.
    • setDenyWritePermissionForAllLanguages

      public void setDenyWritePermissionForAllLanguages(boolean value)
      Generated method - Setter of the UserGroup.denyWritePermissionForAllLanguages attribute.
      Parameters:
      value - the denyWritePermissionForAllLanguages - When true and writeableLanguages is empty, deny any write permissions, instead of setting same as readableLanguages.
    • getHmcXML

      public String getHmcXML(SessionContext ctx)
      Generated method - Getter of the UserGroup.hmcXML attribute.
      Returns:
      the hmcXML
    • getHmcXML

      public String getHmcXML()
      Generated method - Getter of the UserGroup.hmcXML attribute.
      Returns:
      the hmcXML
    • setHmcXML

      public void setHmcXML(SessionContext ctx, String value)
      Generated method - Setter of the UserGroup.hmcXML attribute.
      Parameters:
      value - the hmcXML
    • setHmcXML

      public void setHmcXML(String value)
      Generated method - Setter of the UserGroup.hmcXML attribute.
      Parameters:
      value - the hmcXML
    • getReadableLanguages

      public Collection<Language> getReadableLanguages(SessionContext ctx)
      Generated method - Getter of the UserGroup.readableLanguages attribute.
      Returns:
      the readableLanguages
    • getReadableLanguages

      public Collection<Language> getReadableLanguages()
      Generated method - Getter of the UserGroup.readableLanguages attribute.
      Returns:
      the readableLanguages
    • setReadableLanguages

      public void setReadableLanguages(SessionContext ctx, Collection<Language> value)
      Generated method - Setter of the UserGroup.readableLanguages attribute.
      Parameters:
      value - the readableLanguages
    • setReadableLanguages

      public void setReadableLanguages(Collection<Language> value)
      Generated method - Setter of the UserGroup.readableLanguages attribute.
      Parameters:
      value - the readableLanguages
    • getWriteableLanguages

      public Collection<Language> getWriteableLanguages(SessionContext ctx)
      Generated method - Getter of the UserGroup.writeableLanguages attribute.
      Returns:
      the writeableLanguages
    • getWriteableLanguages

      public Collection<Language> getWriteableLanguages()
      Generated method - Getter of the UserGroup.writeableLanguages attribute.
      Returns:
      the writeableLanguages
    • setWriteableLanguages

      public void setWriteableLanguages(SessionContext ctx, Collection<Language> value)
      Generated method - Setter of the UserGroup.writeableLanguages attribute.
      Parameters:
      value - the writeableLanguages
    • setWriteableLanguages

      public void setWriteableLanguages(Collection<Language> value)
      Generated method - Setter of the UserGroup.writeableLanguages attribute.
      Parameters:
      value - the writeableLanguages