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 --- .../datamanagement/entity/class-use/Book.html | 238 +++++++++++++++++++++ 1 file changed, 238 insertions(+) create mode 100644 Master/Reference Architectures and Patterns/doc/de/h_da/library/datamanagement/entity/class-use/Book.html (limited to 'Master/Reference Architectures and Patterns/doc/de/h_da/library/datamanagement/entity/class-use/Book.html') diff --git a/Master/Reference Architectures and Patterns/doc/de/h_da/library/datamanagement/entity/class-use/Book.html b/Master/Reference Architectures and Patterns/doc/de/h_da/library/datamanagement/entity/class-use/Book.html new file mode 100644 index 0000000..e360e54 --- /dev/null +++ b/Master/Reference Architectures and Patterns/doc/de/h_da/library/datamanagement/entity/class-use/Book.html @@ -0,0 +1,238 @@ + + + + + + +Uses of Class de.h_da.library.datamanagement.entity.Book + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
de.h_da.library.datamanagement.entity.Book

+
+ + + + + + + + + + + + + +
+Packages that use Book
de.h_da.library.datamanagement.entity  
de.h_da.library.datamanagement.usecase  
+  +

+ + + + + +
+Uses of Book in de.h_da.library.datamanagement.entity
+  +

+ + + + + + + + + +
Fields in de.h_da.library.datamanagement.entity declared as Book
+private  BookBookOnStock.book + +
+          The book type (title and author)
+  +

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

+ + + + + + + + + +
Methods in de.h_da.library.datamanagement.usecase that return types with arguments of type Book
+ java.util.Collection<Book>Search.findBooksByAttributes(Book book) + +
+          [basicQuery] Finds all books in the library system according to a given template.
+  +

+ + + + + + + + + + + + + + + + + +
Methods in de.h_da.library.datamanagement.usecase with parameters of type Book
+ intBookManagement.addBook(Book bookRecord, + int numberOfBooksOnStock) + +
+          [command] Adds a new Book object and + numberOfBooksOnStock new BookOnStock + objects to the datamanagement component.
+ java.util.Collection<Book>Search.findBooksByAttributes(Book book) + +
+          [basicQuery] Finds all books in the library system according to a given template.
+ voidBookManagement.modifyBook(Book book) + +
+          [command] Modifies an already stored Book object.
+  +

+


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