Package org.fenixedu.bennu.core.domain
Class NameIndex_Base
java.lang.Object
pt.ist.fenixframework.core.AbstractDomainObject
org.fenixedu.bennu.core.domain.NameIndex_Base
- All Implemented Interfaces:
Serializable,pt.ist.fenixframework.DomainObject
public abstract class NameIndex_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 TypeMethodDescriptionvoidaddProfile(org.fenixedu.bennu.core.domain.UserProfile profile) protected org.fenixedu.bennu.core.domain.BennugetBennu()protected StringSet<org.fenixedu.bennu.core.domain.UserProfile>static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.NameIndex,org.fenixedu.bennu.core.domain.Bennu> static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.UserProfile,org.fenixedu.bennu.core.domain.NameIndex> voidremoveProfile(org.fenixedu.bennu.core.domain.UserProfile profile) protected voidsetBennu(org.fenixedu.bennu.core.domain.Bennu bennu) protected voidsetKeyword(String keyword) 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
-
NameIndex_Base
protected NameIndex_Base()
-
-
Method Details
-
getRelationUserProfileNameIndexes
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.UserProfile,org.fenixedu.bennu.core.domain.NameIndex> getRelationUserProfileNameIndexes() -
getRelationBennuNameIndexes
public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.NameIndex,org.fenixedu.bennu.core.domain.Bennu> getRelationBennuNameIndexes() -
getKeyword
-
setKeyword
-
addProfile
public void addProfile(org.fenixedu.bennu.core.domain.UserProfile profile) -
removeProfile
public void removeProfile(org.fenixedu.bennu.core.domain.UserProfile profile) -
getProfileSet
-
getBennu
protected org.fenixedu.bennu.core.domain.Bennu getBennu() -
setBennu
protected void setBennu(org.fenixedu.bennu.core.domain.Bennu bennu)
-