org.kuali.rice.kew.help.dao.impl
Class HelpDaoJpaImpl
java.lang.Object
org.kuali.rice.kew.help.dao.impl.HelpDaoJpaImpl
- All Implemented Interfaces:
- HelpDAO
public class HelpDaoJpaImpl
- extends Object
- implements HelpDAO
Field Summary |
private javax.persistence.EntityManager |
entityManager
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
entityManager
private javax.persistence.EntityManager entityManager
HelpDaoJpaImpl
public HelpDaoJpaImpl()
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
isStringEmpty
private boolean isStringEmpty(String string)
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.