org.kuali.rice.kew.rule.dao.impl
Class RuleAttributeDAOOjbImpl
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.RuleAttributeDAOOjbImpl
org.kuali.rice.kew.rule.dao.impl.RuleAttributeDAOOjbImpl
- All Implemented Interfaces: 
- RuleAttributeDAO, org.springframework.beans.factory.InitializingBean
- public class RuleAttributeDAOOjbImpl 
- extends org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport- implements RuleAttributeDAO
 
| 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 | 
 
RuleAttributeDAOOjbImpl
public RuleAttributeDAOOjbImpl()
save
public void save(RuleAttribute ruleAttribute)
- 
- Specified by:
- savein interface- RuleAttributeDAO
 
- 
 
delete
public void delete(String ruleAttributeId)
- 
- Specified by:
- deletein interface- RuleAttributeDAO
 
- 
 
findByRuleAttributeId
public RuleAttribute findByRuleAttributeId(String ruleAttributeId)
- 
- Specified by:
- findByRuleAttributeIdin interface- RuleAttributeDAO
 
- 
 
findByRuleAttribute
public List<RuleAttribute> findByRuleAttribute(RuleAttribute ruleAttribute)
- 
- Specified by:
- findByRuleAttributein interface- RuleAttributeDAO
 
- 
 
getAllRuleAttributes
public List<RuleAttribute> getAllRuleAttributes()
- 
- Specified by:
- getAllRuleAttributesin interface- RuleAttributeDAO
 
- 
 
findByName
public RuleAttribute findByName(String name)
- 
- Specified by:
- findByNamein interface- RuleAttributeDAO
 
- 
 
findByClassName
public List<RuleAttribute> findByClassName(String classname)
- 
- Specified by:
- findByClassNamein interface- RuleAttributeDAO
 
- 
 
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.