public abstract class UserProfile_Base extends pt.ist.fenixframework.core.AbstractDomainObject
pt.ist.fenixframework.core.AbstractDomainObject.SerializedForm| Modifier | Constructor and Description |
|---|---|
protected |
UserProfile_Base() |
checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplacepublic static pt.ist.fenixframework.dml.runtime.DirectRelation<UserProfile,Avatar> getRelationUserProfileAvatar()
public static pt.ist.fenixframework.dml.runtime.DirectRelation<UserProfile,Bennu> getRelationSystemProfiles()
public static pt.ist.fenixframework.dml.runtime.DirectRelation<UserProfile,org.fenixedu.bennu.core.domain.NameIndex> getRelationUserProfileNameIndexes()
public static pt.ist.fenixframework.dml.runtime.DirectRelation<User,UserProfile> getRelationUserProfileUser()
protected String getDisplayName()
protected void setDisplayName(String displayName)
protected String getGivenNames()
protected void setGivenNames(String givenNames)
protected String getFamilyNames()
protected void setFamilyNames(String familyNames)
public String getAvatarUrl()
public void setAvatarUrl(String avatarUrl)
public String getEmail()
public void setEmail(String email)
public Locale getPreferredLocale()
public void setPreferredLocale(Locale preferredLocale)
protected Avatar getLocalAvatar()
protected void setLocalAvatar(Avatar localAvatar)
protected Bennu getBennu()
protected void setBennu(Bennu bennu)
protected void addNameIndex(org.fenixedu.bennu.core.domain.NameIndex nameIndex)
protected void removeNameIndex(org.fenixedu.bennu.core.domain.NameIndex nameIndex)
protected Set<org.fenixedu.bennu.core.domain.NameIndex> getNameIndexSet()
protected User getUser()
protected void setUser(User user)
Copyright © 2018 FenixEdu. All rights reserved.