org.kuali.rice.kew.help.dao.impl
Class HelpDaoJpaImpl

java.lang.Object
  extended by org.kuali.rice.kew.help.dao.impl.HelpDaoJpaImpl
All Implemented Interfaces:
HelpDAO

public class HelpDaoJpaImpl
extends Object
implements HelpDAO


Constructor Summary
HelpDaoJpaImpl()
           
 
Method Summary
 void deleteEntry(HelpEntry helpEntry)
           
 HelpEntry findById(Long helpId)
           
 HelpEntry findByKey(String helpKey)
           
 javax.persistence.EntityManager getEntityManager()
           
 void save(HelpEntry helpEntry)
           
 List search(HelpEntry helpEntry)
           
 void setEntityManager(javax.persistence.EntityManager entityManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelpDaoJpaImpl

public HelpDaoJpaImpl()
Method Detail

save

public void save(HelpEntry helpEntry)
Specified by:
save in interface HelpDAO

deleteEntry

public void deleteEntry(HelpEntry helpEntry)
Specified by:
deleteEntry in interface HelpDAO

findById

public HelpEntry findById(Long helpId)
Specified by:
findById in interface HelpDAO

search

public List search(HelpEntry helpEntry)
Specified by:
search in interface HelpDAO

findByKey

public HelpEntry findByKey(String helpKey)
Specified by:
findByKey in interface HelpDAO

getEntityManager

public javax.persistence.EntityManager getEntityManager()

setEntityManager

public void setEntityManager(javax.persistence.EntityManager entityManager)


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.