| Package | Description |
|---|---|
| org.egov.wtms.masters.repository | |
| org.egov.wtms.masters.service |
| Modifier and Type | Method and Description |
|---|---|
ConnectionCharges |
ConnectionChargesRepository.findByTypeAndDate(String type) |
| Modifier and Type | Method and Description |
|---|---|
List<ConnectionCharges> |
ConnectionChargesRepository.findByType(String type) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionCharges |
ConnectionChargesService.createConnectionCharges(ConnectionCharges connectionCharges) |
ConnectionCharges |
ConnectionChargesService.findBy(Long connectionChargesId) |
ConnectionCharges |
ConnectionChargesService.findByTypeAndDate(String type) |
ConnectionCharges |
ConnectionChargesService.load(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<ConnectionCharges> |
ConnectionChargesService.findAll() |
List<ConnectionCharges> |
ConnectionChargesService.findByType(String type) |
org.springframework.data.domain.Page<ConnectionCharges> |
ConnectionChargesService.getListOfConnectionCharges(Integer pageNumber,
Integer pageSize) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionCharges |
ConnectionChargesService.createConnectionCharges(ConnectionCharges connectionCharges) |
void |
ConnectionChargesService.updateConnectionCharges(ConnectionCharges connectionCharges) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.