| Package | Description |
|---|---|
| org.egov.tl.entity.dto | |
| org.egov.tl.repository | |
| org.egov.tl.service |
| Modifier and Type | Method and Description |
|---|---|
List<PenaltyRates> |
PenaltyForm.getPenaltyRates() |
List<PenaltyRates> |
PenaltyForm.getPenaltyRatesList() |
| Modifier and Type | Method and Description |
|---|---|
void |
PenaltyForm.addpenaltyRatesList(PenaltyRates penaltyRates) |
| Modifier and Type | Method and Description |
|---|---|
void |
PenaltyForm.setPenaltyRatesList(List<PenaltyRates> penaltyRatesList) |
| Modifier and Type | Method and Description |
|---|---|
PenaltyRates |
PenaltyRatesRepository.findByDaysAndLicenseAppType(Long days,
LicenseAppType licenseAppType) |
| Modifier and Type | Method and Description |
|---|---|
List<PenaltyRates> |
PenaltyRatesRepository.findByLicenseAppTypeIdOrderByIdAsc(Long licenseAppTypeId) |
| Modifier and Type | Method and Description |
|---|---|
PenaltyRates |
PenaltyRatesService.findByDaysAndLicenseAppType(Long days,
LicenseAppType licenseAppType) |
PenaltyRates |
PenaltyRatesService.findOne(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<PenaltyRates> |
PenaltyRatesService.create(List<PenaltyRates> penaltyRates) |
List<PenaltyRates> |
PenaltyRatesService.search(Long licenseAppType) |
| Modifier and Type | Method and Description |
|---|---|
void |
PenaltyRatesService.delete(PenaltyRates penaltyRates) |
| Modifier and Type | Method and Description |
|---|---|
List<PenaltyRates> |
PenaltyRatesService.create(List<PenaltyRates> penaltyRates) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.