Class PrivateConsistencyPredicate_Base
java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
pt.ist.fenixframework.consistencyPredicates.DomainConsistencyPredicate_Base
pt.ist.fenixframework.consistencyPredicates.DomainConsistencyPredicate
pt.ist.fenixframework.consistencyPredicates.PrivateConsistencyPredicate_Base
- All Implemented Interfaces:
Serializable,pt.ist.fenixframework.DomainObject
public abstract class PrivateConsistencyPredicate_Base
extends pt.ist.fenixframework.consistencyPredicates.DomainConsistencyPredicate
- 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
Methods inherited from class pt.ist.fenixframework.consistencyPredicates.DomainConsistencyPredicate
checkFrameworkNotInitialized, checkOverridingMethods, classDelete, createNewDomainConsistencyPredicate, delete, dependsOnlyOnItself, executeConsistencyPredicateForExistingDomainObjects, executeConsistencyPredicateForMetaClassAndSubclasses, getPredicate, initConsistencyPredicateOverridden, isConsistent, isFinal, isInitialized, isPrivate, isPublic, readDomainConsistencyPredicate, readDomainConsistencyPredicate, setDomainMetaClass, setInitialized, setPredicate, updateConsistencyPredicateOverriddenMethods inherited from class pt.ist.fenixframework.consistencyPredicates.DomainConsistencyPredicate_Base
addDomainDependenceRecord, addInconsistentDependenceRecord, getDomainDependenceRecordSet, getDomainMetaClass, getInconsistentDependenceRecordSet, getInitialized, getRelationDomainConsistencyPredicateDomainDependenceRecords, getRelationDomainConsistencyPredicateInconsistentDependenceRecords, getRelationDomainMetaClassDeclaredConsistencyPredicates, removeDomainDependenceRecord, removeInconsistentDependenceRecordMethods inherited from class pt.ist.fenixframework.core.AbstractDomainObject
checkForDeletionBlockers, deleteDomainObject, ensureOid, equals, getDeletionBlockers, getDomainModel, getExternalId, getOid, hashCode, init$Instance, makeSerializedForm, toString, writeReplace
-
Constructor Details
-
PrivateConsistencyPredicate_Base
protected PrivateConsistencyPredicate_Base()
-