com.ebmwebsourcing.petalsview.persistence.dao.flowref
Interface FlowStepErrorRefDAO

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

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


Method Summary
 FlowStepErrorRef loadByErrorCode(int errorCode)
           
 java.util.List<FlowStepErrorRef> loadByStepRefId(java.lang.String stepRefId)
           
 
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

loadByStepRefId

java.util.List<FlowStepErrorRef> loadByStepRefId(java.lang.String stepRefId)

loadByErrorCode

FlowStepErrorRef loadByErrorCode(int errorCode)


Copyright © 2010 eBMWebsourcing. All Rights Reserved.