com.ingenta.clownbike
Class EditTask
java.lang.Object
TaskDataImpl
com.ingenta.clownbike.SimpleTask
com.ingenta.clownbike.EditTask
- All Implemented Interfaces:
- Task
- Direct Known Subclasses:
- EditDiscussionTask, EditDocumentTask, EditEventTask, EditFAQTask, EditFreeContentTask, EditJobTask, EditLinkTask, EditNewsTask
- public abstract class EditTask
- extends SimpleTask
- See Also:
- Serialized Form
| Methods inherited from class com.ingenta.clownbike.SimpleTask |
canceled, doGet, doPost, findAttribute, findAttributes, findStep, findStepAfter, findStepBefore, findStepIndex, getAttribute, getCurrentStep, getStep, isActive, setCurrentStep, started, toDate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.ingenta.clownbike.Task |
getSteps |
EditTask
public EditTask()
findAll
public abstract java.util.List findAll(DatabaseTransaction transaction)
throws DatabaseException,
TaskException
- Throws:
DatabaseException
TaskException
findById
public abstract java.lang.Object findById(DatabaseTransaction transaction,
java.lang.Integer id)
throws DatabaseException,
TaskException
- Throws:
DatabaseException
TaskException
defineAttributes
public abstract void defineAttributes(DatabaseTransaction transaction)
throws DatabaseException,
TaskException
- Throws:
DatabaseException
TaskException
updateAttributes
public abstract void updateAttributes(DatabaseTransaction transaction,
java.lang.Object object)
throws DatabaseException,
TaskException
- Throws:
DatabaseException
TaskException
updateObject
public abstract void updateObject(DatabaseTransaction transaction,
java.lang.Object object)
throws DatabaseException,
TaskException
- Throws:
DatabaseException
TaskException
completed
public void completed(DatabaseTransaction transaction)
throws DatabaseException,
TaskException
- Description copied from interface:
Task
- Finish the task. Throws an TaskException if the
task is not active.
- Specified by:
completed in interface Task- Overrides:
completed in class SimpleTask
- Throws:
DatabaseException
TaskException