| Package | Description |
|---|---|
| org.egov.tl.entity | |
| org.egov.tl.repository | |
| org.egov.tl.service |
| Modifier and Type | Method and Description |
|---|---|
LicenseDocumentType |
LicenseDocument.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
LicenseDocument.setType(LicenseDocumentType type) |
| Modifier and Type | Method and Description |
|---|---|
LicenseDocumentType |
LicenseDocumentTypeRepository.findById(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<LicenseDocumentType> |
LicenseDocumentTypeRepository.findByApplicationType(ApplicationType applicationType) |
List<LicenseDocumentType> |
LicenseDocumentTypeRepository.findByApplicationTypeAndEnabledTrue(ApplicationType applicationType) |
List<LicenseDocumentType> |
LicenseDocumentTypeRepository.findByName(String name) |
List<LicenseDocumentType> |
LicenseDocumentTypeRepository.findByNameAndApplicationType(String name,
ApplicationType applicationType) |
| Modifier and Type | Method and Description |
|---|---|
LicenseDocumentType |
DocumentTypeService.create(LicenseDocumentType documenttype) |
LicenseDocumentType |
DocumentTypeService.getDocumentTypeById(Long id) |
LicenseDocumentType |
DocumentTypeService.update(LicenseDocumentType documenttype) |
| Modifier and Type | Method and Description |
|---|---|
List<LicenseDocumentType> |
DocumentTypeService.findAll() |
List<LicenseDocumentType> |
DocumentTypeService.getDocumentTypesByApplicationType(ApplicationType applicationType) |
List<LicenseDocumentType> |
AbstractLicenseService.getDocumentTypesByApplicationType(ApplicationType applicationType) |
List<LicenseDocumentType> |
DocumentTypeService.search(String name,
ApplicationType applicationType) |
| Modifier and Type | Method and Description |
|---|---|
LicenseDocumentType |
DocumentTypeService.create(LicenseDocumentType documenttype) |
LicenseDocumentType |
DocumentTypeService.update(LicenseDocumentType documenttype) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.