Uses of Interface
de.murmelmeister.murmelapi.punishment.reason.PunishmentReasonProvider
Packages that use PunishmentReasonProvider
Package
Description
-
Uses of PunishmentReasonProvider in de.murmelmeister.murmelapi
Methods in de.murmelmeister.murmelapi that return PunishmentReasonProvider -
Uses of PunishmentReasonProvider in de.murmelmeister.murmelapi.punishment
Methods in de.murmelmeister.murmelapi.punishment that return PunishmentReasonProviderModifier and TypeMethodDescription@NotNull PunishmentReasonProviderPunishmentService.reasonProvider()Returns the value of thereasonProviderrecord component.Constructors in de.murmelmeister.murmelapi.punishment with parameters of type PunishmentReasonProviderModifierConstructorDescriptionPunishmentService(@NotNull PunishmentReasonProvider reasonProvider, @NotNull PunishmentAuditProvider auditProvider, @NotNull PunishmentIpAddressProvider ipProvider, @NotNull PunishmentUserProvider userProvider) Creates an instance of aPunishmentServicerecord class. -
Uses of PunishmentReasonProvider in de.murmelmeister.murmelapi.punishment.reason
Methods in de.murmelmeister.murmelapi.punishment.reason that return PunishmentReasonProviderModifier and TypeMethodDescriptionstatic @NotNull PunishmentReasonProviderPunishmentReasonProvider.of(de.murmelmeister.library.database.Database database, com.google.gson.Gson gson, RefreshProvider refreshProvider, Long fetchLimit, long cacheCapacity, Duration refreshInterval)