public class RuleAttributeDAOOjbImpl extends org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport implements RuleAttributeDAO
Constructor and Description |
---|
RuleAttributeDAOOjbImpl() |
Modifier and Type | Method and Description |
---|---|
void |
delete(String ruleAttributeId) |
List<RuleAttribute> |
findByClassName(String classname) |
RuleAttribute |
findByName(String name) |
List<RuleAttribute> |
findByRuleAttribute(RuleAttribute ruleAttribute) |
RuleAttribute |
findByRuleAttributeId(String ruleAttributeId) |
List<RuleAttribute> |
getAllRuleAttributes() |
void |
save(RuleAttribute ruleAttribute) |
public RuleAttributeDAOOjbImpl()
public void save(RuleAttribute ruleAttribute)
save
in interface RuleAttributeDAO
public void delete(String ruleAttributeId)
delete
in interface RuleAttributeDAO
public RuleAttribute findByRuleAttributeId(String ruleAttributeId)
findByRuleAttributeId
in interface RuleAttributeDAO
public List<RuleAttribute> findByRuleAttribute(RuleAttribute ruleAttribute)
findByRuleAttribute
in interface RuleAttributeDAO
public List<RuleAttribute> getAllRuleAttributes()
getAllRuleAttributes
in interface RuleAttributeDAO
public RuleAttribute findByName(String name)
findByName
in interface RuleAttributeDAO
public List<RuleAttribute> findByClassName(String classname)
findByClassName
in interface RuleAttributeDAO
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.