public abstract class Bennu_Base extends pt.ist.fenixframework.core.AbstractDomainObject
pt.ist.fenixframework.core.AbstractDomainObject.SerializedForm| Modifier | Constructor and Description |
|---|---|
protected |
Bennu_Base() |
checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplacepublic static pt.ist.fenixframework.dml.runtime.DirectRelation<User,Bennu> getRelationSystemUsers()
public static pt.ist.fenixframework.dml.runtime.DirectRelation<UserProfile,Bennu> getRelationSystemProfiles()
public static pt.ist.fenixframework.dml.runtime.DirectRelation<Bennu,PersistentDynamicGroup> getRelationPersistentDynamicGroups()
public static pt.ist.fenixframework.dml.runtime.DirectRelation<Bennu,PersistentGroup> getRelationPersistentGroups()
public static pt.ist.fenixframework.dml.runtime.DirectRelation<DomainRoot,Bennu> getRelationDomainRootBennu()
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.NameIndex,Bennu> getRelationBennuNameIndexes()
public static pt.ist.fenixframework.dml.runtime.DirectRelation<SupportConfiguration,Bennu> getRelationBennuSupportConfiguration()
public static pt.ist.fenixframework.dml.runtime.DirectRelation<Bennu,GroupConstant> getRelationGroupConstantRoot()
public static pt.ist.fenixframework.dml.runtime.DirectRelation<Bennu,PortalConfiguration> getRelationBennuPortalConfiguration()
protected com.google.gson.JsonElement getPropertyData()
protected void setPropertyData(com.google.gson.JsonElement propertyData)
protected void addUser(User user)
protected void removeUser(User user)
protected void addProfile(UserProfile profile)
protected void removeProfile(UserProfile profile)
protected Set<UserProfile> getProfileSet()
protected void addDynamic(PersistentDynamicGroup dynamic)
protected void removeDynamic(PersistentDynamicGroup dynamic)
protected Set<PersistentDynamicGroup> getDynamicSet()
protected void addGroup(PersistentGroup group)
protected void removeGroup(PersistentGroup group)
protected Set<PersistentGroup> getGroupSet()
protected DomainRoot getRoot()
protected void setRoot(DomainRoot root)
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()
public void addSupportConfiguration(SupportConfiguration supportConfiguration)
public void removeSupportConfiguration(SupportConfiguration supportConfiguration)
public Set<SupportConfiguration> getSupportConfigurationSet()
protected void addGroupConstant(GroupConstant groupConstant)
protected void removeGroupConstant(GroupConstant groupConstant)
protected Set<GroupConstant> getGroupConstantSet()
public PortalConfiguration getConfiguration()
public void setConfiguration(PortalConfiguration configuration)
Copyright © 2018 FenixEdu. All rights reserved.