Uses of Class
eu.getmangos.entities.IpBanned
| Package | Description |
|---|---|
| eu.getmangos.controllers | |
| eu.getmangos.mapper |
-
Uses of IpBanned in eu.getmangos.controllers
Methods in eu.getmangos.controllers that return IpBanned Modifier and Type Method Description IpBannedIpBannedController. find(IpBannedId id)Retrieves a ban by its ID.IpBannedIpBannedController. search(Integer ip)Search all bans for an ip.Methods in eu.getmangos.controllers that return types with arguments of type IpBanned Modifier and Type Method Description List<IpBanned>IpBannedController. findAll()Retrieves all ban ip from the database. -
Uses of IpBanned in eu.getmangos.mapper
Methods in eu.getmangos.mapper that return IpBanned Modifier and Type Method Description IpBannedIpBannedMapper. dtoToEntity(IpBannedDTO ban)Methods in eu.getmangos.mapper with parameters of type IpBanned Modifier and Type Method Description IpBannedDTOIpBannedMapper. banToDTO(IpBanned ban)