org.kuali.rice.kew.rule.dao
Interface RuleAttributeDAO
- All Known Implementing Classes:
- RuleAttributeDAOJpaImpl, RuleAttributeDAOOjbImpl
public interface RuleAttributeDAO
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.