| Package | Description |
|---|---|
| org.egov.stms.masters.repository | |
| org.egov.stms.masters.service | |
| org.egov.stms.transactions.entity |
| Modifier and Type | Method and Description |
|---|---|
DocumentTypeMaster |
DocumentTypeMasterRepository.findByApplicationTypeAndDescription(SewerageApplicationType applicationType,
String description) |
DocumentTypeMaster |
DocumentTypeMasterRepository.findByDescription(String description) |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentTypeMaster> |
DocumentTypeMasterRepository.findAllActiveDocumentTypeMasterByApplicationType(SewerageApplicationType applicationType) |
List<DocumentTypeMaster> |
DocumentTypeMasterRepository.findByApplicationType(SewerageApplicationType applicationType) |
| Modifier and Type | Method and Description |
|---|---|
DocumentTypeMaster |
DocumentTypeMasterService.createDocumentName(DocumentTypeMaster DocumentTypeMaster) |
DocumentTypeMaster |
DocumentTypeMasterService.findByApplicationTypeAndDescription(SewerageApplicationType applicationType,
String description) |
DocumentTypeMaster |
DocumentTypeMasterService.findByDescription(String description) |
DocumentTypeMaster |
DocumentTypeMasterService.findOne(Long id) |
DocumentTypeMaster |
DocumentTypeMasterService.load(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<DocumentTypeMaster> |
DocumentTypeMasterService.findAll() |
List<DocumentTypeMaster> |
DocumentTypeMasterService.findByApplicationType(SewerageApplicationType applicationType) |
List<DocumentTypeMaster> |
DocumentTypeMasterService.getAllActiveDocumentTypeMasterByApplicationType(SewerageApplicationType applicationType) |
org.springframework.data.domain.Page<DocumentTypeMaster> |
DocumentTypeMasterService.getListOfDocumentTypeMaster(Integer pageNumber,
Integer pageSize) |
| Modifier and Type | Method and Description |
|---|---|
DocumentTypeMaster |
DocumentTypeMasterService.createDocumentName(DocumentTypeMaster DocumentTypeMaster) |
void |
DocumentTypeMasterService.updateDocumentName(DocumentTypeMaster DocumentTypeMaster) |
| Modifier and Type | Method and Description |
|---|---|
DocumentTypeMaster |
SewerageApplicationDetailsDocument.getDocumentTypeMaster() |
| Modifier and Type | Method and Description |
|---|---|
void |
SewerageApplicationDetailsDocument.setDocumentTypeMaster(DocumentTypeMaster documentTypeMaster) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.