| | |
| | | |
| | | ProjectRoleUser findByProjectRoleIdAndUserId(Long projectRoleId, Long userId); //담당자 |
| | | |
| | | ProjectRoleUser findByProjectRoleIdAndDepartmentId(Long projectRoleId, Long departmentId); //담당부서 |
| | | |
| | | void withDrawWorkspaceManagerModifyProjectRole(Workspace workspace, User user); |
| | | |
| | | List<Map<String, Object>> findProjectRoleUser(Map<String, Object> projectRoleUserMap); |
| | | |
| | | boolean checkProjectManager(Project project); |
| | | Map<String, Object> findProjectManager(Long userId); |
| | | |
| | | boolean checkProjectManager(Project project, User user); |
| | | } |