com.ebmwebsourcing.petalsview.persistence.dao.flow
Interface FlowStepDAO

All Superinterfaces:
com.ebmwebsourcing.webcommons.persistence.dao.GenericORMDAO<FlowStep,java.lang.String>
All Known Implementing Classes:
FlowStepDAOImpl

public interface FlowStepDAO
extends com.ebmwebsourcing.webcommons.persistence.dao.GenericORMDAO<FlowStep,java.lang.String>


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 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
 

Method Detail

loadByFlowId

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

loadByMeUUID

FlowStep loadByMeUUID(java.lang.String meUUID)

loadByFlowIdAndMeProps

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

loadRunningByFlowId

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

getAllOrderByServiceName

java.util.List<FlowStep> getAllOrderByServiceName()


Copyright © 2010 eBMWebsourcing. All Rights Reserved.