Inserts a MenuItem into the database.
Inserts a MenuItem into the database.
the MenuItem to create in the database
a future optional MenuItem depending on whether the operation was successful
Deletes a MenuItem from the database.
Deletes a MenuItem from the database.
id of the MenuItem to delete
a future boolean depending on whether the operation was successful
Find all parent MenuItems.
Find all parent MenuItems.
a future indexed sequence of MenuItems
Find a MenuItem by id.
Find a MenuItem by id.
the id of the MenuItem
a future optional MenuItem depending on whether the MenuItem exists
Find all child MenuItems that belong to a specific parent MenuItem.
Find all child MenuItems that belong to a specific parent MenuItem.
the id of the parent MenuItem
a future indexed sequence of ManuItems
Updates a MenuItem in the database.
Updates a MenuItem in the database.
the MenuItem to update in the database
a future optional MenuItem depending on whether the operation was successful