| | |
| | | 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); |
| | | } |