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 +++++++++++++++++++++ .../class-use/CustomerNotFoundException.html | 174 +++++++++++++++++++ .../h_da/library/class-use/LibraryException.html | 138 ++++++++++++++++ .../class-use/ReminderNotFoundException.html | 175 ++++++++++++++++++++ 4 files changed, 671 insertions(+) create mode 100644 Master/Reference Architectures and Patterns/doc/de/h_da/library/class-use/BookNotFoundException.html create mode 100644 Master/Reference Architectures and Patterns/doc/de/h_da/library/class-use/CustomerNotFoundException.html create mode 100644 Master/Reference Architectures and Patterns/doc/de/h_da/library/class-use/LibraryException.html create mode 100644 Master/Reference Architectures and Patterns/doc/de/h_da/library/class-use/ReminderNotFoundException.html (limited to 'Master/Reference Architectures and Patterns/doc/de/h_da/library/class-use') 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.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/doc/de/h_da/library/class-use/CustomerNotFoundException.html b/Master/Reference Architectures and Patterns/doc/de/h_da/library/class-use/CustomerNotFoundException.html new file mode 100644 index 0000000..5bccee9 --- /dev/null +++ b/Master/Reference Architectures and Patterns/doc/de/h_da/library/class-use/CustomerNotFoundException.html @@ -0,0 +1,174 @@ + + + + + + +Uses of Class de.h_da.library.CustomerNotFoundException + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.h_da.library.CustomerNotFoundException

+
+ + + + + + + + + +
+Packages that use CustomerNotFoundException
de.h_da.library.registration.usecase  
+  +

+ + + + + +
+Uses of CustomerNotFoundException in de.h_da.library.registration.usecase
+  +

+ + + + + + + + + +
Methods in de.h_da.library.registration.usecase that throw CustomerNotFoundException
+ voidRegistration.modifyRestistration(Customer customer) + +
+          Modifies the data of an already registered customer
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/doc/de/h_da/library/class-use/LibraryException.html b/Master/Reference Architectures and Patterns/doc/de/h_da/library/class-use/LibraryException.html new file mode 100644 index 0000000..36049fb --- /dev/null +++ b/Master/Reference Architectures and Patterns/doc/de/h_da/library/class-use/LibraryException.html @@ -0,0 +1,138 @@ + + + + + + +Uses of Class de.h_da.library.LibraryException + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.h_da.library.LibraryException

+
+No usage of de.h_da.library.LibraryException +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/Master/Reference Architectures and Patterns/doc/de/h_da/library/class-use/ReminderNotFoundException.html b/Master/Reference Architectures and Patterns/doc/de/h_da/library/class-use/ReminderNotFoundException.html new file mode 100644 index 0000000..c73255e --- /dev/null +++ b/Master/Reference Architectures and Patterns/doc/de/h_da/library/class-use/ReminderNotFoundException.html @@ -0,0 +1,175 @@ + + + + + + +Uses of Class de.h_da.library.ReminderNotFoundException + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.h_da.library.ReminderNotFoundException

+
+ + + + + + + + + +
+Packages that use ReminderNotFoundException
de.h_da.library.reminder.usecase  
+  +

+ + + + + +
+Uses of ReminderNotFoundException in de.h_da.library.reminder.usecase
+  +

+ + + + + + + + + +
Methods in de.h_da.library.reminder.usecase that throw ReminderNotFoundException
+ voidReminding.closeReminder(int invoiceId) + +
+          [command] Closes a reminder, e.g. due to the reception of the reminder + fee
+  +

+


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