mirror of
https://github.com/st-tu-dresden-praktikum/swt23w23
synced 2024-07-19 21:04:36 +02:00
Update design model of inventory to reflect new methods
This commit is contained in:
parent
f1f9539aae
commit
cbe7d14a64
|
@ -27,9 +27,11 @@ package catering {
|
|||
+ InventoryController(inventory : UniqueInventory)
|
||||
+ list(model : Model) : String
|
||||
+ edit(model : Model, pid : Product) : String
|
||||
+ edit(form : InventoryMutateForm, result : Errors, pid : Product) : String
|
||||
+ add() : String
|
||||
+ add(form : InventoryMutateForm, result : Errors) : String
|
||||
+ edit(model : Model, pid : Product, form : InventoryMutateForm) : String
|
||||
+ edit(form : InventoryMutateForm, result : Errors, pid : Product, model : Model) : String
|
||||
+ add(model : Model) : String
|
||||
+ add(model : Model, form : InventoryMutateForm) : String
|
||||
+ add(form : InventoryMutateForm, result : Errors, model : Model) : String
|
||||
+ delete(pid : Product) : String
|
||||
}
|
||||
InventoryController --> "1" catering.catalog.ConsumableCatalog : "-consumableCatalog"
|
||||
|
|
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