AddTaskForManager
From
(Difference between revisions)
(Created page with "== Method == AddNewTaskResult addTaskForManager(UserIDBean userID, managerPK, detailedTask) == Description == Add this new detailed task to tto the organisation. == Para...") |
|||
Line 29: | Line 29: | ||
---- | ---- | ||
− | ''See also, TODO doc.'' | + | ''See also, TODO [[auto generated]] doc.'' |
Revision as of 04:33, 20 January 2017
Contents |
Method
AddNewTaskResult addTaskForManager(UserIDBean userID, managerPK, detailedTask)
Description
Add this new detailed task to tto the organisation.
Parameters
Type | Name | Description |
---|---|---|
UserIDBean | userID | The admin username and password. |
String | managerPK | The user PK of the manager to add |
DetailedTaskWithAddress | detailedTask | New detailed task to add. |
Return Value
AddNewTaskResult
See also, TODO auto generated doc.