munchies
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
munchies
restaurant-service
/
com.munchies.restaurant.application
/
CategoryService
Category
Service
interface
CategoryService
Inheritors
MenuService
MenuApplicationService
Members
Functions
create
Category
Link copied to clipboard
abstract
suspend
fun
createCategory
(
command
:
CreateCategoryCommand
)
:
CreateCategoryResult
delete
Category
Link copied to clipboard
abstract
suspend
fun
deleteCategory
(
command
:
DeleteCategoryCommand
)
:
DeleteCategoryResult
update
Category
Link copied to clipboard
abstract
suspend
fun
updateCategory
(
command
:
UpdateCategoryCommand
)
:
UpdateCategoryResult