Uses of Class
tk.airshipcraft.commonlib.db.model.Warning
Packages that use Warning
-
Uses of Warning in tk.airshipcraft.commonlib.db.dao
Methods in tk.airshipcraft.commonlib.db.dao that return WarningModifier and TypeMethodDescriptionMethods in tk.airshipcraft.commonlib.db.dao that return types with arguments of type WarningModifier and TypeMethodDescriptionWarningDao.findAll()WarningDao.findByUser(UUID minecraftId, String discordId) Retrieves all warnings issued to a specific Minecraft or Discord user.Methods in tk.airshipcraft.commonlib.db.dao with parameters of type Warning -
Uses of Warning in tk.airshipcraft.commonlib.db.dao.impl
Methods in tk.airshipcraft.commonlib.db.dao.impl that return WarningModifier and TypeMethodDescriptionCreates a new Warning in the database.Updates an existing Warning in the database.Methods in tk.airshipcraft.commonlib.db.dao.impl that return types with arguments of type WarningModifier and TypeMethodDescriptionSqlWarningDao.findAll()Retrieves all Warnings from the database.Retrieves a Warning by its unique ID.SqlWarningDao.findByUser(UUID minecraftId, String discordId) Retrieves all Warnings issued to a specific Minecraft or Discord user.Methods in tk.airshipcraft.commonlib.db.dao.impl with parameters of type Warning