Class DomainRoot_Base

java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
pt.ist.fenixframework.DomainRoot_Base
All Implemented Interfaces:
Serializable, pt.ist.fenixframework.DomainObject

public abstract class DomainRoot_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
    void
    addGradeScales(org.fenixedu.academic.domain.curriculum.grade.GradeScale gradeScales)
     
    void
    addPermissions(com.qubit.terra.qubAccessControl.domain.AccessControlPermission permissions)
     
    void
    addProfiles(com.qubit.terra.qubAccessControl.domain.AccessControlProfile profiles)
     
    void
    addProfileTypes(com.qubit.terra.qubAccessControl.domain.AccessControlProfileType profileTypes)
     
    org.fenixedu.bennu.core.domain.Bennu
     
    pt.ist.fenixframework.DomainFenixFrameworkRoot
     
    pt.ist.fenixframework.backend.jvstm.pstm.FenixFrameworkData
     
    Set<org.fenixedu.academic.domain.curriculum.grade.GradeScale>
     
    pt.ist.fenixframework.data.InstallationData
     
    Set<com.qubit.terra.qubAccessControl.domain.AccessControlPermission>
     
    Set<com.qubit.terra.qubAccessControl.domain.AccessControlProfile>
     
    Set<com.qubit.terra.qubAccessControl.domain.AccessControlProfileType>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.DomainRoot,org.fenixedu.bennu.core.domain.Bennu>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.DomainRoot,pt.ist.fenixframework.DomainFenixFrameworkRoot>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.DomainRoot,pt.ist.fenixframework.backend.jvstm.pstm.FenixFrameworkData>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.data.InstallationData,pt.ist.fenixframework.DomainRoot>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<com.qubit.terra.qubAccessControl.domain.AccessControlPermission,pt.ist.fenixframework.DomainRoot>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<com.qubit.terra.qubAccessControl.domain.AccessControlProfile,pt.ist.fenixframework.DomainRoot>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<com.qubit.terra.qubAccessControl.domain.AccessControlProfileType,pt.ist.fenixframework.DomainRoot>
     
    static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.curriculum.grade.GradeScale,pt.ist.fenixframework.DomainRoot>
     
    void
    removeGradeScales(org.fenixedu.academic.domain.curriculum.grade.GradeScale gradeScales)
     
    void
    removePermissions(com.qubit.terra.qubAccessControl.domain.AccessControlPermission permissions)
     
    void
    removeProfiles(com.qubit.terra.qubAccessControl.domain.AccessControlProfile profiles)
     
    void
    removeProfileTypes(com.qubit.terra.qubAccessControl.domain.AccessControlProfileType profileTypes)
     
    void
    setBennu(org.fenixedu.bennu.core.domain.Bennu bennu)
     
    void
    setDomainFenixFrameworkRoot(pt.ist.fenixframework.DomainFenixFrameworkRoot domainFenixFrameworkRoot)
     
    void
    setFenixFrameworkData(pt.ist.fenixframework.backend.jvstm.pstm.FenixFrameworkData fenixFrameworkData)
     
    void
    setInstallationData(pt.ist.fenixframework.data.InstallationData installationData)
     

    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

    • DomainRoot_Base

      protected DomainRoot_Base()
  • Method Details

    • getRelationDomainRootHasFenixFrameworkData

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.DomainRoot,pt.ist.fenixframework.backend.jvstm.pstm.FenixFrameworkData> getRelationDomainRootHasFenixFrameworkData()
    • getRelationDomainRootprofileTypesAccessControlProfileType

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<com.qubit.terra.qubAccessControl.domain.AccessControlProfileType,pt.ist.fenixframework.DomainRoot> getRelationDomainRootprofileTypesAccessControlProfileType()
    • getRelationDomainRootDomainFenixFrameworkRoot

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.DomainRoot,pt.ist.fenixframework.DomainFenixFrameworkRoot> getRelationDomainRootDomainFenixFrameworkRoot()
    • getRelationDomainRootOperationPermissionsAccessControlPermission

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<com.qubit.terra.qubAccessControl.domain.AccessControlPermission,pt.ist.fenixframework.DomainRoot> getRelationDomainRootOperationPermissionsAccessControlPermission()
    • getRelationDomainRootBennu

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.DomainRoot,org.fenixedu.bennu.core.domain.Bennu> getRelationDomainRootBennu()
    • getRelationDomainRootprofilesAccessControlProfile

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<com.qubit.terra.qubAccessControl.domain.AccessControlProfile,pt.ist.fenixframework.DomainRoot> getRelationDomainRootprofilesAccessControlProfile()
    • getRelationDomainRootHasInstallationData

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<pt.ist.fenixframework.data.InstallationData,pt.ist.fenixframework.DomainRoot> getRelationDomainRootHasInstallationData()
    • getRelationGradeScaleDomainRoot

      public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.academic.domain.curriculum.grade.GradeScale,pt.ist.fenixframework.DomainRoot> getRelationGradeScaleDomainRoot()
    • getFenixFrameworkData

      public pt.ist.fenixframework.backend.jvstm.pstm.FenixFrameworkData getFenixFrameworkData()
    • setFenixFrameworkData

      public void setFenixFrameworkData(pt.ist.fenixframework.backend.jvstm.pstm.FenixFrameworkData fenixFrameworkData)
    • addProfileTypes

      public void addProfileTypes(com.qubit.terra.qubAccessControl.domain.AccessControlProfileType profileTypes)
    • removeProfileTypes

      public void removeProfileTypes(com.qubit.terra.qubAccessControl.domain.AccessControlProfileType profileTypes)
    • getProfileTypesSet

      public Set<com.qubit.terra.qubAccessControl.domain.AccessControlProfileType> getProfileTypesSet()
    • getDomainFenixFrameworkRoot

      public pt.ist.fenixframework.DomainFenixFrameworkRoot getDomainFenixFrameworkRoot()
    • setDomainFenixFrameworkRoot

      public void setDomainFenixFrameworkRoot(pt.ist.fenixframework.DomainFenixFrameworkRoot domainFenixFrameworkRoot)
    • addPermissions

      public void addPermissions(com.qubit.terra.qubAccessControl.domain.AccessControlPermission permissions)
    • removePermissions

      public void removePermissions(com.qubit.terra.qubAccessControl.domain.AccessControlPermission permissions)
    • getPermissionsSet

      public Set<com.qubit.terra.qubAccessControl.domain.AccessControlPermission> getPermissionsSet()
    • getBennu

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

      public void setBennu(org.fenixedu.bennu.core.domain.Bennu bennu)
    • addProfiles

      public void addProfiles(com.qubit.terra.qubAccessControl.domain.AccessControlProfile profiles)
    • removeProfiles

      public void removeProfiles(com.qubit.terra.qubAccessControl.domain.AccessControlProfile profiles)
    • getProfilesSet

      public Set<com.qubit.terra.qubAccessControl.domain.AccessControlProfile> getProfilesSet()
    • getInstallationData

      public pt.ist.fenixframework.data.InstallationData getInstallationData()
    • setInstallationData

      public void setInstallationData(pt.ist.fenixframework.data.InstallationData installationData)
    • addGradeScales

      public void addGradeScales(org.fenixedu.academic.domain.curriculum.grade.GradeScale gradeScales)
    • removeGradeScales

      public void removeGradeScales(org.fenixedu.academic.domain.curriculum.grade.GradeScale gradeScales)
    • getGradeScalesSet

      public Set<org.fenixedu.academic.domain.curriculum.grade.GradeScale> getGradeScalesSet()