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