it.discordbot.database.repository / ServerDiscordRepository

ServerDiscordRepository

@Repository interface ServerDiscordRepository : CrudRepository<ServerDiscord, String>

Functions

findServerDiscordByServerId

abstract fun findServerDiscordByServerId(serverID: String): ServerDiscord

getAllATMAlertChannels

abstract fun getAllATMAlertChannels(): ArrayList<ServerToChannel>

getAllBDOBossChannels

abstract fun getAllBDOBossChannels(): ArrayList<ServerToChannel>

getAllBDONewsChannels

abstract fun getAllBDONewsChannels(): ArrayList<ServerToChannel>

getAllBDOPatchChannels

abstract fun getAllBDOPatchChannels(): ArrayList<ServerToChannel>