| Package | Description |
|---|---|
| org.egov.tl.entity | |
| org.egov.tl.entity.dto | |
| org.egov.tl.repository | |
| org.egov.tl.service | |
| org.egov.tl.service.es | |
| org.egov.tl.service.integration | |
| org.egov.tl.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
TradeLicense |
| Modifier and Type | Method and Description |
|---|---|
License |
DemandGenerationLogDetail.getLicense() |
License |
LicenseDemand.getLicense() |
License |
Licensee.getLicense() |
License |
LicenseDocument.getLicense() |
| Modifier and Type | Method and Description |
|---|---|
void |
DemandGenerationLogDetail.setLicense(License license) |
void |
LicenseDemand.setLicense(License license) |
void |
Licensee.setLicense(License license) |
void |
LicenseDocument.setLicense(License license) |
| Constructor and Description |
|---|
SearchForm(License license,
String userRoles,
String ownerName,
String expiryYear) |
| Modifier and Type | Method and Description |
|---|---|
License |
LicenseRepository.findByApplicationNumber(String applicationNumber) |
License |
LicenseRepository.findByLicenseNumber(String licenseNumber) |
License |
LicenseRepository.findByOldLicenseNumber(String oldLicenseNumber) |
License |
LicenseRepository.findByOldLicenseNumberAndIdIsNot(String oldLicenseNumber,
Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<License> |
LicenseRepository.findByNatureOfBusinessName(String natureOfBusiness) |
| Modifier and Type | Method and Description |
|---|---|
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 | Class and Description |
|---|---|
class |
AbstractLicenseService<T extends License> |
class |
FeeMatrixService<T extends License> |
| Modifier and Type | Field and Description |
|---|---|
protected FeeMatrixService<License> |
AbstractLicenseService.feeMatrixService |
| Modifier and Type | Method and Description |
|---|---|
License |
AbstractLicenseService.updateDemandForChangeTradeArea(T license) |
| Modifier and Type | Method and Description |
|---|---|
List<License> |
AbstractLicenseService.getAllLicensesByNatureOfBusiness(String natureOfBusiness) |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidityService.applyLicenseValidity(License license) |
BigDecimal |
AbstractLicenseService.calculateFeeAmount(License license) |
BigDecimal |
PenaltyRatesService.calculatePenalty(Date commencementDate,
Date penaltyCalculationEndDate,
BigDecimal amount,
License license) |
DemandGenerationLogDetail |
DemandGenerationLogService.createOrGetDemandGenerationLogDetail(DemandGenerationLog demandGenerationLog,
License license) |
DemandGenerationLogDetail |
DemandGenerationService.generateLicenseDemand(License license) |
Validity |
ValidityService.getApplicableLicenseValidity(License license) |
String |
TradeLicenseService.getOwnerName(License license) |
void |
TradeLicenseSmsAndEmailService.getSmsAndEmailForNewTradeLicense(License license,
String workFlowAction,
String email,
String mobileNumber) |
org.egov.infra.reporting.engine.ReportRequest |
TradeLicenseService.prepareReportInputData(License license) |
org.egov.infra.reporting.engine.ReportOutput |
TradeLicenseService.prepareReportInputDataForDig(License license,
String districtName,
String cityMunicipalityName) |
void |
AbstractLicenseService.processAndStoreDocument(List<LicenseDocument> documents,
License license) |
void |
AbstractLicenseService.save(License license) |
void |
TradeLicenseSmsAndEmailService.sendSmsAndEmail(License license,
String workFlowAction) |
void |
TradeLicenseSmsAndEmailService.sendSMsAndEmailOnCollection(License license,
Date receiptDate,
BigDecimal demandAmount) |
| Modifier and Type | Method and Description |
|---|---|
void |
LicenseApplicationIndexService.createOrUpdateLicenseApplicationIndex(License license) |
| Modifier and Type | Field and Description |
|---|---|
protected License |
LicenseBillService.license |
| Modifier and Type | Method and Description |
|---|---|
License |
LicenseBill.getLicense() |
| Modifier and Type | Method and Description |
|---|---|
void |
LicenseBillService.setLicense(License license) |
void |
LicenseBill.setLicense(License license) |
void |
LicenseBillService.updateWorkflowState(License licenseObj)
update Application status and workflow
|
| Modifier and Type | Method and Description |
|---|---|
License |
LicenseUtils.applicationStatusChange(License licenseObj,
String code) |
License |
LicenseUtils.licenseStatusUpdate(License licenseObj,
String code) |
| Modifier and Type | Method and Description |
|---|---|
License |
LicenseUtils.applicationStatusChange(License licenseObj,
String code) |
License |
LicenseUtils.licenseStatusUpdate(License licenseObj,
String code) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.