org.kuali.rice.kew.rule.dao
Interface RuleAttributeDAO

All Known Implementing Classes:
RuleAttributeDAOJpaImpl, RuleAttributeDAOOjbImpl

public interface RuleAttributeDAO


Method Summary
 void delete(Long ruleAttributeId)
           
 RuleAttribute findByClassName(String classname)
           
 RuleAttribute findByName(String name)
           
 List findByRuleAttribute(RuleAttribute ruleAttribute)
           
 RuleAttribute findByRuleAttributeId(Long ruleAttributeId)
           
 List getAllRuleAttributes()
           
 void save(RuleAttribute ruleAttribute)
           
 

Method Detail

findByRuleAttribute

List findByRuleAttribute(RuleAttribute ruleAttribute)

save

void save(RuleAttribute ruleAttribute)

delete

void delete(Long ruleAttributeId)

findByRuleAttributeId

RuleAttribute findByRuleAttributeId(Long ruleAttributeId)

getAllRuleAttributes

List getAllRuleAttributes()

findByName

RuleAttribute findByName(String name)

findByClassName

RuleAttribute findByClassName(String classname)


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