| Package | Description |
|---|---|
| org.egov.tl.entity | |
| org.egov.tl.repository | |
| org.egov.tl.service |
| Modifier and Type | Field and Description |
|---|---|
protected LicenseStatus |
License.status |
| Modifier and Type | Method and Description |
|---|---|
LicenseStatus |
License.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
License.setStatus(LicenseStatus status) |
| Modifier and Type | Method and Description |
|---|---|
LicenseStatus |
LicenseStatusRepository.findByName(String name) |
LicenseStatus |
LicenseStatusRepository.findByStatusCode(String code) |
| Modifier and Type | Method and Description |
|---|---|
List<LicenseStatus> |
LicenseStatusRepository.findAllByOrderByIdAsc() |
| Modifier and Type | Method and Description |
|---|---|
LicenseStatus |
LicenseStatusService.getLicenseStatusByCode(String code) |
LicenseStatus |
LicenseStatusService.getLicenseStatusByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<LicenseStatus> |
LicenseStatusService.findAll() |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.