public interface RuleAttributeDAO
Modifier and Type | Method and Description |
---|---|
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) |
List<RuleAttribute> findByRuleAttribute(RuleAttribute ruleAttribute)
void save(RuleAttribute ruleAttribute)
RuleAttribute findByRuleAttributeId(String ruleAttributeId)
List<RuleAttribute> getAllRuleAttributes()
RuleAttribute findByName(String name)
List<RuleAttribute> findByClassName(String classname)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.