org.kuali.rice.kew.rule.dao.impl
Class RuleAttributeDAOJpaImpl
java.lang.Object
org.kuali.rice.kew.rule.dao.impl.RuleAttributeDAOJpaImpl
- All Implemented Interfaces:
- RuleAttributeDAO
public class RuleAttributeDAOJpaImpl
- extends Object
- implements RuleAttributeDAO
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuleAttributeDAOJpaImpl
public RuleAttributeDAOJpaImpl()
getEntityManager
public javax.persistence.EntityManager getEntityManager()
- Returns:
- the entityManager
setEntityManager
public void setEntityManager(javax.persistence.EntityManager entityManager)
- Parameters:
entityManager
- the entityManager to set
save
public void save(RuleAttribute ruleAttribute)
- Specified by:
save
in interface RuleAttributeDAO
delete
public void delete(String ruleAttributeId)
- Specified by:
delete
in interface RuleAttributeDAO
findByRuleAttributeId
public RuleAttribute findByRuleAttributeId(String ruleAttributeId)
- Specified by:
findByRuleAttributeId
in interface RuleAttributeDAO
findByRuleAttribute
public List<RuleAttribute> findByRuleAttribute(RuleAttribute ruleAttribute)
- Specified by:
findByRuleAttribute
in interface RuleAttributeDAO
getAllRuleAttributes
public List<RuleAttribute> getAllRuleAttributes()
- Specified by:
getAllRuleAttributes
in interface RuleAttributeDAO
findByName
public RuleAttribute findByName(String name)
- Specified by:
findByName
in interface RuleAttributeDAO
findByClassName
public List<RuleAttribute> findByClassName(String classname)
- Specified by:
findByClassName
in interface RuleAttributeDAO
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.