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 RuleAttributes.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
RuleAttribute

Method Summary
 void delete(Long ruleAttributeId)
           
 List findAll()
           
 RuleAttribute findByClassName(String className)
           
 RuleAttribute findByName(String name)
           
 List findByRuleAttribute(RuleAttribute ruleAttribute)
           
 RuleAttribute findByRuleAttributeId(Long ruleAttributeId)
           
 void save(RuleAttribute ruleAttribute)
           
 
Methods inherited from interface org.kuali.rice.kew.xml.XmlLoader
loadXml
 
Methods inherited from interface org.kuali.rice.kew.xml.export.XmlExporter
export
 

Method Detail

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.