com.ingenta.clownbike
Class NewNewsTask

java.lang.Object
  extended byTaskDataImpl
      extended bycom.ingenta.clownbike.SimpleTask
          extended bycom.ingenta.clownbike.NewTask
              extended bycom.ingenta.clownbike.NewNewsTask
All Implemented Interfaces:
Task

public class NewNewsTask
extends NewTask

See Also:
Serialized Form

Constructor Summary
NewNewsTask()
           
 
Method Summary
 void createObject(DatabaseTransaction transaction)
           
 void defineAttributes(DatabaseTransaction transaction)
           
 
Methods inherited from class com.ingenta.clownbike.NewTask
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

NewNewsTask

public NewNewsTask()
Method Detail

defineAttributes

public void defineAttributes(DatabaseTransaction transaction)
                      throws DatabaseException,
                             TaskException
Specified by:
defineAttributes in class NewTask
Throws:
DatabaseException
TaskException

createObject

public void createObject(DatabaseTransaction transaction)
                  throws DatabaseException,
                         TaskException
Specified by:
createObject in class NewTask
Throws:
DatabaseException
TaskException