org.kuali.rice.kew.rule.dao.impl
Class RuleTemplateDAOOjbImpl
java.lang.Object
org.springframework.dao.support.DaoSupport
org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
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:
findAll
in interface RuleTemplateDAO
findByRuleTemplateName
public RuleTemplateBo findByRuleTemplateName(String ruleTemplateName)
- Specified by:
findByRuleTemplateName
in interface RuleTemplateDAO
findByRuleTemplate
public List<RuleTemplateBo> findByRuleTemplate(RuleTemplateBo ruleTemplate)
- Specified by:
findByRuleTemplate
in interface RuleTemplateDAO
delete
public void delete(String ruleTemplateId)
- Specified by:
delete
in interface RuleTemplateDAO
findByRuleTemplateId
public RuleTemplateBo findByRuleTemplateId(String ruleTemplateId)
- Specified by:
findByRuleTemplateId
in interface RuleTemplateDAO
save
public void save(RuleTemplateBo ruleTemplate)
- Specified by:
save
in interface RuleTemplateDAO
getNextRuleTemplateId
public String getNextRuleTemplateId()
- Specified by:
getNextRuleTemplateId
in interface RuleTemplateDAO
getPlatform
protected DatabasePlatform getPlatform()
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.