com.ebmwebsourcing.petalsview.persistence.dao.flow
Class FlowStepDAOImpl

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springframework.orm.hibernate3.support.HibernateDaoSupport
          extended by com.ebmwebsourcing.webcommons.persistence.dao.GenericHibernateDAOImpl<FlowStep,java.lang.String>
              extended by com.ebmwebsourcing.petalsview.persistence.dao.flow.FlowStepDAOImpl
All Implemented Interfaces:
FlowStepDAO, com.ebmwebsourcing.webcommons.persistence.dao.GenericORMDAO<FlowStep,java.lang.String>, org.springframework.beans.factory.InitializingBean

@Repository(value="flowStepDAO")
public class FlowStepDAOImpl
extends com.ebmwebsourcing.webcommons.persistence.dao.GenericHibernateDAOImpl<FlowStep,java.lang.String>
implements FlowStepDAO


Field Summary
 
Fields inherited from class com.ebmwebsourcing.webcommons.persistence.dao.GenericHibernateDAOImpl
type
 
Constructor Summary
FlowStepDAOImpl(org.hibernate.SessionFactory factory)
           
 
Method Summary
 java.util.List<FlowStep> getAllOrderByServiceName()
           
 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.ebmwebsourcing.webcommons.persistence.dao.GenericHibernateDAOImpl
count, exists, findByNamedQuery, get, getAll, getAll, getAll, getAll, getAllDistinct, getFullTextSession, getLocalSessionFactoryBean, getManipulatedType, remove, remove, removeAll, save, search, searchAndCount, searchEquals, searchLike, searchLucene, searchLucene, searchUnique, setLocalSessionFactoryBean, setType
 
Methods inherited from class org.springframework.orm.hibernate3.support.HibernateDaoSupport
checkDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactory
 
Methods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet, initDao
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ebmwebsourcing.webcommons.persistence.dao.GenericORMDAO
count, exists, findByNamedQuery, get, getAll, getAll, getAll, getAll, getAllDistinct, getFullTextSession, getManipulatedType, remove, remove, removeAll, save, search, searchAndCount, searchEquals, searchLike, searchLucene, searchLucene, searchUnique
 

Constructor Detail

FlowStepDAOImpl

public FlowStepDAOImpl(@Qualifier(value="sessionFactory")
                       org.hibernate.SessionFactory factory)
Method Detail

loadByFlowId

public java.util.List<FlowStep> loadByFlowId(java.lang.String id)
Specified by:
loadByFlowId in interface FlowStepDAO

loadByMeUUID

public FlowStep loadByMeUUID(java.lang.String meUUID)
Specified by:
loadByMeUUID in interface FlowStepDAO

loadByFlowIdAndMeProps

public java.util.List<FlowStep> loadByFlowIdAndMeProps(java.lang.String flowId,
                                                       java.lang.String interfaceName,
                                                       java.lang.String serviceName)
Specified by:
loadByFlowIdAndMeProps in interface FlowStepDAO

loadRunningByFlowId

public java.util.List<FlowStep> loadRunningByFlowId(java.lang.String id)
Specified by:
loadRunningByFlowId in interface FlowStepDAO

getAllOrderByServiceName

public java.util.List<FlowStep> getAllOrderByServiceName()
Specified by:
getAllOrderByServiceName in interface FlowStepDAO


Copyright © 2010 eBMWebsourcing. All Rights Reserved.