ItemManagementServiceBase class
abstract
- Annotations
-
- @GrpcServiceName.new('menu.v1.ItemManagementService')
Properties
-
$name
→ String
-
no setter
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
$addMethod(ServiceMethod method)
→ void
-
inherited
-
$lookupMethod(String name)
→ ServiceMethod?
-
inherited
-
$onMetadata(ServiceCall context)
→ void
-
Client metadata handler.
inherited
-
addItem(ServiceCall call, AddItemRequest request)
→ Future<AddItemResponse>
-
-
addItem_Pre(ServiceCall call, Future<AddItemRequest> request)
→ Future<AddItemResponse>
-
-
archiveItem(ServiceCall call, ArchiveItemRequest request)
→ Future<ArchiveItemResponse>
-
-
archiveItem_Pre(ServiceCall call, Future<ArchiveItemRequest> request)
→ Future<ArchiveItemResponse>
-
-
editItem(ServiceCall call, EditItemRequest request)
→ Future<EditItemResponse>
-
-
editItem_Pre(ServiceCall call, Future<EditItemRequest> request)
→ Future<EditItemResponse>
-
-
getAllItems(ServiceCall call, GetAllItemsRequest request)
→ Future<GetAllItemsResponse>
-
-
getAllItems_Pre(ServiceCall call, Future<GetAllItemsRequest> request)
→ Future<GetAllItemsResponse>
-
-
getItem(ServiceCall call, GetItemRequest request)
→ Future<GetItemResponse>
-
-
getItem_Pre(ServiceCall call, Future<GetItemRequest> request)
→ Future<GetItemResponse>
-
-
getItemsInSubCategory(ServiceCall call, GetItemsInSubCategoryRequest request)
→ Future<GetItemsInSubCategoryResponse>
-
-
getItemsInSubCategory_Pre(ServiceCall call, Future<GetItemsInSubCategoryRequest> request)
→ Future<GetItemsInSubCategoryResponse>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited