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

+R

+
+
receiveMoney(int) - +Method in interface de.h_da.library.accounting.usecase.Accounting +
Notifies the accounting component that the money corresponding to an + invoice has been received and, hence, the invoice can be closed +
register(Customer) - +Method in interface de.h_da.library.registration.usecase.Registration +
[command] Registers a new customer and generates an invoice for the + registration fee. +
Registration - Interface in de.h_da.library.registration.usecase
[usecase] This use case comprises all functionality used by library staff to + register new customers.
Reminder - Class in de.h_da.library.datamanagement.entity
[entity] This entity represents a reminder for a delayed book return.
Reminder() - +Constructor for class de.h_da.library.datamanagement.entity.Reminder +
  +
ReminderStatus - Enum in de.h_da.library.datamanagement.type
[datatype]
ReminderStatus() - +Constructor for enum de.h_da.library.datamanagement.type.ReminderStatus +
  +
Reminding - Interface in de.h_da.library.reminder.usecase
[usecase] This use case comprises all functionality concerned with the + reminding / dunning process of the library.
returnBook(int) - +Method in interface de.h_da.library.borrowing.usecase.Borrowing +
[command] Marks a Loan as being returned. +
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +A B C D F I L M N R S T V
+ + + -- cgit v1.2.3