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<FileSupport,Bennu> getRelationBennuFileSupport()
public 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<Bennu,GroupConstant> getRelationGroupConstantRoot()
public static pt.ist.fenixframework.dml.runtime.DirectRelation<SchedulerSystem,Bennu> getRelationSchedulerSystemSchedulerSystem()
protected com.google.gson.JsonElement getPropertyData()
protected void setPropertyData(com.google.gson.JsonElement propertyData)
public FileSupport getFileSupport()
public void setFileSupport(FileSupport fileSupport)
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()
protected void addGroupConstant(GroupConstant groupConstant)
protected void removeGroupConstant(GroupConstant groupConstant)
protected Set<GroupConstant> getGroupConstantSet()
public SchedulerSystem getSchedulerSystem()
public void setSchedulerSystem(SchedulerSystem schedulerSystem)
Copyright © 2018 FenixEdu. All rights reserved.