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