Primary Service API for Menus
. Allows for querying by name, as well returning a representation of a hierarchical menu structure via a NavigableMenu
DTO object using the method getMenuWithNavigationTree()
Primary Service API for MenuItems
. Allows for reading all menu items for a menu, optionally filtered by label (ignoring case), reading all menu items that are direct children of the specified MenuItem
,
reading all menu items that are children (both direct and indirect) of the specified Menu
, and reading all ancestors of any particular menu item.