|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.dao.support.DaoSupport org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport org.kuali.rice.kew.help.dao.impl.HelpDAOOjbImpl
public class HelpDAOOjbImpl
Field Summary |
---|
Fields inherited from class org.springframework.dao.support.DaoSupport |
---|
logger |
Constructor Summary | |
---|---|
HelpDAOOjbImpl()
|
Method Summary | |
---|---|
void |
deleteEntry(HelpEntry helpEntry)
|
HelpEntry |
findById(String helpId)
|
HelpEntry |
findByKey(String helpKey)
|
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 |
---|
public HelpDAOOjbImpl()
Method Detail |
---|
public void save(HelpEntry helpEntry)
save
in interface HelpDAO
public void deleteEntry(HelpEntry helpEntry)
deleteEntry
in interface HelpDAO
public HelpEntry findById(String helpId)
findById
in interface HelpDAO
public List search(HelpEntry helpEntry)
search
in interface HelpDAO
public HelpEntry findByKey(String helpKey)
findByKey
in interface HelpDAO
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |