org.demosys.task
Interface TaskService

All Known Implementing Classes:
MemoryTaskService

public interface TaskService


Method Summary
 org.demosys.task.TaskView getTask(java.lang.String title)
           
 void newTask(org.demosys.task.TaskView task)
           
 

Method Detail

newTask

public void newTask(org.demosys.task.TaskView task)
             throws CreationTaskException
CreationTaskException

getTask

public org.demosys.task.TaskView getTask(java.lang.String title)
                                  throws ModificationTaskException
ModificationTaskException


Copyright © 2003-2004 Sourceforge. All Rights Reserved.