Interface PunishmentCurrentUserProvider

All Known Implementing Classes:
PunishmentCurrentUserProviderImpl

public interface PunishmentCurrentUserProvider
  • Method Details

    • closeCache

      void closeCache()
    • refreshCache

      void refreshCache()
    • getAllPunishedUserIds

      List<Integer> getAllPunishedUserIds(int typeId)
    • getPunishedUser

      PunishmentCurrentUser getPunishedUser(int userId, int typeId)
    • create

      PunishmentCurrentUser create(int userId, int typeId, UUID logId)
    • delete

      int delete(int userId, int typeId)
    • update

      PunishmentCurrentUser update(int userId, int typeId, UUID logId)