com.ingenta.clownbike
Class EditTaskFactory

java.lang.Object
  extended bycom.ingenta.clownbike.TaskFactory
      extended bycom.ingenta.clownbike.EditTaskFactory
Direct Known Subclasses:
EditDiscussionTaskFactory, EditDocumentTaskFactory, EditEventTaskFactory, EditFAQTaskFactory, EditFreeContentTaskFactory, EditJobTaskFactory, EditLinkTaskFactory, EditNewsTaskFactory

public abstract class EditTaskFactory
extends TaskFactory


Constructor Summary
EditTaskFactory(Configuration configuration)
           
 
Method Summary
 Task create(DatabaseTransaction transaction)
          Create a new task.
 
Methods inherited from class com.ingenta.clownbike.TaskFactory
equals, getConfiguration, getDescription, getId, getTitle, hashCode, setConfiguration, setDescription, setId, setTitle
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditTaskFactory

public EditTaskFactory(Configuration configuration)
                throws TaskException
Method Detail

create

public Task create(DatabaseTransaction transaction)
            throws TaskException
Description copied from class: TaskFactory
Create a new task.

Specified by:
create in class TaskFactory
Throws:
TaskException