Package pt.ist.fenixframework
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 -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPermissions(AccessControlPermission permissions) voidaddProfiles(AccessControlProfile profiles) voidaddProfileTypes(AccessControlProfileType profileTypes) pt.ist.fenixframework.DomainFenixFrameworkRootpt.ist.fenixframework.backend.jvstm.pstm.FenixFrameworkDatapt.ist.fenixframework.data.InstallationDatastatic 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<AccessControlPermission,pt.ist.fenixframework.DomainRoot> static pt.ist.fenixframework.dml.runtime.DirectRelation<AccessControlProfile,pt.ist.fenixframework.DomainRoot> static pt.ist.fenixframework.dml.runtime.DirectRelation<AccessControlProfileType,pt.ist.fenixframework.DomainRoot> voidremovePermissions(AccessControlPermission permissions) voidremoveProfiles(AccessControlProfile profiles) voidremoveProfileTypes(AccessControlProfileType profileTypes) voidsetDomainFenixFrameworkRoot(pt.ist.fenixframework.DomainFenixFrameworkRoot domainFenixFrameworkRoot) voidsetFenixFrameworkData(pt.ist.fenixframework.backend.jvstm.pstm.FenixFrameworkData fenixFrameworkData) voidsetInstallationData(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
-
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
-
removeProfileTypes
-
getProfileTypesSet
-
getDomainFenixFrameworkRoot
public pt.ist.fenixframework.DomainFenixFrameworkRoot getDomainFenixFrameworkRoot() -
setDomainFenixFrameworkRoot
public void setDomainFenixFrameworkRoot(pt.ist.fenixframework.DomainFenixFrameworkRoot domainFenixFrameworkRoot) -
addProfiles
-
removeProfiles
-
getProfilesSet
-
addPermissions
-
removePermissions
-
getPermissionsSet
-
getFenixFrameworkData
public pt.ist.fenixframework.backend.jvstm.pstm.FenixFrameworkData getFenixFrameworkData() -
setFenixFrameworkData
public void setFenixFrameworkData(pt.ist.fenixframework.backend.jvstm.pstm.FenixFrameworkData fenixFrameworkData)
-