com.ingenta.clownbike
Class EditFreeContentTask
java.lang.Object
TaskDataImpl
com.ingenta.clownbike.SimpleTask
com.ingenta.clownbike.EditTask
com.ingenta.clownbike.EditFreeContentTask
- All Implemented Interfaces:
- Task
- public class EditFreeContentTask
- extends EditTask
- 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 |
EditFreeContentTask
public EditFreeContentTask()
defineAttributes
public void defineAttributes(DatabaseTransaction transaction)
throws DatabaseException,
TaskException
- Specified by:
defineAttributes in class EditTask
- Throws:
DatabaseException
TaskException
updateAttributes
public void updateAttributes(DatabaseTransaction transaction,
java.lang.Object object)
throws DatabaseException,
TaskException
- Specified by:
updateAttributes in class EditTask
- Throws:
DatabaseException
TaskException
updateObject
public void updateObject(DatabaseTransaction transaction,
java.lang.Object object)
throws DatabaseException,
TaskException
- Specified by:
updateObject in class EditTask
- Throws:
DatabaseException
TaskException
findAll
public java.util.List findAll(DatabaseTransaction transaction)
throws DatabaseException,
TaskException
- Specified by:
findAll in class EditTask
- Throws:
DatabaseException
TaskException
findById
public java.lang.Object findById(DatabaseTransaction transaction,
java.lang.Integer id)
throws DatabaseException,
TaskException
- Specified by:
findById in class EditTask
- Throws:
DatabaseException
TaskException