Class ReportLogDB
java.lang.Object
com.gamersafer.minecraft.auth.common.db.repo.ReportLogDB
- All Implemented Interfaces:
IReportLogStorage
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCount()
getReportLogs
(long limitMin, long limitMax) getReportLogs
(UserIdentity identity) getReportLogs
(String guildMemberId) void
shutdown()
-
Constructor Details
-
ReportLogDB
-
-
Method Details
-
shutdown
public void shutdown()- Specified by:
shutdown
in interfaceIReportLogStorage
-
add
- Specified by:
add
in interfaceIReportLogStorage
-
update
- Specified by:
update
in interfaceIReportLogStorage
-
getCount
- Specified by:
getCount
in interfaceIReportLogStorage
-
getReportLogs
- Specified by:
getReportLogs
in interfaceIReportLogStorage
-
getReportLogs
- Specified by:
getReportLogs
in interfaceIReportLogStorage
-
getUnsubmittedReports
- Specified by:
getUnsubmittedReports
in interfaceIReportLogStorage
-