| Package | Description |
|---|---|
| org.egov.wtms.masters.repository | |
| org.egov.wtms.masters.service |
| Modifier and Type | Method and Description |
|---|---|
List<Penalty> |
PenaltyRepository.findAllByPenaltyType(String penaltyType) |
| Modifier and Type | Method and Description |
|---|---|
Penalty |
PenaltyService.createPenalty(Penalty penalty) |
Penalty |
PenaltyService.findBy(Long penaltyId) |
Penalty |
PenaltyService.load(Long id) |
| Modifier and Type | Method and Description |
|---|---|
List<Penalty> |
PenaltyService.findAll() |
List<Penalty> |
PenaltyService.findAllByPenaltyType(String penaltyType) |
org.springframework.data.domain.Page<Penalty> |
PenaltyService.getListOfPenalty(Integer pageNumber,
Integer pageSize) |
| Modifier and Type | Method and Description |
|---|---|
Penalty |
PenaltyService.createPenalty(Penalty penalty) |
void |
PenaltyService.updatePenalty(Penalty penalty) |
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.