mirror of
https://github.com/st-tu-dresden-praktikum/swt23w23
synced 2024-07-19 21:04:36 +02:00
parent
e6542dce7a
commit
70e835a5e6
|
@ -29,9 +29,9 @@ package catering {
|
||||||
+ list(model : Model) : String
|
+ list(model : Model) : String
|
||||||
+ edit(model : Model, pid : Product) : String
|
+ edit(model : Model, pid : Product) : String
|
||||||
+ edit(model : Model, pid : Product, form : InventoryMutateForm) : String
|
+ edit(model : Model, pid : Product, form : InventoryMutateForm) : String
|
||||||
+ editConsumable(form: ConsumableMutateForm, result: Errors, pid : Product, model : Model) : String
|
+ editConsumable(form: ConsumableMutateForm, result: Errors, pid : Consumable, model : Model) : String
|
||||||
+ editRentable(form: RentableMutateForm, result: Errors, pid : Product, model : Model) : String
|
+ editRentable(form: RentableMutateForm, result: Errors, pid : Rentable, model : Model) : String
|
||||||
+ edit(form : InventoryMutateForm, result : Errors, pid : Product, model : Model) : String
|
+ edit(form : InventoryMutateForm, result : Errors, product : Product, model : Model) : String
|
||||||
+ add(model : Model, type : String) : String
|
+ add(model : Model, type : String) : String
|
||||||
+ add(model : Model, form : InventoryMutateForm) : String
|
+ add(model : Model, form : InventoryMutateForm) : String
|
||||||
+ addConsumable(form : ConsumableMutateForm, result : Errors, model : Model) : String
|
+ addConsumable(form : ConsumableMutateForm, result : Errors, model : Model) : String
|
||||||
|
|
BIN
src/main/asciidoc/models/design/inventory.svg
(Stored with Git LFS)
BIN
src/main/asciidoc/models/design/inventory.svg
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in a new issue