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 --- .../doc/index-files/index-11.html | 156 +++++++++++++++++++++ 1 file changed, 156 insertions(+) create mode 100644 Master/Reference Architectures and Patterns/doc/index-files/index-11.html (limited to 'Master/Reference Architectures and Patterns/doc/index-files/index-11.html') diff --git a/Master/Reference Architectures and Patterns/doc/index-files/index-11.html b/Master/Reference Architectures and Patterns/doc/index-files/index-11.html new file mode 100644 index 0000000..09ae7e1 --- /dev/null +++ b/Master/Reference Architectures and Patterns/doc/index-files/index-11.html @@ -0,0 +1,156 @@ + + + + + + +S-Index + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +A B C D F I L M N R S T V
+

+S

+
+
Search - Interface in de.h_da.library.datamanagement.usecase
[usecase] This use case comprises all functionality for library customers to + search the library catalogue.
sendInvoice(String, String, String, int) - +Method in interface de.h_da.library.accounting.usecase.Accounting +
Generates a new Invoice object. +
sendReminders() - +Method in interface de.h_da.library.reminder.usecase.Reminding +
[command] Daily batch to detect all overdue loans, generate reminders and + corresponding invoices. +
status - +Variable in class de.h_da.library.accounting.entity.Invoice +
SENT, PAID. +
status - +Variable in class de.h_da.library.datamanagement.entity.Loan +
Status of the loan (BORROWED, DELAYED, RETURNED). +
status - +Variable in class de.h_da.library.datamanagement.entity.Reminder +
Status of the reminder (ACTIVE, CLOSED). +
subject - +Variable in class de.h_da.library.accounting.entity.Invoice +
Reason for the invoice. +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D F I L M N R S T V
+ + + -- cgit v1.2.3