| Package | Description |
|---|---|
| org.egov.stms.transactions.entity | |
| org.egov.stms.transactions.repository | |
| org.egov.stms.transactions.service |
| Modifier and Type | Method and Description |
|---|---|
SewerageConnection |
SewerageConnectionHistory.getConnection() |
SewerageConnection |
SewerageApplicationDetails.getConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
SewerageConnectionHistory.setConnection(SewerageConnection connection) |
void |
SewerageApplicationDetails.setConnection(SewerageConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
SewerageConnection |
SewerageConnectionRepository.findByShscNumber(String shscNumber) |
| Modifier and Type | Method and Description |
|---|---|
SewerageApplicationDetails |
SewerageApplicationDetailsRepository.findByConnection(SewerageConnection sewerageConnection) |
SewerageApplicationDetails |
SewerageApplicationDetailsRepository.findByConnectionAndConnection_Status(SewerageConnection sewerageConnection,
SewerageConnectionStatus connectionStatus) |
| Modifier and Type | Method and Description |
|---|---|
SewerageConnection |
SewerageConnectionService.findBy(Long id) |
SewerageConnection |
SewerageConnectionService.findByShscNumber(String shscNumber) |
SewerageConnection |
SewerageConnectionService.load(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<SewerageConnection> |
SewerageConnectionService.findAll() |
List<SewerageConnection> |
SewerageConnectionService.findByPropertyIdentifier(String propertyIdentifier) |
org.springframework.data.domain.Page<SewerageConnection> |
SewerageConnectionService.getListSewerageConnections(Integer pageNumber,
Integer pageSize) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.