org.kuali.rice.kew.rule.dao.impl
Class RuleTemplateAttributeDAOJpaImpl
java.lang.Object
   org.kuali.rice.kew.rule.dao.impl.RuleTemplateAttributeDAOJpaImpl
org.kuali.rice.kew.rule.dao.impl.RuleTemplateAttributeDAOJpaImpl
- All Implemented Interfaces: 
- RuleTemplateAttributeDAO
- public class RuleTemplateAttributeDAOJpaImpl 
- extends Object- implements RuleTemplateAttributeDAO
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
RuleTemplateAttributeDAOJpaImpl
public RuleTemplateAttributeDAOJpaImpl()
findByRuleTemplateAttributeId
public RuleTemplateAttributeBo findByRuleTemplateAttributeId(String ruleTemplateAttributeId)
- 
- Specified by:
- findByRuleTemplateAttributeIdin interface- RuleTemplateAttributeDAO
 
- 
 
save
public void save(RuleTemplateAttributeBo ruleTemplateAttribute)
- 
- Specified by:
- savein interface- RuleTemplateAttributeDAO
 
- 
 
getEntityManager
public javax.persistence.EntityManager getEntityManager()
- 
 
- 
 
setEntityManager
public void setEntityManager(javax.persistence.EntityManager entityManager)
- 
 
- 
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.