org.kuali.rice.kew.rule.dao.impl
Class RuleResponsibilityDAOJpaImpl
java.lang.Object
org.kuali.rice.kew.rule.dao.impl.RuleResponsibilityDAOJpaImpl
- All Implemented Interfaces:
- RuleResponsibilityDAO
public class RuleResponsibilityDAOJpaImpl
- extends Object
- implements RuleResponsibilityDAO
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuleResponsibilityDAOJpaImpl
public RuleResponsibilityDAOJpaImpl()
delete
public void delete(String ruleResponsibilityId)
- Specified by:
delete
in interface RuleResponsibilityDAO
findByRuleResponsibilityId
public RuleResponsibilityBo findByRuleResponsibilityId(String ruleResponsibilityId)
- Specified by:
findByRuleResponsibilityId
in interface RuleResponsibilityDAO
getEntityManager
public javax.persistence.EntityManager getEntityManager()
setEntityManager
public void setEntityManager(javax.persistence.EntityManager entityManager)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.