org.kuali.rice.kew.rule.dao.impl
Class RuleAttributeDAOOjbImpl

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


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
RuleAttributeDAOOjbImpl()
           
 
Method Summary
 void delete(java.lang.Long ruleAttributeId)
           
 RuleAttribute findByClassName(java.lang.String classname)
           
 RuleAttribute findByName(java.lang.String name)
           
 java.util.List findByRuleAttribute(RuleAttribute ruleAttribute)
           
 RuleAttribute findByRuleAttributeId(java.lang.Long ruleAttributeId)
           
 java.util.List getAllRuleAttributes()
           
 void save(RuleAttribute ruleAttribute)
           
 
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

RuleAttributeDAOOjbImpl

public RuleAttributeDAOOjbImpl()
Method Detail

save

public void save(RuleAttribute ruleAttribute)
Specified by:
save in interface RuleAttributeDAO

delete

public void delete(java.lang.Long ruleAttributeId)
Specified by:
delete in interface RuleAttributeDAO

findByRuleAttributeId

public RuleAttribute findByRuleAttributeId(java.lang.Long ruleAttributeId)
Specified by:
findByRuleAttributeId in interface RuleAttributeDAO

findByRuleAttribute

public java.util.List findByRuleAttribute(RuleAttribute ruleAttribute)
Specified by:
findByRuleAttribute in interface RuleAttributeDAO

getAllRuleAttributes

public java.util.List getAllRuleAttributes()
Specified by:
getAllRuleAttributes in interface RuleAttributeDAO

findByName

public RuleAttribute findByName(java.lang.String name)
Specified by:
findByName in interface RuleAttributeDAO

findByClassName

public RuleAttribute findByClassName(java.lang.String classname)
Specified by:
findByClassName in interface RuleAttributeDAO


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.