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
Methods inherited from interface org.kuali.rice.core.framework.impex.xml.XmlLoader |
loadXml |
save
void save(RuleAttribute ruleAttribute)
delete
void delete(String ruleAttributeId)
findByRuleAttribute
List<RuleAttribute> findByRuleAttribute(RuleAttribute ruleAttribute)
findByRuleAttributeId
RuleAttribute findByRuleAttributeId(String ruleAttributeId)
findAll
List<RuleAttribute> findAll()
findByName
RuleAttribute findByName(String name)
findByClassName
RuleAttribute findByClassName(String className)
loadRuleAttributeService
Object loadRuleAttributeService(RuleAttribute ruleAttribute)
loadRuleAttributeService
Object loadRuleAttributeService(RuleAttribute ruleAttribute,
String defaultApplicationId)
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.