| Package | Description |
|---|---|
| com.tomasteubner.wlan_portal.backend.db | |
| com.tomasteubner.wlan_portal.entities |
| Modifier and Type | Method and Description |
|---|---|
Optional<RegistrationNotification> |
NotificationRepository.findByNotificationId(String regId) |
Optional<RegistrationNotification> |
NotificationRepository.findByPrincipal(Principal principal) |
List<RegistrationNotification> |
NotificationRepository.findFiltered(long siteId,
String idFilter,
String loginFilter,
String nameFilter,
org.springframework.data.domain.Pageable pageable) |
| Modifier and Type | Method and Description |
|---|---|
RegistrationNotification |
Principal.getRegistration() |
| Modifier and Type | Method and Description |
|---|---|
void |
Principal.setRegistration(RegistrationNotification registration) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.