org.ow2.petals.flowwatch.flowmanager.dao
Class FlowStepDAO

java.lang.Object
  extended by com.trg.dao.hibernate.HibernateBaseDAO
      extended by com.trg.dao.hibernate.GenericDAOImpl<T,ID>
          extended by org.ow2.petals.flowwatch.flowmanager.dao.AbstractFlowDAO<FlowStep,java.lang.Long>
              extended by org.ow2.petals.flowwatch.flowmanager.dao.FlowStepDAO
All Implemented Interfaces:
com.trg.dao.hibernate.GenericDAO<FlowStep,java.lang.Long>

public class FlowStepDAO
extends AbstractFlowDAO<FlowStep,java.lang.Long>


Field Summary
 
Fields inherited from class com.trg.dao.hibernate.GenericDAOImpl
persistentClass
 
Constructor Summary
FlowStepDAO()
           
 
Method Summary
 java.util.List<FlowStep> loadByFlowId(java.lang.String id)
           
 java.util.List<FlowStep> loadByFlowIdAndMeProps(java.lang.String flowId, java.lang.String interfaceName, java.lang.String serviceName)
           
 FlowStep loadByMeUUID(java.lang.String meUUID)
           
 java.util.List<FlowStep> loadRunningByFlowId(java.lang.String id)
           
 
Methods inherited from class com.trg.dao.hibernate.GenericDAOImpl
count, find, find, findAll, flush, getFilterFromExample, getFilterFromExample, getReference, getReferences, isAttached, refresh, remove, remove, removeById, removeByIds, save, save, search, searchAndCount, searchGeneric, searchUnique, searchUniqueGeneric
 
Methods inherited from class com.trg.dao.hibernate.HibernateBaseDAO
_all, _count, _count, _count, _deleteById, _deleteById, _deleteEntities, _deleteEntity, _exists, _exists, _exists, _flush, _get, _get, _getFilterFromExample, _getFilterFromExample, _load, _load, _load, _merge, _persist, _refresh, _save, _save, _saveOrUpdate, _saveOrUpdateIsNew, _saveOrUpdateIsNew, _search, _search, _searchAndCount, _searchAndCount, _searchUnique, _searchUnique, _sessionContains, _update, getMetaDataUtil, getSearchProcessor, getSession, getSessionFactory, setSessionFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowStepDAO

public FlowStepDAO()
Method Detail

loadByFlowId

public java.util.List<FlowStep> loadByFlowId(java.lang.String id)

loadByMeUUID

public FlowStep loadByMeUUID(java.lang.String meUUID)

loadByFlowIdAndMeProps

public java.util.List<FlowStep> loadByFlowIdAndMeProps(java.lang.String flowId,
                                                       java.lang.String interfaceName,
                                                       java.lang.String serviceName)

loadRunningByFlowId

public java.util.List<FlowStep> loadRunningByFlowId(java.lang.String id)


Copyright © 2009-2010 eBM Websourcing. All Rights Reserved.