Class MenuFunctionality_Base

  • All Implemented Interfaces:
    com.qubit.terra.portal.domain.menus.MenuItem, Serializable, Comparable<com.qubit.terra.portal.domain.menus.MenuItem>, pt.ist.fenixframework.DomainObject

    public abstract class MenuFunctionality_Base
    extends org.fenixedu.bennu.portal.domain.MenuItem
    See Also:
    Serialized Form
    • Constructor Detail

      • MenuFunctionality_Base

        protected MenuFunctionality_Base()
    • Method Detail

      • getRelationSiteMenuFunctionality

        public static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,​org.fenixedu.bennu.portal.domain.MenuFunctionality> getRelationSiteMenuFunctionality()
      • getRelationFolderMenuFunctionality

        public static pt.ist.fenixframework.dml.runtime.DirectRelation<org.fenixedu.bennu.portal.domain.MenuFunctionality,​CMSFolder> getRelationFolderMenuFunctionality()
      • getItemKey

        protected String getItemKey()
      • setItemKey

        protected void setItemKey​(String itemKey)
      • getProvider

        protected String getProvider()
      • setProvider

        protected void setProvider​(String provider)
      • getDocumentationUrl

        public String getDocumentationUrl()
      • setDocumentationUrl

        public void setDocumentationUrl​(String documentationUrl)
      • getSites

        public Site getSites()
      • setSites

        public void setSites​(Site sites)
      • getCmsFolder

        public CMSFolder getCmsFolder()
      • setCmsFolder

        public void setCmsFolder​(CMSFolder cmsFolder)