Uses of Record Class
de.murmelmeister.murmelapi.punishment.reason.PunishmentReason
Packages that use PunishmentReason
Package
Description
-
Uses of PunishmentReason in de.murmelmeister.murmelapi.punishment.audit
Methods in de.murmelmeister.murmelapi.punishment.audit with parameters of type PunishmentReasonModifier 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) PunishmentLogProvider.modify(Integer userId, String ipAddress, PunishmentReason reason, int createdBy) PunishmentLogProviderImpl.modify(Integer userId, String ipAddress, PunishmentReason reason, int createdBy) -
Uses of PunishmentReason in de.murmelmeister.murmelapi.punishment.reason
Fields in de.murmelmeister.murmelapi.punishment.reason with type parameters of type PunishmentReasonModifier and TypeFieldDescriptionprivate final com.github.benmanes.caffeine.cache.LoadingCache<Integer, PunishmentReason> PunishmentReasonCache.cacheByIdprivate final com.github.benmanes.caffeine.cache.LoadingCache<Integer, List<PunishmentReason>> PunishmentReasonCache.cacheByTypeprivate final com.github.benmanes.caffeine.cache.LoadingCache<String, List<PunishmentReason>> PunishmentReasonCache.listCacheMethods in de.murmelmeister.murmelapi.punishment.reason that return PunishmentReasonModifier and TypeMethodDescriptionPunishmentReasonProvider.create(int id, int typeId, String reasonText, Long durationSecs, boolean autoFlagIp, boolean autoPunish, int createdBy) PunishmentReasonProviderImpl.create(int id, int typeId, String reasonText, Long durationSecs, boolean autoFlagIp, boolean autoPunish, int createdBy) PunishmentReasonCache.getById(int reasonId) PunishmentReasonProvider.getReason(int id) PunishmentReasonProviderImpl.getReason(int id) private PunishmentReasonPunishmentReasonCache.loadById(int reasonId) PunishmentReasonProvider.update(int id, int typeId, String reasonText, Long durationSecs, boolean autoFlagIp, boolean autoPunish, int changedBy) PunishmentReasonProviderImpl.update(int id, int typeId, String reasonText, Long durationSecs, boolean autoFlagIp, boolean autoPunish, int changedBy) PunishmentReason.withUpdateMeta(Integer typeId, String reasonText, Long durationSecs, Boolean autoFlagIp, Boolean autoPunish, Integer changedBy, LocalDateTime changedAt) Methods in de.murmelmeister.murmelapi.punishment.reason that return types with arguments of type PunishmentReasonModifier and TypeMethodDescriptionPunishmentReasonProvider.getAllReasons()PunishmentReasonProviderImpl.getAllReasons()PunishmentReasonCache.getByType(int typeId) PunishmentReasonCache.getCachedPunishReasons()PunishmentReasonProvider.getReasonsByType(int typeId) PunishmentReasonProviderImpl.getReasonsByType(int typeId) private List<PunishmentReason> PunishmentReasonCache.loadAllFromDatabase()private List<PunishmentReason> PunishmentReasonCache.loadByType(int typeId) Methods in de.murmelmeister.murmelapi.punishment.reason with parameters of type PunishmentReason -
Uses of PunishmentReason in de.murmelmeister.murmelapi.utils
Methods in de.murmelmeister.murmelapi.utils that return types with arguments of type PunishmentReasonModifier and TypeMethodDescriptionstatic de.murmelmeister.library.database.ResultSetProcessor<PunishmentReason> ResultSetUtil.punishmentReason()