Uses of Record Class
de.murmelmeister.murmelapi.punishment.audit.PunishmentLog
Packages that use PunishmentLog
-
Uses of PunishmentLog in de.murmelmeister.murmelapi.punishment.audit
Fields in de.murmelmeister.murmelapi.punishment.audit with type parameters of type PunishmentLogModifier and TypeFieldDescriptionprivate final com.github.benmanes.caffeine.cache.LoadingCache<UUID, PunishmentLog> PunishmentLogCache.cacheByIdprivate final com.github.benmanes.caffeine.cache.LoadingCache<String, List<PunishmentLog>> PunishmentLogCache.cacheByIpprivate final com.github.benmanes.caffeine.cache.LoadingCache<Integer, List<PunishmentLog>> PunishmentLogCache.cacheByUserprivate final com.github.benmanes.caffeine.cache.LoadingCache<String, List<PunishmentLog>> PunishmentLogCache.listCacheMethods in de.murmelmeister.murmelapi.punishment.audit that return PunishmentLogModifier and TypeMethodDescriptionPunishmentLogProvider.create(Integer userId, String ipAddress, PunishmentReason reason, int createdBy) PunishmentLogProviderImpl.create(Integer userId, String ipAddress, PunishmentReason reason, int createdBy) private PunishmentLogPunishmentLogProviderImpl.insertAndLoadLog(PunishmentLog.Action action, Integer userId, String ipAddress, PunishmentReason reason, int createdBy) private PunishmentLogPunishmentLogProvider.modify(Integer userId, String ipAddress, PunishmentReason reason, int createdBy) PunishmentLogProviderImpl.modify(Integer userId, String ipAddress, PunishmentReason reason, int createdBy) PunishmentLogProvider.revoke(Integer userId, String ipAddress, PunishmentLog log, int createdBy) PunishmentLogProviderImpl.revoke(Integer userId, String ipAddress, PunishmentLog log, int createdBy) Methods in de.murmelmeister.murmelapi.punishment.audit that return types with arguments of type PunishmentLogModifier and TypeMethodDescriptionPunishmentLogCache.getByUser(int userId) PunishmentLogCache.getCachedPunishLogs()PunishmentLogProvider.getLogs()PunishmentLogProviderImpl.getLogs()PunishmentLogProvider.getLogsByIpAddress(String ipAddress) PunishmentLogProviderImpl.getLogsByIpAddress(String ipAddress) PunishmentLogProvider.getLogsByUserId(int userId) PunishmentLogProviderImpl.getLogsByUserId(int userId) private List<PunishmentLog> PunishmentLogCache.loadAllFromDatabase()private List<PunishmentLog> PunishmentLogCache.loadByIpAddress(String ipAddress) private List<PunishmentLog> PunishmentLogCache.loadByUserId(int userId) Methods in de.murmelmeister.murmelapi.punishment.audit with parameters of type PunishmentLogModifier and TypeMethodDescriptionvoidPunishmentLogCache.put(PunishmentLog log) PunishmentLogProvider.revoke(Integer userId, String ipAddress, PunishmentLog log, int createdBy) PunishmentLogProviderImpl.revoke(Integer userId, String ipAddress, PunishmentLog log, int createdBy) -
Uses of PunishmentLog in de.murmelmeister.murmelapi.utils
Methods in de.murmelmeister.murmelapi.utils that return types with arguments of type PunishmentLogModifier and TypeMethodDescriptionstatic de.murmelmeister.library.database.ResultSetProcessor<PunishmentLog> ResultSetUtil.punishmentLog()