org.smartcomps.twister.engine.priv.timer.dao
Class ECTaskDAO

java.lang.Object
  |
  +--org.smartcomps.twister.common.persistence.PersistentDataAccess
        |
        +--org.smartcomps.twister.engine.priv.timer.dao.ECTaskDAO

public class ECTaskDAO
extends PersistentDataAccess

DAO for execution context tasks.


Constructor Summary
ECTaskDAO()
           
 
Method Summary
static org.smartcomps.twister.engine.priv.timer.po.ECTaskPersister findByECId(java.lang.Long ecId)
           
 
Methods inherited from class org.smartcomps.twister.common.persistence.PersistentDataAccess
create, findAll, findById, remove, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ECTaskDAO

public ECTaskDAO()
Method Detail

findByECId

public static org.smartcomps.twister.engine.priv.timer.po.ECTaskPersister findByECId(java.lang.Long ecId)
                                                                              throws DBSessionException
DBSessionException


Copyright © 2003 SmartComps. All Rights Reserved.