Class UserProfile_Base

java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.bennu.core.domain.UserProfile_Base
All Implemented Interfaces:
Serializable, pt.ist.fenixframework.DomainObject

public abstract class UserProfile_Base extends pt.ist.fenixframework.core.AbstractDomainObject
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class pt.ist.fenixframework.core.AbstractDomainObject

    pt.ist.fenixframework.core.AbstractDomainObject.SerializedForm
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    addNameIndex(org.fenixedu.bennu.core.domain.NameIndex nameIndex)
     
     
    protected org.fenixedu.bennu.core.domain.Bennu
     
    protected String
     
     
    org.fenixedu.academic.domain.EmergencyContact
     
    protected String
     
    protected String
     
    protected org.fenixedu.bennu.core.domain.Avatar
     
    protected Set<org.fenixedu.bennu.core.domain.NameIndex>
     
    org.fenixedu.academic.domain.Person
     
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.UserProfile,org.fenixedu.academic.domain.Person>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.UserProfile,org.fenixedu.bennu.core.domain.Bennu>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.UserProfile,org.fenixedu.bennu.core.domain.Avatar>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.UserProfile,org.fenixedu.academic.domain.EmergencyContact>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.UserProfile,org.fenixedu.bennu.core.domain.NameIndex>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.User,org.fenixedu.bennu.core.domain.UserProfile>
     
    protected org.fenixedu.bennu.core.domain.User
     
    protected void
    removeNameIndex(org.fenixedu.bennu.core.domain.NameIndex nameIndex)
     
    void
    setAvatarUrl(String avatarUrl)
     
    protected void
    setBennu(org.fenixedu.bennu.core.domain.Bennu bennu)
     
    protected void
    setDisplayName(String displayName)
     
    void
     
    void
    setEmergencyContact(org.fenixedu.academic.domain.EmergencyContact emergencyContact)
     
    protected void
    setFamilyNames(String familyNames)
     
    protected void
    setGivenNames(String givenNames)
     
    protected void
    setLocalAvatar(org.fenixedu.bennu.core.domain.Avatar localAvatar)
     
    void
    setPerson(org.fenixedu.academic.domain.Person person)
     
    void
    setPreferredLocale(Locale preferredLocale)
     
    protected void
    setUser(org.fenixedu.bennu.core.domain.User user)
     

    Methods inherited from class pt.ist.fenixframework.core.AbstractDomainObject

    checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplace

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • UserProfile_Base

      protected UserProfile_Base()
  • Method Details

    • getRelationUserProfileAvatar

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

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

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

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.UserProfile,org.fenixedu.academic.domain.Person> getRelationPersonUserProfile()
    • getRelationUserProfileNameIndexes

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

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.UserProfile,org.fenixedu.academic.domain.EmergencyContact> getRelationUserProfileEmergencyContact()
    • 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)
    • getUser

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

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

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

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

      public org.fenixedu.academic.domain.Person getPerson()
    • setPerson

      public void setPerson(org.fenixedu.academic.domain.Person person)
    • 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()
    • getEmergencyContact

      public org.fenixedu.academic.domain.EmergencyContact getEmergencyContact()
    • setEmergencyContact

      public void setEmergencyContact(org.fenixedu.academic.domain.EmergencyContact emergencyContact)