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

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
          extended by 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


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
HelpDAOOjbImpl()
           
 
Method Summary
 void deleteEntry(HelpEntry helpEntry)
           
 HelpEntry findById(Long helpId)
           
 HelpEntry findByKey(String helpKey)
           
private  boolean isStringEmpty(String string)
           
 void save(HelpEntry helpEntry)
           
 List search(HelpEntry helpEntry)
           
 
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
 

Constructor Detail

HelpDAOOjbImpl

public HelpDAOOjbImpl()
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

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.