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
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addProfile(org.fenixedu.bennu.core.domain.UserProfile profile)
     
    protected org.fenixedu.bennu.core.domain.Bennu
     
    protected String
     
    Set<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>
     
    void
    removeProfile(org.fenixedu.bennu.core.domain.UserProfile profile)
     
    protected void
    setBennu(org.fenixedu.bennu.core.domain.Bennu bennu)
     
    protected void
    setKeyword(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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 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

      protected String getKeyword()
    • setKeyword

      protected void setKeyword(String keyword)
    • addProfile

      public void addProfile(org.fenixedu.bennu.core.domain.UserProfile profile)
    • removeProfile

      public void removeProfile(org.fenixedu.bennu.core.domain.UserProfile profile)
    • getProfileSet

      public Set<org.fenixedu.bennu.core.domain.UserProfile> getProfileSet()
    • getBennu

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

      protected void setBennu(org.fenixedu.bennu.core.domain.Bennu bennu)