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 RuleAttributeDAOpublic void delete(String ruleAttributeId)
delete in interface RuleAttributeDAOpublic RuleAttribute findByRuleAttributeId(String ruleAttributeId)
findByRuleAttributeId in interface RuleAttributeDAOpublic List<RuleAttribute> findByRuleAttribute(RuleAttribute ruleAttribute)
findByRuleAttribute in interface RuleAttributeDAOpublic List<RuleAttribute> getAllRuleAttributes()
getAllRuleAttributes in interface RuleAttributeDAOpublic RuleAttribute findByName(String name)
findByName in interface RuleAttributeDAOpublic List<RuleAttribute> findByClassName(String classname)
findByClassName in interface RuleAttributeDAOCopyright © 2005–2016 The Kuali Foundation. All rights reserved.