| Package | Description |
|---|---|
| org.egov.pgr.entity | |
| org.egov.pgr.repository | |
| org.egov.pgr.service |
| Modifier and Type | Method and Description |
|---|---|
ComplaintType |
Escalation.getComplaintType() |
ComplaintType |
Complaint.getComplaintType() |
ComplaintType |
ComplaintRouter.getComplaintType() |
| Modifier and Type | Method and Description |
|---|---|
List<ComplaintType> |
ComplaintTypeCategory.getComplaintTypes() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonElement |
ComplaintTypeAdaptor.serialize(ComplaintType compaintType,
Type type,
com.google.gson.JsonSerializationContext jsc) |
void |
Escalation.setComplaintType(ComplaintType complaintType) |
void |
Complaint.setComplaintType(ComplaintType complaintType) |
void |
ComplaintRouter.setComplaintType(ComplaintType complaintType) |
| Modifier and Type | Method and Description |
|---|---|
void |
ComplaintTypeCategory.setComplaintTypes(List<ComplaintType> complaintTypes) |
| Modifier and Type | Method and Description |
|---|---|
ComplaintType |
ComplaintTypeRepository.findByCode(String code) |
ComplaintType |
ComplaintTypeRepository.findByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<ComplaintType> |
ComplaintTypeRepository.findByIsActiveTrueAndCategoryIdOrderByNameAsc(Long categoryId) |
List<ComplaintType> |
ComplaintTypeRepository.findByIsActiveTrueAndNameContainingIgnoreCase(String name) |
List<ComplaintType> |
ComplaintTypeRepository.findByIsActiveTrueOrderByNameAsc() |
List<ComplaintType> |
ComplaintTypeRepository.findByNameContainingIgnoreCase(String name) |
| Modifier and Type | Method and Description |
|---|---|
ComplaintRouter |
ComplaintRouterRepository.findByComplaintTypeAndBoundary(ComplaintType complaintType,
org.egov.infra.admin.master.entity.Boundary location) |
ComplaintRouter |
ComplaintRouterRepository.findByComplaintTypeAndBoundaryAndPosition(ComplaintType complaintType,
org.egov.infra.admin.master.entity.Boundary boundary,
org.egov.pims.commons.Position position) |
ComplaintRouter |
ComplaintRouterRepository.findByComplaintTypeAndPosition(ComplaintType complaintType,
org.egov.pims.commons.Position position) |
ComplaintRouter |
ComplaintRouterRepository.findByOnlyComplaintType(ComplaintType complaintType) |
| Modifier and Type | Method and Description |
|---|---|
List<ComplaintRouter> |
ComplaintRouterRepository.findRoutersByComplaintTypesBoundaries(List<ComplaintType> complaintTypes,
List<org.egov.infra.admin.master.entity.Boundary> boundaries) |
| Modifier and Type | Method and Description |
|---|---|
ComplaintType |
ComplaintTypeService.createComplaintType(ComplaintType complaintType) |
ComplaintType |
ComplaintTypeService.findBy(Long complaintTypeId) |
ComplaintType |
ComplaintTypeService.findByCode(String code) |
ComplaintType |
ComplaintTypeService.findByName(String name) |
ComplaintType |
ComplaintTypeService.load(Long id) |
ComplaintType |
ComplaintTypeService.updateComplaintType(ComplaintType complaintType) |
| Modifier and Type | Method and Description |
|---|---|
List<ComplaintType> |
ComplaintTypeService.findActiveComplaintTypes() |
List<ComplaintType> |
ComplaintTypeService.findActiveComplaintTypesByCategory(Long categoryId) |
List<ComplaintType> |
ComplaintTypeService.findAll() |
List<ComplaintType> |
ComplaintTypeService.findAllActiveByNameLike(String name) |
List<ComplaintType> |
ComplaintTypeService.findAllByNameLike(String name) |
List<ComplaintType> |
ComplaintTypeService.getFrequentlyFiledComplaints()
List top 5 complaint types filed in last one month
|
org.springframework.data.domain.Page<ComplaintType> |
ComplaintTypeService.getListOfComplaintTypes(Integer pageNumber,
Integer pageSize) |
| Modifier and Type | Method and Description |
|---|---|
ComplaintType |
ComplaintTypeService.createComplaintType(ComplaintType complaintType) |
ComplaintType |
ComplaintTypeService.updateComplaintType(ComplaintType complaintType) |
| Modifier and Type | Method and Description |
|---|---|
List<org.egov.eis.entity.PositionHierarchy> |
EscalationService.getEscalationObjByComplaintTypeFromPosition(List<ComplaintType> complaintTypes,
org.egov.pims.commons.Position fromPosition) |
List<ComplaintRouter> |
ComplaintRouterService.getRoutersByComplaintTypeBoundary(List<ComplaintType> complaintTypes,
List<org.egov.infra.admin.master.entity.Boundary> boundaries) |
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.