Class GeneratedUserProfile

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

public abstract class GeneratedUserProfile extends GenericItem
Generated class for type UserProfile.
See Also:
  • Field Details

    • READABLELANGUAGES

      public static final String READABLELANGUAGES
      Qualifier of the UserProfile.readableLanguages attribute
      See Also:
    • WRITABLELANGUAGES

      public static final String WRITABLELANGUAGES
      Qualifier of the UserProfile.writableLanguages attribute
      See Also:
    • ALLREADABLELANGUAGES

      public static final String ALLREADABLELANGUAGES
      Qualifier of the UserProfile.allReadableLanguages attribute
      See Also:
    • ALLWRITABLELANGUAGES

      public static final String ALLWRITABLELANGUAGES
      Qualifier of the UserProfile.allWritableLanguages attribute
      See Also:
    • EXPANDINITIAL

      public static final String EXPANDINITIAL
      Qualifier of the UserProfile.expandInitial attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedUserProfile

      public GeneratedUserProfile()
  • Method Details

    • getDefaultAttributeModes

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

      public abstract Collection<Language> getAllReadableLanguages(SessionContext ctx)
      Generated method - Getter of the UserProfile.allReadableLanguages attribute.
      Returns:
      the allReadableLanguages
    • getAllReadableLanguages

      public Collection<Language> getAllReadableLanguages()
      Generated method - Getter of the UserProfile.allReadableLanguages attribute.
      Returns:
      the allReadableLanguages
    • getAllWritableLanguages

      public abstract Collection<Language> getAllWritableLanguages(SessionContext ctx)
      Generated method - Getter of the UserProfile.allWritableLanguages attribute.
      Returns:
      the allWritableLanguages
    • getAllWritableLanguages

      public Collection<Language> getAllWritableLanguages()
      Generated method - Getter of the UserProfile.allWritableLanguages attribute.
      Returns:
      the allWritableLanguages
    • isExpandInitial

      public Boolean isExpandInitial(SessionContext ctx)
      Generated method - Getter of the UserProfile.expandInitial attribute.
      Returns:
      the expandInitial
    • isExpandInitial

      public Boolean isExpandInitial()
      Generated method - Getter of the UserProfile.expandInitial attribute.
      Returns:
      the expandInitial
    • isExpandInitialAsPrimitive

      public boolean isExpandInitialAsPrimitive(SessionContext ctx)
      Generated method - Getter of the UserProfile.expandInitial attribute.
      Returns:
      the expandInitial
    • isExpandInitialAsPrimitive

      public boolean isExpandInitialAsPrimitive()
      Generated method - Getter of the UserProfile.expandInitial attribute.
      Returns:
      the expandInitial
    • setExpandInitial

      public void setExpandInitial(SessionContext ctx, Boolean value)
      Generated method - Setter of the UserProfile.expandInitial attribute.
      Parameters:
      value - the expandInitial
    • setExpandInitial

      public void setExpandInitial(Boolean value)
      Generated method - Setter of the UserProfile.expandInitial attribute.
      Parameters:
      value - the expandInitial
    • setExpandInitial

      public void setExpandInitial(SessionContext ctx, boolean value)
      Generated method - Setter of the UserProfile.expandInitial attribute.
      Parameters:
      value - the expandInitial
    • setExpandInitial

      public void setExpandInitial(boolean value)
      Generated method - Setter of the UserProfile.expandInitial attribute.
      Parameters:
      value - the expandInitial
    • getReadableLanguages

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

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

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

      public void setReadableLanguages(List<Language> value)
      Generated method - Setter of the UserProfile.readableLanguages attribute.
      Parameters:
      value - the readableLanguages
    • getWritableLanguages

      public List<Language> getWritableLanguages(SessionContext ctx)
      Generated method - Getter of the UserProfile.writableLanguages attribute.
      Returns:
      the writableLanguages
    • getWritableLanguages

      public List<Language> getWritableLanguages()
      Generated method - Getter of the UserProfile.writableLanguages attribute.
      Returns:
      the writableLanguages
    • setWritableLanguages

      public void setWritableLanguages(SessionContext ctx, List<Language> value)
      Generated method - Setter of the UserProfile.writableLanguages attribute.
      Parameters:
      value - the writableLanguages
    • setWritableLanguages

      public void setWritableLanguages(List<Language> value)
      Generated method - Setter of the UserProfile.writableLanguages attribute.
      Parameters:
      value - the writableLanguages