| Package | Description |
|---|---|
| org.egov.tl.entity | |
| org.egov.tl.entity.enums | |
| org.egov.tl.repository | |
| org.egov.tl.service |
| Modifier and Type | Method and Description |
|---|---|
ApplicationType |
LicenseDocumentType.getApplicationType() |
| Modifier and Type | Method and Description |
|---|---|
void |
LicenseDocumentType.setApplicationType(ApplicationType applicationType) |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationType |
ApplicationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationType[] |
ApplicationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<LicenseDocumentType> |
LicenseDocumentTypeRepository.findByApplicationType(ApplicationType applicationType) |
List<LicenseDocumentType> |
LicenseDocumentTypeRepository.findByApplicationTypeAndEnabledTrue(ApplicationType applicationType) |
List<LicenseDocumentType> |
LicenseDocumentTypeRepository.findByNameAndApplicationType(String name,
ApplicationType applicationType) |
| Modifier and Type | Method and Description |
|---|---|
List<LicenseDocumentType> |
DocumentTypeService.getDocumentTypesByApplicationType(ApplicationType applicationType) |
List<LicenseDocumentType> |
AbstractLicenseService.getDocumentTypesByApplicationType(ApplicationType applicationType) |
List<LicenseDocumentType> |
DocumentTypeService.search(String name,
ApplicationType applicationType) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.