Uses of Class
eu.getmangos.entities.WardenLog
| Package | Description |
|---|---|
| eu.getmangos.controllers | |
| eu.getmangos.mapper |
-
Uses of WardenLog in eu.getmangos.controllers
Methods in eu.getmangos.controllers that return WardenLog Modifier and Type Method Description WardenLogWardenController. search(Integer entry)Retrieves a log entry by its id.Methods in eu.getmangos.controllers that return types with arguments of type WardenLog Modifier and Type Method Description List<WardenLog>WardenController. findDeadLinks()Retrieves all warden logs from the database which have dead links.List<WardenLog>WardenController. getAllLogs()Retrieves all warden logs from the database.List<WardenLog>WardenController. getWardenLogForAccount(Integer accountId)Retrieves all warden logs from the database for a given account. -
Uses of WardenLog in eu.getmangos.mapper
Methods in eu.getmangos.mapper that return WardenLog Modifier and Type Method Description WardenLogWardenLogMapper. dtoToEntity(WardenLogDTO dto)Methods in eu.getmangos.mapper with parameters of type WardenLog Modifier and Type Method Description WardenLogDTOWardenLogMapper. logToDTO(WardenLog log)