List<WlanSession> |
WlanSessionRepository.findActiveByIp(String ipAddress) |
List<WlanSession> |
WlanSessionRepository.findByIdDevicePrincipalSiteIdAndGuestId(long siteId,
String guestId) |
List<WlanSession> |
WlanSessionRepository.findFilteredByIP(Long siteId,
String ipAddress,
org.springframework.data.domain.Pageable pageable) |
List<WlanSession> |
WlanSessionRepository.findFilteredByMac(Long siteId,
String macAddress,
boolean activeOnly,
org.springframework.data.domain.Pageable pageable) |
List<WlanSession> |
WlanSessionRepository.findFilteredByUser(Long siteId,
boolean voucher,
String loginName,
boolean activeOnly,
org.springframework.data.domain.Pageable pageable) |
List<WlanSession> |
WlanSessionRepository.findFilteredByUserAndMac(Long siteId,
boolean voucher,
String loginName,
String macAddress,
boolean activeOnly,
org.springframework.data.domain.Pageable pageable) |
Stream<WlanSession> |
WlanSessionRepository.findOpenSessions() |