Interface MenuService
- All Known Implementing Classes:
MenuServiceImpl
public interface MenuService
-
Method Summary
Modifier and TypeMethodDescriptionA Utility method that constructs generic MenuItemDTOs that are not dependent on a Menu Item Type.findMenuById(Long menuId) Returns the menu matching the passed in id.findMenuByName(String menuName) Returns the menu matching the passed in name.findMenuItemById(Long menuItemId) Returns the menu item matching the passed in id.
-
Method Details
-
findMenuById
Returns the menu matching the passed in id.- Parameters:
menuId-- Returns:
-
findMenuByName
Returns the menu matching the passed in name.- Parameters:
menuName-- Returns:
-
findMenuItemById
Returns the menu item matching the passed in id.- Parameters:
menuItemId-- Returns:
-