Package ch.tocco.nice2.model.menu.api
Interface AdminMenu
- All Known Implementing Classes:
AdminMenuImpl
public interface AdminMenu
Main service to get menu items. There is only functionality to read root
menu items. But find-methods can easily been written.
-
Method Summary
Modifier and TypeMethodDescription@Nullable RootMenuItem
getRootMenu
(String name) Get a root menu item via a namevoid
onReload()
-
Method Details
-
getRootMenu
Get a root menu item via a name- Parameters:
name
- the root menu item's name- Returns:
- the root menu item
-
getAvailableMenus
-
onReload
void onReload()
-