Class UserProfile_Base

  • All Implemented Interfaces:
    Serializable, pt.ist.fenixframework.DomainObject

    public abstract class UserProfile_Base
    extends pt.ist.fenixframework.core.AbstractDomainObject
    See Also:
    Serialized Form
    • Constructor Detail

      • UserProfile_Base

        protected UserProfile_Base()
    • Method Detail

      • getRelationUserProfileAvatar

        public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.UserProfile,​org.fenixedu.bennu.core.domain.Avatar> getRelationUserProfileAvatar()
      • getRelationSystemProfiles

        public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.UserProfile,​org.fenixedu.bennu.core.domain.Bennu> getRelationSystemProfiles()
      • getRelationUserProfileNameIndexes

        public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.UserProfile,​org.fenixedu.bennu.core.domain.NameIndex> getRelationUserProfileNameIndexes()
      • getRelationUserProfileUser

        public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.User,​org.fenixedu.bennu.core.domain.UserProfile> getRelationUserProfileUser()
      • getDisplayName

        protected String getDisplayName()
      • setDisplayName

        protected void setDisplayName​(String displayName)
      • getGivenNames

        protected String getGivenNames()
      • setGivenNames

        protected void setGivenNames​(String givenNames)
      • getFamilyNames

        protected String getFamilyNames()
      • setFamilyNames

        protected void setFamilyNames​(String familyNames)
      • getAvatarUrl

        public String getAvatarUrl()
      • setAvatarUrl

        public void setAvatarUrl​(String avatarUrl)
      • getEmail

        public String getEmail()
      • setEmail

        public void setEmail​(String email)
      • getPreferredLocale

        public Locale getPreferredLocale()
      • setPreferredLocale

        public void setPreferredLocale​(Locale preferredLocale)
      • getLocalAvatar

        protected org.fenixedu.bennu.core.domain.Avatar getLocalAvatar()
      • setLocalAvatar

        protected void setLocalAvatar​(org.fenixedu.bennu.core.domain.Avatar localAvatar)
      • getBennu

        protected org.fenixedu.bennu.core.domain.Bennu getBennu()
      • setBennu

        protected void setBennu​(org.fenixedu.bennu.core.domain.Bennu bennu)
      • addNameIndex

        protected void addNameIndex​(org.fenixedu.bennu.core.domain.NameIndex nameIndex)
      • removeNameIndex

        protected void removeNameIndex​(org.fenixedu.bennu.core.domain.NameIndex nameIndex)
      • getNameIndexSet

        protected Set<org.fenixedu.bennu.core.domain.NameIndex> getNameIndexSet()
      • getUser

        protected org.fenixedu.bennu.core.domain.User getUser()
      • setUser

        protected void setUser​(org.fenixedu.bennu.core.domain.User user)