Uses of Class
de.klassenserver7b.k7bot.database.entities.ModLogEntity
Packages that use ModLogEntity
-
Uses of ModLogEntity in de.klassenserver7b.k7bot.database.dao
Methods in de.klassenserver7b.k7bot.database.dao that return types with arguments of type ModLogEntityModifier and TypeMethodDescriptionModLogDAO.getLogsByGuild(Long guildId) Retrieves all moderation logs for a specific guild.ModLogDAO.getLogsByMember(Long guildId, Long memberId) Retrieves moderation logs for a specific member in a guild.ModLogDAO.getLogsByRequester(Long guildId, Long requesterId) Retrieves moderation logs created by a specific requester (moderator) in a guild.Methods in de.klassenserver7b.k7bot.database.dao with parameters of type ModLogEntityModifier and TypeMethodDescriptionModLogDAO.saveLog(ModLogEntity log) Saves a new moderation log entry.