org.kuali.rice.kew.rule.service
Interface RuleAttributeService
- All Superinterfaces:
- XmlExporter, XmlLoader
- All Known Implementing Classes:
- RuleAttributeServiceImpl
public interface RuleAttributeService
- extends XmlLoader, XmlExporter
A service which provides data access for RuleAttribute
s.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
RuleAttribute
save
void save(RuleAttribute ruleAttribute)
delete
void delete(Long ruleAttributeId)
findByRuleAttribute
List findByRuleAttribute(RuleAttribute ruleAttribute)
findByRuleAttributeId
RuleAttribute findByRuleAttributeId(Long ruleAttributeId)
findAll
List findAll()
findByName
RuleAttribute findByName(String name)
findByClassName
RuleAttribute findByClassName(String className)
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.