| Package | Description |
|---|---|
| org.egov.tl.entity | |
| org.egov.tl.entity.dto | |
| org.egov.tl.repository | |
| org.egov.tl.service |
| Modifier and Type | Field and Description |
|---|---|
protected LicenseAppType |
License.licenseAppType |
| Modifier and Type | Method and Description |
|---|---|
LicenseAppType |
License.getLicenseAppType() |
LicenseAppType |
FeeMatrix.getLicenseAppType() |
LicenseAppType |
PenaltyRates.getLicenseAppType() |
| Modifier and Type | Method and Description |
|---|---|
void |
License.setLicenseAppType(LicenseAppType licenseAppType) |
void |
FeeMatrix.setLicenseAppType(LicenseAppType licenseAppType) |
void |
PenaltyRates.setLicenseAppType(LicenseAppType licenseAppType) |
| Modifier and Type | Method and Description |
|---|---|
LicenseAppType |
PenaltyForm.getLicenseAppType() |
| Modifier and Type | Method and Description |
|---|---|
void |
PenaltyForm.setLicenseAppType(LicenseAppType licenseAppType) |
| Modifier and Type | Method and Description |
|---|---|
LicenseAppType |
LicenseAppTypeRepository.findByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
PenaltyRates |
PenaltyRatesRepository.findByDaysAndLicenseAppType(Long days,
LicenseAppType licenseAppType) |
Optional<FeeMatrix> |
FeeMatrixRepositoryCustom.findFeeMatrix(License license,
NatureOfBusiness natureOfBusiness,
FeeType feeType,
LicenseAppType appType,
Date effectiveDate) |
Optional<FeeMatrix> |
FeeMatrixRepositoryImpl.findFeeMatrix(License license,
NatureOfBusiness natureOfBusiness,
FeeType feeType,
LicenseAppType appType,
Date effectiveDate) |
| Modifier and Type | Method and Description |
|---|---|
LicenseAppType |
PenaltyRatesService.findByLicenseAppType(Long licenseAppId) |
protected LicenseAppType |
TradeLicenseService.getLicenseApplicationType() |
protected abstract LicenseAppType |
AbstractLicenseService.getLicenseApplicationType() |
protected LicenseAppType |
TradeLicenseService.getLicenseApplicationTypeForRenew() |
protected abstract LicenseAppType |
AbstractLicenseService.getLicenseApplicationTypeForRenew() |
LicenseAppType |
LicenseAppTypeService.getLicenseAppTypeByName(String name) |
LicenseAppType |
LicenseAppTypeService.getNewLicenseAppType() |
| Modifier and Type | Method and Description |
|---|---|
List<LicenseAppType> |
PenaltyRatesService.findAllLicenseAppType() |
List<LicenseAppType> |
LicenseAppTypeService.getLicenseAppTypes() |
| Modifier and Type | Method and Description |
|---|---|
PenaltyRates |
PenaltyRatesService.findByDaysAndLicenseAppType(Long days,
LicenseAppType licenseAppType) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.