org.kuali.rice.kew.rule.dao.impl
Class RuleTemplateDAOOjbImpl
java.lang.Object
   org.springframework.dao.support.DaoSupport
org.springframework.dao.support.DaoSupport
       org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
           org.kuali.rice.kew.rule.dao.impl.RuleTemplateDAOOjbImpl
org.kuali.rice.kew.rule.dao.impl.RuleTemplateDAOOjbImpl
- All Implemented Interfaces: 
- RuleTemplateDAO, org.springframework.beans.factory.InitializingBean
- public class RuleTemplateDAOOjbImpl 
- extends org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport- implements RuleTemplateDAO
 
| 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 | 
 
RuleTemplateDAOOjbImpl
public RuleTemplateDAOOjbImpl()
findAll
public List<RuleTemplateBo> findAll()
- 
- Specified by:
- findAllin interface- RuleTemplateDAO
 
- 
 
findByRuleTemplateName
public RuleTemplateBo findByRuleTemplateName(String ruleTemplateName)
- 
- Specified by:
- findByRuleTemplateNamein interface- RuleTemplateDAO
 
- 
 
findByRuleTemplate
public List<RuleTemplateBo> findByRuleTemplate(RuleTemplateBo ruleTemplate)
- 
- Specified by:
- findByRuleTemplatein interface- RuleTemplateDAO
 
- 
 
delete
public void delete(String ruleTemplateId)
- 
- Specified by:
- deletein interface- RuleTemplateDAO
 
- 
 
findByRuleTemplateId
public RuleTemplateBo findByRuleTemplateId(String ruleTemplateId)
- 
- Specified by:
- findByRuleTemplateIdin interface- RuleTemplateDAO
 
- 
 
save
public void save(RuleTemplateBo ruleTemplate)
- 
- Specified by:
- savein interface- RuleTemplateDAO
 
- 
 
getNextRuleTemplateId
public String getNextRuleTemplateId()
- 
- Specified by:
- getNextRuleTemplateIdin interface- RuleTemplateDAO
 
- 
 
getPlatform
protected DatabasePlatform getPlatform()
- 
 
- 
 
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.