org.kuali.rice.kew.rule.service.impl
Class RuleAttributeServiceImpl

java.lang.Object
  extended by org.kuali.rice.kew.rule.service.impl.RuleAttributeServiceImpl
All Implemented Interfaces:
RuleAttributeService, XmlExporter, XmlLoader

public class RuleAttributeServiceImpl
extends Object
implements RuleAttributeService


Constructor Summary
RuleAttributeServiceImpl()
           
 
Method Summary
 void delete(Long ruleAttributeId)
           
 org.jdom.Element export(ExportDataSet dataSet)
           
 List findAll()
           
 RuleAttribute findByClassName(String className)
           
 RuleAttribute findByName(String name)
           
 List findByRuleAttribute(RuleAttribute ruleAttribute)
           
 RuleAttribute findByRuleAttributeId(Long ruleAttributeId)
           
 RuleAttributeDAO getRuleAttributeDAO()
           
 void loadXml(InputStream inputStream, String principalId)
           
 void save(RuleAttribute ruleAttribute)
           
 void setRuleAttributeDAO(RuleAttributeDAO ruleAttributeDAO)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleAttributeServiceImpl

public RuleAttributeServiceImpl()
Method Detail

save

public void save(RuleAttribute ruleAttribute)
Specified by:
save in interface RuleAttributeService

delete

public void delete(Long ruleAttributeId)
Specified by:
delete in interface RuleAttributeService

findByRuleAttribute

public List findByRuleAttribute(RuleAttribute ruleAttribute)
Specified by:
findByRuleAttribute in interface RuleAttributeService

findByRuleAttributeId

public RuleAttribute findByRuleAttributeId(Long ruleAttributeId)
Specified by:
findByRuleAttributeId in interface RuleAttributeService

findAll

public List findAll()
Specified by:
findAll in interface RuleAttributeService

findByName

public RuleAttribute findByName(String name)
Specified by:
findByName in interface RuleAttributeService

getRuleAttributeDAO

public RuleAttributeDAO getRuleAttributeDAO()

setRuleAttributeDAO

public void setRuleAttributeDAO(RuleAttributeDAO ruleAttributeDAO)

loadXml

public void loadXml(InputStream inputStream,
                    String principalId)
Specified by:
loadXml in interface XmlLoader

export

public org.jdom.Element export(ExportDataSet dataSet)
Specified by:
export in interface XmlExporter

findByClassName

public RuleAttribute findByClassName(String className)
Specified by:
findByClassName in interface RuleAttributeService


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.