Uses of Class
org.apache.agila.services.task.TaskID

Packages that use TaskID
org.apache.agila.dao   
org.apache.agila.impl.dao   
org.apache.agila.impl.memory   
org.apache.agila.services.task   
org.apache.agila.util   
 

Uses of TaskID in org.apache.agila.dao
 

Methods in org.apache.agila.dao that return TaskID
 TaskID TaskDAO.insertTask(Task task)
           
 TaskID TaskDAO.updateTask(Task task)
           
 

Methods in org.apache.agila.dao with parameters of type TaskID
 Task TaskDAO.getTaskByID(TaskID taskID)
           
 boolean TaskDAO.lockTaskForUser(TaskID taskID, UserID userID)
           
 void TaskDAO.unlockTaskForUser(TaskID taskID, UserID userID)
           
 

Uses of TaskID in org.apache.agila.impl.dao
 

Methods in org.apache.agila.impl.dao that return TaskID
 TaskID AgilaDAO.insertTask(Task task)
           
 TaskID AgilaDAO.updateTask(Task task)
           
 

Methods in org.apache.agila.impl.dao with parameters of type TaskID
 Task AgilaDAO.getTaskByID(TaskID taskID)
           
protected  Task TaskServiceImpl.internalGetTask(TaskID taskID)
           
 boolean TaskServiceImpl.lockTaskForUser(TaskID taskID, UserID userID)
           
 boolean AgilaDAO.lockTaskForUser(TaskID taskID, UserID userID)
           
 void TaskServiceImpl.unlockTaskForUser(TaskID taskID, UserID userID)
           
 void AgilaDAO.unlockTaskForUser(TaskID taskID, UserID userID)
           
 

Uses of TaskID in org.apache.agila.impl.memory
 

Methods in org.apache.agila.impl.memory with parameters of type TaskID
protected  Task TaskServiceImpl.internalGetTask(TaskID taskID)
           
 boolean TaskServiceImpl.lockTaskForUser(TaskID taskID, UserID userID)
           
 void TaskServiceImpl.unlockTaskForUser(TaskID taskID, UserID userID)
           
 

Uses of TaskID in org.apache.agila.services.task
 

Methods in org.apache.agila.services.task that return TaskID
 TaskID TaskService.assignTask(TokenID tokenID, java.lang.String message, UserID userID, java.util.Date due)
          assigns a new task to a given user
 TaskID AbstractTaskService.assignTask(TokenID tokenID, java.lang.String message, UserID userID, java.util.Date due)
          assigns a new task to a given user
 TaskID[] TaskService.assignTaskToActors(TokenID tokenID, java.lang.String message, Actor[] actor, java.util.Date due)
          Assigns a new task to a given abstract named Actor.
 TaskID[] AbstractTaskService.assignTaskToActors(TokenID tokenID, java.lang.String message, Actor[] actors, java.util.Date due)
           
 TaskID TaskService.assignTaskToTeam(TokenID tokenID, java.lang.String message, GroupID groupID, java.util.Date due)
          Assigns a new task to a given group of users.
 TaskID AbstractTaskService.assignTaskToTeam(TokenID tokenID, java.lang.String message, GroupID groupID, java.util.Date due)
           
 TaskID TaskImpl.getTaskID()
           
 TaskID Task.getTaskID()
           
 

Methods in org.apache.agila.services.task with parameters of type TaskID
 Renderer TaskService.getRendererForTask(TaskID taskID, java.lang.Class rendererType)
           
 Renderer AbstractTaskService.getRendererForTask(TaskID taskID, java.lang.Class rendererType)
           
 ResponseHandler TaskService.getResponseHandlerForTask(TaskID taskID, java.lang.Class handlerType)
           
 ResponseHandler AbstractTaskService.getResponseHandlerForTask(TaskID taskID, java.lang.Class handlerType)
           
 Task TaskService.getTaskByID(TaskID taskID)
          gets a task object by id
 Task AbstractTaskService.getTaskByID(TaskID taskID)
          gets a task object by id
protected abstract  Task AbstractTaskService.internalGetTask(TaskID taskID)
           
 boolean TaskService.lockTaskForUser(TaskID taskID, UserID userID)
          Attempts to lock the given task for the user, to take ownership of the task if noone else has locked it yet.
 void TaskImpl.setTaskID(TaskID taskID)
           
 void Task.setTaskID(TaskID taskid)
           
 void TaskService.setTaskStatus(TaskID taskID, int status)
          sets the status of a test
 void AbstractTaskService.setTaskStatus(TaskID taskID, int status)
          sets the status of a task
 void TaskService.unlockTaskForUser(TaskID taskID, UserID userID)
          Unlocks the task for the given user so that its given back to the team for another user to complete.
 

Uses of TaskID in org.apache.agila.util
 

Methods in org.apache.agila.util that return TaskID
 TaskID JDBCUtil.insertTask(Task task)
           
 TaskID JDBCUtil.updateTask(Task task)
           
 

Methods in org.apache.agila.util with parameters of type TaskID
 Task JDBCUtil.getTaskByID(TaskID taskID)
           
 boolean JDBCUtil.lockTaskForUser(TaskID taskID, UserID userID)
           
 void JDBCUtil.unlockTaskForUser(TaskID taskID, UserID userID)
           
 



Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.