Skip to content

Commit 9bc5db8

Browse files
committed
work
1 parent c88f2b3 commit 9bc5db8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/plantuml/Simpleworklist__Service_Classes_Controller.puml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ AbstractController <|-- ProjectIdController
1212
AbstractController <|-- ProjectIdTaskController
1313
AbstractController <|-- ProjectIdTaskMoveController
1414
AbstractController <|-- ProjectRootController
15+
AbstractController <|-- ProjectRootTaskController
16+
AbstractController <|-- ProjectRootTaskMoveController
1517
AbstractController <|-- SearchController
1618
AbstractController <|-- TaskLifecycleController
1719
AbstractController <|-- TaskMove2TaskController
@@ -68,6 +70,7 @@ class ProjectIdTaskController {
6870
String projectTaskAddPost(long projectId, UserSessionBean userSession, Task task)
6971
String editTaskGet( Project thisProject, Task task, UserSessionBean userSession)
7072
String editTaskPost(Project thisProject, long taskId, Task task, UserSessionBean userSession)
73+
String transformTaskIntoProjectGet(Project thisProject, Task task, UserSessionBean userSession)
7174
String setDoneTaskGet(Project thisProject, UserSessionBean userSession, Task task)
7275
String unsetDoneTaskGet( Project thisProject, UserSessionBean userSession, Task task)
7376
String setFocusGet(Project thisProject, UserSessionBean userSession, Task task, String back)
@@ -84,7 +87,6 @@ class ProjectIdTaskMoveController {
8487
String moveTaskToFocus(Project thisProject, UserSessionBean userSession, Task task)
8588
String moveTaskToCompleted(Project thisProject, UserSessionBean userSession, Task task)
8689
String moveTaskToTrash(Project thisProject, UserSessionBean userSession, Task task)
87-
String transformTaskIntoProjectGet(Project thisProject, Task task, UserSessionBean userSession)
8890
}
8991
class ProjectRootController {
9092
String projectRoot(Pageable pageable, String message, boolean isDeleted, UserSessionBean userSession)

0 commit comments

Comments
 (0)