| Package | Description |
|---|---|
| org.egov.tl.entity | |
| org.egov.tl.repository | |
| org.egov.tl.service |
| Modifier and Type | Method and Description |
|---|---|
List<DemandGenerationLogDetail> |
DemandGenerationLog.getDetails() |
| Modifier and Type | Method and Description |
|---|---|
void |
DemandGenerationLog.setDetails(List<DemandGenerationLogDetail> details) |
| Modifier and Type | Method and Description |
|---|---|
DemandGenerationLogDetail |
DemandGenerationLogDetailRepository.findByDemandGenerationLogIdAndLicenseId(Long logId,
Long licenseId) |
| Modifier and Type | Method and Description |
|---|---|
DemandGenerationLogDetail |
DemandGenerationLogService.createOrGetDemandGenerationLogDetail(DemandGenerationLog demandGenerationLog,
License license) |
DemandGenerationLogDetail |
DemandGenerationService.generateLicenseDemand(License license) |
| Modifier and Type | Method and Description |
|---|---|
DemandGenerationLog |
DemandGenerationLogService.completeDemandGenerationLog(DemandGenerationLog demandGenerationLog,
DemandGenerationLogDetail demandGenerationLogDetail) |
void |
DemandGenerationLogService.updateDemandGenerationLogDetailOnException(DemandGenerationLog demandGenerationLog,
DemandGenerationLogDetail logDetail,
RuntimeException exception) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.