Uses of Class
org.fenixedu.cms.domain.Menu
Packages that use Menu
Package
Description
-
Uses of Menu in org.fenixedu.bennu.core.domain
Methods in org.fenixedu.bennu.core.domain that return types with arguments of type MenuModifier and TypeMethodDescriptionUser_Base.getMenusCreatedSet()static pt.ist.fenixframework.dml.runtime.DirectRelation<Menu,org.fenixedu.bennu.core.domain.User> User_Base.getRelationMenuUser()Methods in org.fenixedu.bennu.core.domain with parameters of type MenuModifier and TypeMethodDescriptionprotected voidUser_Base.addMenusCreated(Menu menusCreated) protected voidUser_Base.removeMenusCreated(Menu menusCreated) -
Uses of Menu in org.fenixedu.cms.api.json
Methods in org.fenixedu.cms.api.json that return MenuModifier and TypeMethodDescriptionMenuAdapter.create(com.google.gson.JsonElement arg0, org.fenixedu.bennu.core.json.JsonBuilder arg1) MenuAdapter.update(com.google.gson.JsonElement json, Menu menu, org.fenixedu.bennu.core.json.JsonBuilder ctx) Methods in org.fenixedu.cms.api.json with parameters of type Menu -
Uses of Menu in org.fenixedu.cms.api.resource
Methods in org.fenixedu.cms.api.resource with parameters of type MenuModifier and TypeMethodDescriptioncom.google.gson.JsonElementMenuResource.createMenuItem(Menu menu, com.google.gson.JsonObject json) javax.ws.rs.core.ResponseMenuResource.deleteMenu(Menu menu) com.google.gson.JsonElementcom.google.gson.JsonElementMenuResource.listMenuItems(Menu menu) com.google.gson.JsonElementMenuResource.updateMenu(Menu menu, com.google.gson.JsonElement json) -
Uses of Menu in org.fenixedu.cms.domain
Methods in org.fenixedu.cms.domain that return MenuModifier and TypeMethodDescriptionMenu.clone(CloneCache cloneCache) protected MenuMenuItem_Base.getMenu()MenuItem.getMenu()MenuItem_Base.getTop()Site.menuForOid(String oid) Site.menuForSlug(String slug) Methods in org.fenixedu.cms.domain that return types with arguments of type MenuModifier and TypeMethodDescriptionSite_Base.getMenusSet()Site.getOrderedMenusSet()Menu_Base.getRelationMenuMenuItem()MenuItem_Base.getRelationMenuMenuItem()Menu_Base.getRelationMenuSite()Site_Base.getRelationMenuSite()Menu_Base.getRelationMenuTopMenuItem()MenuItem_Base.getRelationMenuTopMenuItem()static pt.ist.fenixframework.dml.runtime.DirectRelation<Menu,org.fenixedu.bennu.core.domain.User> Menu_Base.getRelationMenuUser()Methods in org.fenixedu.cms.domain with parameters of type MenuModifier and TypeMethodDescriptionvoidintstatic MenuItemMenuItem.create(Menu menu, Page page, org.fenixedu.commons.i18n.LocalizedString name, MenuItem parent) static PagePage.create(Site site, Menu menu, MenuItem parent, org.fenixedu.commons.i18n.LocalizedString name, boolean published, String template, org.fenixedu.bennu.core.domain.User creator, Component... components) protected com.google.gson.JsonObjectvoidSite_Base.removeMenus(Menu menus) protected voidvoidConstructors in org.fenixedu.cms.domain with parameters of type Menu