Uses of Class
eu.dnetlib.uoaadmintools.entities.menu.MenuItemFull
-
Packages that use MenuItemFull Package Description eu.dnetlib.uoaadmintools.controllers eu.dnetlib.uoaadmintools.entities.menu eu.dnetlib.uoaadmintools.services -
-
Uses of MenuItemFull in eu.dnetlib.uoaadmintools.controllers
Methods in eu.dnetlib.uoaadmintools.controllers that return MenuItemFull Modifier and Type Method Description MenuItemFullMenuController. insertMenuItem(String pid, MenuItem menuItem)MenuItemFullMenuController. updateMenuItem(String pid, MenuItemFull menuItemFull)Methods in eu.dnetlib.uoaadmintools.controllers that return types with arguments of type MenuItemFull Modifier and Type Method Description List<MenuItemFull>MenuController. getRootMenuItemsFull(String pid)Methods in eu.dnetlib.uoaadmintools.controllers with parameters of type MenuItemFull Modifier and Type Method Description MenuItemFullMenuController. updateMenuItem(String pid, MenuItemFull menuItemFull)Method parameters in eu.dnetlib.uoaadmintools.controllers with type arguments of type MenuItemFull Modifier and Type Method Description BooleanMenuController. reorderMenuItems(String pid, List<MenuItemFull> menuItems) -
Uses of MenuItemFull in eu.dnetlib.uoaadmintools.entities.menu
Fields in eu.dnetlib.uoaadmintools.entities.menu with type parameters of type MenuItemFull Modifier and Type Field Description List<MenuItemFull>MenuFull. featuredMenuItemsList<MenuItemFull>MenuFull. menuItemsMethods in eu.dnetlib.uoaadmintools.entities.menu that return types with arguments of type MenuItemFull Modifier and Type Method Description List<MenuItemFull>MenuFull. getFeaturedMenuItems()List<MenuItemFull>MenuItemFull. getItems()List<MenuItemFull>MenuFull. getMenuItems()Method parameters in eu.dnetlib.uoaadmintools.entities.menu with type arguments of type MenuItemFull Modifier and Type Method Description voidMenuFull. setFeaturedMenuItems(List<MenuItemFull> featuredMenuItems)voidMenuItemFull. setItems(List<MenuItemFull> items)voidMenuFull. setMenuItems(List<MenuItemFull> menuItems) -
Uses of MenuItemFull in eu.dnetlib.uoaadmintools.services
Methods in eu.dnetlib.uoaadmintools.services that return MenuItemFull Modifier and Type Method Description MenuItemFullMenuService. getMenuItemFull(String id)MenuItemFullMenuService. getMenuItemFull(String id, int maxDepth)MenuItemFullMenuService. insertMenuItemInMenu(MenuItem menuItem, String portalPid)MenuItemFullMenuService. updateMenu(MenuItemFull menuItemFull, String portalPid)MenuItemFullMenuService. updateMenuItem(MenuItemFull menuItemFull)Methods in eu.dnetlib.uoaadmintools.services that return types with arguments of type MenuItemFull Modifier and Type Method Description List<MenuItemFull>MenuService. getRootMenuItemsFull(String portalPid)Methods in eu.dnetlib.uoaadmintools.services with parameters of type MenuItemFull Modifier and Type Method Description MenuItemFullMenuService. updateMenu(MenuItemFull menuItemFull, String portalPid)MenuItemFullMenuService. updateMenuItem(MenuItemFull menuItemFull)Method parameters in eu.dnetlib.uoaadmintools.services with type arguments of type MenuItemFull Modifier and Type Method Description BooleanMenuService. reorderMenuItems(List<MenuItemFull> menuItemsFull, String portalPid)
-