public class RuleAttributeDAOJpa extends Object implements RuleAttributeDAO
| Constructor and Description |
|---|
RuleAttributeDAOJpa() |
| 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() |
DataObjectService |
getDataObjectService() |
javax.persistence.EntityManager |
getEntityManager() |
void |
save(RuleAttribute ruleAttribute) |
void |
setDataObjectService(DataObjectService dataObjectService) |
void |
setEntityManager(javax.persistence.EntityManager entityManager) |
public RuleAttributeDAOJpa()
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 RuleAttributeDAOpublic DataObjectService getDataObjectService()
public void setDataObjectService(DataObjectService dataObjectService)
public javax.persistence.EntityManager getEntityManager()
public void setEntityManager(javax.persistence.EntityManager entityManager)
entityManager - the entityManager to setCopyright © 2005–2014 The Kuali Foundation. All rights reserved.