munchies
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
munchies
restaurant-service
/
com.munchies.restaurant.application
/
MenuItemService
Menu
Item
Service
interface
MenuItemService
Inheritors
MenuService
MenuApplicationService
Members
Functions
create
Menu
Item
Link copied to clipboard
abstract
suspend
fun
createMenuItem
(
command
:
CreateMenuItemCommand
)
:
CreateMenuItemResult
delete
Menu
Item
Link copied to clipboard
abstract
suspend
fun
deleteMenuItem
(
command
:
DeleteMenuItemCommand
)
:
RemoveMenuItemResult
update
Menu
Item
Link copied to clipboard
abstract
suspend
fun
updateMenuItem
(
command
:
UpdateMenuItemCommand
)
:
UpdateMenuItemResult