Package org.fenixedu.bennu.core.domain
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:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedUserProfile_Base()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddNameIndex(org.fenixedu.bennu.core.domain.NameIndex nameIndex)StringgetAvatarUrl()protected org.fenixedu.bennu.core.domain.BennugetBennu()protected StringgetDisplayName()StringgetEmail()protected StringgetFamilyNames()protected StringgetGivenNames()protected org.fenixedu.bennu.core.domain.AvatargetLocalAvatar()protected Set<org.fenixedu.bennu.core.domain.NameIndex>getNameIndexSet()LocalegetPreferredLocale()static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.UserProfile,org.fenixedu.bennu.core.domain.Bennu>getRelationSystemProfiles()static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.UserProfile,org.fenixedu.bennu.core.domain.Avatar>getRelationUserProfileAvatar()static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.UserProfile,org.fenixedu.bennu.core.domain.NameIndex>getRelationUserProfileNameIndexes()static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.User,org.fenixedu.bennu.core.domain.UserProfile>getRelationUserProfileUser()protected org.fenixedu.bennu.core.domain.UsergetUser()protected voidremoveNameIndex(org.fenixedu.bennu.core.domain.NameIndex nameIndex)voidsetAvatarUrl(String avatarUrl)protected voidsetBennu(org.fenixedu.bennu.core.domain.Bennu bennu)protected voidsetDisplayName(String displayName)voidsetEmail(String email)protected voidsetFamilyNames(String familyNames)protected voidsetGivenNames(String givenNames)protected voidsetLocalAvatar(org.fenixedu.bennu.core.domain.Avatar localAvatar)voidsetPreferredLocale(Locale preferredLocale)protected voidsetUser(org.fenixedu.bennu.core.domain.User user)
-
-
-
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)
-
-