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

All Known Implementing Classes:
RuleAttributeDAOJpaImpl, RuleAttributeDAOOjbImpl

public interface RuleAttributeDAO


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

Method Detail

findByRuleAttribute

List<RuleAttribute> findByRuleAttribute(RuleAttribute ruleAttribute)

save

void save(RuleAttribute ruleAttribute)

delete

void delete(String ruleAttributeId)

findByRuleAttributeId

RuleAttribute findByRuleAttributeId(String ruleAttributeId)

getAllRuleAttributes

List<RuleAttribute> getAllRuleAttributes()

findByName

RuleAttribute findByName(String name)

findByClassName

List<RuleAttribute> findByClassName(String classname)


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.