org.kuali.rice.kew.help.dao.impl
Class HelpDAOOjbImpl
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
org.kuali.rice.kew.help.dao.impl.HelpDAOOjbImpl
- All Implemented Interfaces:
- HelpDAO, org.springframework.beans.factory.InitializingBean
public class HelpDAOOjbImpl
- extends org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
- implements HelpDAO
Fields inherited from class org.springframework.dao.support.DaoSupport |
logger |
Methods inherited from class org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport |
checkDaoConfig, convertOjbAccessException, createPersistenceBrokerTemplate, getJcdAlias, getPersistenceBroker, getPersistenceBrokerTemplate, releasePersistenceBroker, setJcdAlias, setPersistenceBrokerTemplate |
Methods inherited from class org.springframework.dao.support.DaoSupport |
afterPropertiesSet, initDao |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HelpDAOOjbImpl
public HelpDAOOjbImpl()
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
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.