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

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

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


Method Summary
 FlowRef loadByName(java.lang.String name)
           
 FlowRef loadByType(int type)
           
 
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

loadByType

FlowRef loadByType(int type)

loadByName

FlowRef loadByName(java.lang.String name)


Copyright © 2010 eBMWebsourcing. All Rights Reserved.