Klasse AdminInspectionRepository
java.lang.Object
de.delinkedde.areashopreborn.persistence.AdminInspectionRepository
Provides read-only administrative projections over audit and transaction journals.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungAdminInspectionRepository(Database database) Creates the inspection repository. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungLists newest audit entries for an exact target identifier.findTransaction(UUID id) Finds a transaction in any supported journal.
-
Konstruktordetails
-
AdminInspectionRepository
Creates the inspection repository.- Parameter:
database- database connection provider
-
-
Methodendetails
-
findTransaction
Finds a transaction in any supported journal.- Parameter:
id- transaction or payment identifier- Gibt zurück:
- normalized inspection when present
- Löst aus:
SQLException- when a journal query fails
-
findAudit
Lists newest audit entries for an exact target identifier.- Parameter:
targetId- target identifierlimit- maximum rows- Gibt zurück:
- newest entries first
- Löst aus:
SQLException- when the query fails
-