From 33613a85afc4b1481367fbe92a17ee59c240250b Mon Sep 17 00:00:00 2001 From: Sven Eisenhauer Date: Fri, 10 Nov 2023 15:11:48 +0100 Subject: add new repo --- .../library/class-use/BookNotFoundException.html | 184 +++++++++++++++++++++ 1 file changed, 184 insertions(+) create mode 100644 Master/Reference Architectures and Patterns/doc/de/h_da/library/class-use/BookNotFoundException.html (limited to 'Master/Reference Architectures and Patterns/doc/de/h_da/library/class-use/BookNotFoundException.html') diff --git a/Master/Reference Architectures and Patterns/doc/de/h_da/library/class-use/BookNotFoundException.html b/Master/Reference Architectures and Patterns/doc/de/h_da/library/class-use/BookNotFoundException.html new file mode 100644 index 0000000..6217745 --- /dev/null +++ b/Master/Reference Architectures and Patterns/doc/de/h_da/library/class-use/BookNotFoundException.html @@ -0,0 +1,184 @@ + + + + + + +Uses of Class de.h_da.library.BookNotFoundException + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.h_da.library.BookNotFoundException

+
+ + + + + + + + + +
+Packages that use BookNotFoundException
de.h_da.library.datamanagement.usecase  
+  +

+ + + + + +
+Uses of BookNotFoundException in de.h_da.library.datamanagement.usecase
+  +

+ + + + + + + + + + + + + +
Methods in de.h_da.library.datamanagement.usecase that throw BookNotFoundException
+ voidBookManagement.addBooksOnStock(int bookId, + int numberOfBooksOnStock) + +
+          [command] Creates new BookOnStock objects for an existing + Book.
+ voidBookManagement.modifyBook(Book book) + +
+          [command] Modifies an already stored Book object.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3