| Package | Description |
|---|---|
| org.egov.pgr.repository | |
| org.egov.pgr.service |
| Modifier and Type | Method and Description |
|---|---|
Escalation |
EscalationRepository.findByDesignationAndComplaintType(Long designationId,
Long comTypeId) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.domain.Page<Escalation> |
EscalationRepository.findEscalationByAll(org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Page<Escalation> |
EscalationRepository.findEscalationBycomplaintType(Long complaintTypeId,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Page<Escalation> |
EscalationRepository.findEscalationBycomplaintTypeAndDesignation(Long complaintTypeId,
Long designationId,
org.springframework.data.domain.Pageable pageable) |
List<Escalation> |
EscalationRepository.findEscalationByComplaintTypeId(Long comTypeId) |
org.springframework.data.domain.Page<Escalation> |
EscalationRepository.findEscalationByDesignation(Long designationId,
org.springframework.data.domain.Pageable pageable) |
| Modifier and Type | Method and Description |
|---|---|
Escalation |
EscalationService.getEscalationBycomplaintTypeAndDesignation(Long complaintTypeId,
Long designationId) |
| Modifier and Type | Method and Description |
|---|---|
List<Escalation> |
EscalationService.findAllBycomplaintTypeId(Long complaintTypeId) |
org.springframework.data.domain.Page<Escalation> |
EscalationService.getPageOfEscalations(Integer pageNumber,
Integer pageSize,
Long complaintTypeId,
Long designationId) |
| Modifier and Type | Method and Description |
|---|---|
void |
EscalationService.create(Escalation escalation) |
void |
EscalationService.delete(Escalation escalation) |
void |
EscalationService.update(Escalation escalation) |
| Modifier and Type | Method and Description |
|---|---|
void |
EscalationService.deleteAllInBatch(List<Escalation> entities) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.