Uses of Class
org.fenixedu.cms.domain.MenuItem
-
Packages that use MenuItem 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 MenuItem in org.fenixedu.bennu.core.domain
Methods in org.fenixedu.bennu.core.domain that return types with arguments of type MenuItem Modifier and Type Method Description protected Set<MenuItem>User_Base. getMenuItemsCreatedSet()static pt.ist.fenixframework.dml.runtime.DirectRelation<MenuItem,org.fenixedu.bennu.core.domain.User>User_Base. getRelationMenuItemUser()Methods in org.fenixedu.bennu.core.domain with parameters of type MenuItem Modifier and Type Method Description protected voidUser_Base. addMenuItemsCreated(MenuItem menuItemsCreated)protected voidUser_Base. removeMenuItemsCreated(MenuItem menuItemsCreated) -
Uses of MenuItem in org.fenixedu.cms.api.json
Methods in org.fenixedu.cms.api.json that return MenuItem Modifier and Type Method Description MenuItemMenuItemAdapter. create(com.google.gson.JsonElement arg0, org.fenixedu.bennu.core.json.JsonBuilder arg1)MenuItemMenuItemAdapter. update(com.google.gson.JsonElement json, MenuItem menuItem, org.fenixedu.bennu.core.json.JsonBuilder ctx)Methods in org.fenixedu.cms.api.json with parameters of type MenuItem Modifier and Type Method Description MenuItemMenuItemAdapter. update(com.google.gson.JsonElement json, MenuItem menuItem, org.fenixedu.bennu.core.json.JsonBuilder ctx)com.google.gson.JsonElementMenuItemAdapter. view(MenuItem menuItem, org.fenixedu.bennu.core.json.JsonBuilder ctx) -
Uses of MenuItem in org.fenixedu.cms.api.resource
Methods in org.fenixedu.cms.api.resource with parameters of type MenuItem Modifier and Type Method Description javax.ws.rs.core.ResponseMenuItemResource. deleteMenuItem(MenuItem menuItem)com.google.gson.JsonElementMenuItemResource. getMenuItem(MenuItem menuItem)com.google.gson.JsonElementMenuItemResource. updateMenuItem(MenuItem menuItem, com.google.gson.JsonElement json) -
Uses of MenuItem in org.fenixedu.cms.domain
Fields in org.fenixedu.cms.domain with type parameters of type MenuItem Modifier and Type Field Description static Comparator<MenuItem>MenuItem. CREATION_DATE_COMPARATORMethods in org.fenixedu.cms.domain that return MenuItem Modifier and Type Method Description MenuItemMenuItem. clone(CloneCache cloneCache)static MenuItemMenuItem. create(Menu menu, Page page, org.fenixedu.commons.i18n.LocalizedString name, MenuItem parent)MenuItemMenuItem_Base. getParent()MenuItemMenu. menuItemForOid(String menuItemOid)Methods in org.fenixedu.cms.domain that return types with arguments of type MenuItem Modifier and Type Method Description Set<MenuItem>MenuItem_Base. getChildrenSet()List<MenuItem>MenuItem. getChildrenSorted()Set<MenuItem>Menu_Base. getItemsSet()Stream<MenuItem>Menu. getItemsSorted()Set<MenuItem>Page_Base. getMenuItemsSet()static pt.ist.fenixframework.dml.runtime.DirectRelation<MenuItem,MenuItem>MenuItem_Base. getRelationMenuItemMenuItem()static pt.ist.fenixframework.dml.runtime.DirectRelation<MenuItem,MenuItem>MenuItem_Base. getRelationMenuItemMenuItem()static pt.ist.fenixframework.dml.runtime.DirectRelation<MenuItem,org.fenixedu.bennu.core.domain.User>MenuItem_Base. getRelationMenuItemUser()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<MenuItem,Menu>Menu_Base. getRelationMenuTopMenuItem()static pt.ist.fenixframework.dml.runtime.DirectRelation<MenuItem,Menu>MenuItem_Base. getRelationMenuTopMenuItem()static pt.ist.fenixframework.dml.runtime.DirectRelation<Page,MenuItem>MenuItem_Base. getRelationPageMenuItem()static pt.ist.fenixframework.dml.runtime.DirectRelation<Page,MenuItem>Page_Base. getRelationPageMenuItem()Set<MenuItem>Menu_Base. getToplevelItemsSet()Stream<MenuItem>Menu. getToplevelItemsSorted()Methods in org.fenixedu.cms.domain with parameters of type MenuItem Modifier and Type Method Description voidMenu. add(MenuItem mi)Adds a givenMenuItemas the last item.voidMenuItem. add(MenuItem mi)Adds a newMenuItemhas the last item.voidMenuItem_Base. addChildren(MenuItem children)voidMenu_Base. addItems(MenuItem items)voidPage_Base. addMenuItems(MenuItem menuItems)voidMenu_Base. addToplevelItems(MenuItem toplevelItems)intMenuItem. compareTo(MenuItem 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(MenuItem menuItem)voidMenu. putAt(MenuItem item, int position)Puts aMenuItemat a given position, shifting the existing ones to the right.voidMenuItem. putAt(MenuItem item, int position)Adds a children at a given position and shifts the existing items.voidMenu. remove(MenuItem mi)Removes a givenMenuItemfrom the Menu.voidMenuItem. remove(MenuItem mi)Removes a givenMenuItemvoidMenuItem_Base. removeChildren(MenuItem children)voidMenu_Base. removeItems(MenuItem items)voidPage_Base. removeMenuItems(MenuItem menuItems)voidMenu_Base. removeToplevelItems(MenuItem toplevelItems)voidMenuItem_Base. setParent(MenuItem parent)Method parameters in org.fenixedu.cms.domain with type arguments of type MenuItem Modifier and Type Method Description static voidMenuItem. fixOrder(List<MenuItem> sortedItems) -
Uses of MenuItem in org.fenixedu.cms.ui
Methods in org.fenixedu.cms.ui that return types with arguments of type MenuItem Modifier and Type Method Description Stream<MenuItem>AdminMenusService. allDeletedItems(Menu menu, com.google.gson.JsonObject rootJson)
-