Class GeneratedUserProfile

    • Field Detail

      • READABLELANGUAGES

        public static final java.lang.String READABLELANGUAGES
        Qualifier of the UserProfile.readableLanguages attribute
        See Also:
        Constant Field Values
      • WRITABLELANGUAGES

        public static final java.lang.String WRITABLELANGUAGES
        Qualifier of the UserProfile.writableLanguages attribute
        See Also:
        Constant Field Values
      • ALLREADABLELANGUAGES

        public static final java.lang.String ALLREADABLELANGUAGES
        Qualifier of the UserProfile.allReadableLanguages attribute
        See Also:
        Constant Field Values
      • ALLWRITABLELANGUAGES

        public static final java.lang.String ALLWRITABLELANGUAGES
        Qualifier of the UserProfile.allWritableLanguages attribute
        See Also:
        Constant Field Values
      • EXPANDINITIAL

        public static final java.lang.String EXPANDINITIAL
        Qualifier of the UserProfile.expandInitial attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedUserProfile

        public GeneratedUserProfile()
    • Method Detail

      • getAllReadableLanguages

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

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

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

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

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

        public java.lang.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,
                                     java.lang.Boolean value)
        Generated method - Setter of the UserProfile.expandInitial attribute.
        Parameters:
        value - the expandInitial
      • setExpandInitial

        public void setExpandInitial​(java.lang.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 java.util.List<Language> getReadableLanguages​(SessionContext ctx)
        Generated method - Getter of the UserProfile.readableLanguages attribute.
        Returns:
        the readableLanguages
      • getReadableLanguages

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

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

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

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

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

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

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