| Package | Description |
|---|---|
| com.tomasteubner.wlan_portal.backend.db | |
| com.tomasteubner.wlan_portal.entities |
| Modifier and Type | Method and Description |
|---|---|
List<Admin> |
AdminRepository.findBySite(Site site) |
List<Admin> |
AdminRepository.findBySiteAndDoNotify(Site site,
boolean doNotify) |
List<Admin> |
AdminRepository.findBySiteAndLoginNameIgnoreCase(Site site,
String loginName) |
List<Admin> |
AdminRepository.findFiltered(Long adminSiteId,
String loginFilter,
String nameFilter,
org.springframework.data.domain.Pageable pageable) |
List<Admin> |
AdminRepository.findIdBySiteIdAndLoginNameIgnoreCase(long siteId,
String loginName) |
| Modifier and Type | Method and Description |
|---|---|
int |
PrincipalRepository.countBySiteIdAndValidatedBy(long siteId,
Admin admin) |
| Modifier and Type | Method and Description |
|---|---|
Admin |
Principal.getValidatedBy() |
| Modifier and Type | Method and Description |
|---|---|
void |
Principal.setValidatedBy(Admin validatedBy) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.