com.ingenta.clownbike
Class EditFreeContentTask

java.lang.Object
  extended byTaskDataImpl
      extended bycom.ingenta.clownbike.SimpleTask
          extended bycom.ingenta.clownbike.EditTask
              extended bycom.ingenta.clownbike.EditFreeContentTask
All Implemented Interfaces:
Task

public class EditFreeContentTask
extends EditTask

See Also:
Serialized Form

Constructor Summary
EditFreeContentTask()
           
 
Method Summary
 void defineAttributes(DatabaseTransaction transaction)
           
 java.util.List findAll(DatabaseTransaction transaction)
           
 java.lang.Object findById(DatabaseTransaction transaction, java.lang.Integer id)
           
 void updateAttributes(DatabaseTransaction transaction, java.lang.Object object)
           
 void updateObject(DatabaseTransaction transaction, java.lang.Object object)
           
 
Methods inherited from class com.ingenta.clownbike.EditTask
completed
 
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
 

Constructor Detail

EditFreeContentTask

public EditFreeContentTask()
Method Detail

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