| | |
| | | |
| | | // 위험 관리 |
| | | List<Map<String, Object>> findRiskIssue(WidgetCondition widgetCondition); |
| | | Map<String, Object> countChangeStatusAndAssigneeIssue(WidgetCondition widgetCondition); |
| | | //Map<String, Object> countChangeStatusAndAssigneeIssue(WidgetCondition widgetCondition); |
| | | Map<String, Object> countChangeStatusAndDepartmentIssue(WidgetCondition widgetCondition); |
| | | Long countRiskIssue(WidgetCondition widgetCondition); |
| | | |
| | | // 전체 이슈 처리 현황 |
| | |
| | | List<Map<String, Object>> findSeverityIssues(WidgetCondition widgetCondition); |
| | | //중요도 드롭다운 별 항목 갯수 |
| | | Long countSearchIssue(WidgetCondition widgetCondition); |
| | | |
| | | Long countRemainIssueByDepartment(WidgetCondition widgetCondition); |
| | | |
| | | Long countTodayDelayIssueByDepartment(WidgetCondition widgetCondition); |
| | | |
| | | Long countNoAssigneeIssueByDepartment(WidgetCondition widgetCondition); |
| | | |
| | | Long countTodayRegisterIssueByDepartment(WidgetCondition widgetCondition); |
| | | |
| | | Long countAssigneeIssueByDepartment(WidgetCondition widgetCondition); |
| | | |
| | | Long countCompleteIssueByDepartment(WidgetCondition widgetCondition); |
| | | |
| | | List<Map<String, Object>> countSeverityIssueByDepartment(WidgetCondition widgetCondition); |
| | | |
| | | List<Map<String, Object>> findSeverityIssuesByDepartment(WidgetCondition widgetCondition); |
| | | |
| | | Long countSearchIssueByDepartment(WidgetCondition widgetCondition); |
| | | |
| | | List<Map<String, Object>> findProjectMemberIssueByDepartment(WidgetCondition widgetCondition); |
| | | |
| | | List<Map<String, Object>> findMyAssigneeIssueByDepartment(WidgetCondition makeWidgetCondition); |
| | | |
| | | List<Map<String, Object>> findByStandIssueTypeOfDepartment(WidgetCondition widgetCondition); |
| | | |
| | | List<Map<String, Object>> findByStandIssueStatusOfDepartment(WidgetCondition widgetCondition); |
| | | } |