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 RuleAttributeDAO
public void delete(String ruleAttributeId)
delete
in interface RuleAttributeDAO
public RuleAttribute findByRuleAttributeId(String ruleAttributeId)
findByRuleAttributeId
in interface RuleAttributeDAO
public List<RuleAttribute> findByRuleAttribute(RuleAttribute ruleAttribute)
findByRuleAttribute
in interface RuleAttributeDAO
public List<RuleAttribute> getAllRuleAttributes()
getAllRuleAttributes
in interface RuleAttributeDAO
public RuleAttribute findByName(String name)
findByName
in interface RuleAttributeDAO
public List<RuleAttribute> findByClassName(String classname)
findByClassName
in interface RuleAttributeDAO
public 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–2016 The Kuali Foundation. All rights reserved.