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:
  • Constructor Details

    • DomainRoot_Base

      protected DomainRoot_Base()
  • Method Details

    • getRelationDomainRootHasInstallationData

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

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

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

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

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

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

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

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

      public void addProfileTypes(AccessControlProfileType profileTypes)
    • removeProfileTypes

      public void removeProfileTypes(AccessControlProfileType profileTypes)
    • getProfileTypesSet

      public Set<AccessControlProfileType> getProfileTypesSet()
    • getDomainFenixFrameworkRoot

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

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

      public void addProfiles(AccessControlProfile profiles)
    • removeProfiles

      public void removeProfiles(AccessControlProfile profiles)
    • getProfilesSet

      public Set<AccessControlProfile> getProfilesSet()
    • addPermissions

      public void addPermissions(AccessControlPermission permissions)
    • removePermissions

      public void removePermissions(AccessControlPermission permissions)
    • getPermissionsSet

      public Set<AccessControlPermission> getPermissionsSet()
    • getFenixFrameworkData

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

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