AddTaskForManager
From
(Difference between revisions)
(Fix description) |
|||
Line 3: | Line 3: | ||
== Description == | == Description == | ||
− | Add this new | + | Add this new task specifically to the given Manager. |
== Parameters == | == Parameters == |
Revision as of 06:55, 15 March 2017
Contents |
Method
AddNewTaskResult addTaskForManager(UserIDBean userID, managerPK, detailedTask)
Description
Add this new task specifically to the given Manager.
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, auto generated doc.