@Service public class ComplaintRouterService extends Object
| Constructor and Description |
|---|
ComplaintRouterService(ComplaintRouterRepository complaintRouterRepository,
org.egov.infra.admin.master.service.BoundaryService boundaryService) |
| Modifier and Type | Method and Description |
|---|---|
ComplaintRouter |
createComplaintRouter(ComplaintRouter complaintRouter) |
void |
deleteComplaintRouter(ComplaintRouter complaintRouter) |
org.egov.pims.commons.Position |
getAssignee(Complaint complaint) |
ComplaintRouter |
getExistingRouter(ComplaintRouter complaintRouter) |
List<ComplaintRouter> |
getPageOfRouters(Long boundaryTypeId,
Long complaintTypeId,
Long boundaryId) |
List<ComplaintRouter> |
getPageOfRouters(Long complaintTypeId,
Long boundaryTypeId,
Long boundaryId,
Long positionId) |
void |
getParentBoundaries(Long bndryId,
List<org.egov.infra.admin.master.entity.Boundary> boundaryList) |
ComplaintRouter |
getRouterById(Long id) |
List<ComplaintRouter> |
getRoutersByComplaintTypeBoundary(List<ComplaintType> complaintTypes,
List<org.egov.infra.admin.master.entity.Boundary> boundaries) |
ComplaintRouter |
updateComplaintRouter(ComplaintRouter complaintRouter) |
Boolean |
validateRouter(ComplaintRouter complaintRouter) |
@Autowired public ComplaintRouterService(ComplaintRouterRepository complaintRouterRepository, org.egov.infra.admin.master.service.BoundaryService boundaryService)
public org.egov.pims.commons.Position getAssignee(Complaint complaint)
complaint - @Transactional public ComplaintRouter createComplaintRouter(ComplaintRouter complaintRouter)
@Transactional public ComplaintRouter updateComplaintRouter(ComplaintRouter complaintRouter)
@Transactional public void deleteComplaintRouter(ComplaintRouter complaintRouter)
public Boolean validateRouter(ComplaintRouter complaintRouter)
public ComplaintRouter getExistingRouter(ComplaintRouter complaintRouter)
public ComplaintRouter getRouterById(Long id)
public List<ComplaintRouter> getPageOfRouters(Long boundaryTypeId, Long complaintTypeId, Long boundaryId)
public List<ComplaintRouter> getPageOfRouters(Long complaintTypeId, Long boundaryTypeId, Long boundaryId, Long positionId)
public void getParentBoundaries(Long bndryId, List<org.egov.infra.admin.master.entity.Boundary> boundaryList)
public List<ComplaintRouter> getRoutersByComplaintTypeBoundary(List<ComplaintType> complaintTypes, List<org.egov.infra.admin.master.entity.Boundary> boundaries)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.