Class NameIndex_Base

  • All Implemented Interfaces:
    Serializable, pt.ist.fenixframework.DomainObject

    public abstract class NameIndex_Base
    extends pt.ist.fenixframework.core.AbstractDomainObject
    See Also:
    Serialized Form
    • 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 NameIndex_Base()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addProfile​(org.fenixedu.bennu.core.domain.UserProfile profile)  
      protected org.fenixedu.bennu.core.domain.Bennu getBennu()  
      protected String getKeyword()  
      Set<org.fenixedu.bennu.core.domain.UserProfile> getProfileSet()  
      static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.NameIndex,​org.fenixedu.bennu.core.domain.Bennu> getRelationBennuNameIndexes()  
      static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.core.domain.UserProfile,​org.fenixedu.bennu.core.domain.NameIndex> getRelationUserProfileNameIndexes()  
      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
    • Constructor Detail

      • NameIndex_Base

        protected NameIndex_Base()
    • Method Detail

      • 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)