Uses of Class
org.fenixedu.cms.domain.Menu
-
Packages that use Menu Package Description org.fenixedu.bennu.core.domain org.fenixedu.cms.api.json org.fenixedu.cms.api.resource org.fenixedu.cms.domain org.fenixedu.cms.ui -
-
Uses of Menu in org.fenixedu.bennu.core.domain
Methods in org.fenixedu.bennu.core.domain that return types with arguments of type Menu Modifier and Type Method Description protected Set<Menu>User_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 Menu Modifier and Type Method Description protected 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 Menu Modifier and Type Method Description MenuMenuAdapter. create(com.google.gson.JsonElement arg0, org.fenixedu.bennu.core.json.JsonBuilder arg1)MenuMenuAdapter. 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 Modifier and Type Method Description MenuMenuAdapter. update(com.google.gson.JsonElement json, Menu menu, org.fenixedu.bennu.core.json.JsonBuilder ctx)com.google.gson.JsonElementMenuAdapter. view(Menu menu, org.fenixedu.bennu.core.json.JsonBuilder ctx) -
Uses of Menu in org.fenixedu.cms.api.resource
Methods in org.fenixedu.cms.api.resource with parameters of type Menu Modifier and Type Method Description com.google.gson.JsonElementMenuResource. createMenuItem(Menu menu, com.google.gson.JsonObject json)javax.ws.rs.core.ResponseMenuResource. deleteMenu(Menu menu)com.google.gson.JsonElementMenuResource. getMenu(Menu menu)com.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 Menu Modifier and Type Method Description MenuMenu. clone(CloneCache cloneCache)protected MenuMenuItem_Base. getMenu()MenuMenuItem. getMenu()MenuMenuItem_Base. getTop()MenuSite. menuForOid(String oid)MenuSite. menuForSlug(String slug)Methods in org.fenixedu.cms.domain that return types with arguments of type Menu Modifier and Type Method Description Set<Menu>Site_Base. getMenusSet()TreeSet<Menu>Site. getOrderedMenusSet()static pt.ist.fenixframework.dml.runtime.DirectRelation<Menu,MenuItem>Menu_Base. getRelationMenuMenuItem()static pt.ist.fenixframework.dml.runtime.DirectRelation<Menu,MenuItem>MenuItem_Base. getRelationMenuMenuItem()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,Menu>Menu_Base. getRelationMenuSite()static pt.ist.fenixframework.dml.runtime.DirectRelation<Site,Menu>Site_Base. getRelationMenuSite()static pt.ist.fenixframework.dml.runtime.DirectRelation<MenuItem,Menu>Menu_Base. getRelationMenuTopMenuItem()static pt.ist.fenixframework.dml.runtime.DirectRelation<MenuItem,Menu>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 Menu Modifier and Type Method Description voidSite_Base. addMenus(Menu menus)intMenu. compareTo(Menu o)static 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.JsonObjectSiteExporter. export(Menu menu)voidSite_Base. removeMenus(Menu menus)protected voidMenuItem_Base. setMenu(Menu menu)voidMenuItem_Base. setTop(Menu top)Constructors in org.fenixedu.cms.domain with parameters of type Menu Constructor Description MenuItem(Menu menu)The loggedUsercreates a new MenuItem. -
Uses of Menu in org.fenixedu.cms.ui
Methods in org.fenixedu.cms.ui that return Menu Modifier and Type Method Description MenuAdminMenusService. createMenu(Site site, org.fenixedu.commons.i18n.LocalizedString name)Methods in org.fenixedu.cms.ui with parameters of type Menu Modifier and Type Method Description Stream<MenuItem>AdminMenusService. allDeletedItems(Menu menu, com.google.gson.JsonObject rootJson)com.google.gson.JsonObjectAdminMenusService. serializeMenu(Menu menu)com.google.gson.JsonObjectAdminPagesService. serializeMenu(Menu menu)
-