public class RuleDelegationDAOJpa extends Object implements RuleDelegationDAO
| Constructor and Description |
|---|
RuleDelegationDAOJpa() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(String ruleDelegationId) |
List<RuleDelegationBo> |
findAllCurrentRuleDelegations() |
List<RuleDelegationBo> |
findByDelegateRuleId(String ruleId) |
List<RuleDelegationBo> |
findByResponsibilityIdWithCurrentRule(String responsibilityId) |
RuleDelegationBo |
findByRuleDelegationId(String ruleDelegationId) |
DataObjectService |
getDataObjectService() |
javax.persistence.EntityManager |
getEntityManager() |
void |
save(RuleDelegationBo ruleDelegation) |
List<RuleDelegationBo> |
search(String parentRuleBaseVaueId,
String parentResponsibilityId,
String docTypeName,
String ruleTemplateId,
String ruleDescription,
Collection<String> workgroupIds,
String principalId,
String delegationType,
Boolean activeInd,
Map extensionValues,
Collection actionRequestCodes)
This overridden method ...
|
List<RuleDelegationBo> |
search(String parentRuleBaseVaueId,
String parentResponsibilityId,
String docTypeName,
String ruleId,
String ruleTemplateId,
String ruleDescription,
String workgroupId,
String principalId,
String delegationType,
Boolean activeInd,
Map extensionValues,
String workflowIdDirective)
This overridden method ...
|
void |
setDataObjectService(DataObjectService dataObjectService) |
void |
setEntityManager(javax.persistence.EntityManager entityManager) |
public RuleDelegationDAOJpa()
public List<RuleDelegationBo> findByDelegateRuleId(String ruleId)
findByDelegateRuleId in interface RuleDelegationDAOpublic void save(RuleDelegationBo ruleDelegation)
save in interface RuleDelegationDAOpublic List<RuleDelegationBo> findAllCurrentRuleDelegations()
findAllCurrentRuleDelegations in interface RuleDelegationDAOpublic RuleDelegationBo findByRuleDelegationId(String ruleDelegationId)
findByRuleDelegationId in interface RuleDelegationDAOpublic void delete(String ruleDelegationId)
delete in interface RuleDelegationDAOpublic List<RuleDelegationBo> findByResponsibilityIdWithCurrentRule(String responsibilityId)
findByResponsibilityIdWithCurrentRule in interface RuleDelegationDAOpublic List<RuleDelegationBo> search(String parentRuleBaseVaueId, String parentResponsibilityId, String docTypeName, String ruleId, String ruleTemplateId, String ruleDescription, String workgroupId, String principalId, String delegationType, Boolean activeInd, Map extensionValues, String workflowIdDirective)
search in interface RuleDelegationDAOorg.kuali.rice.kew.rule.dao.RuleDelegationDAO#search(String, Long, Long, String, String, String, String, Boolean, java.util.Map, String)public List<RuleDelegationBo> search(String parentRuleBaseVaueId, String parentResponsibilityId, String docTypeName, String ruleTemplateId, String ruleDescription, Collection<String> workgroupIds, String principalId, String delegationType, Boolean activeInd, Map extensionValues, Collection actionRequestCodes)
search in interface RuleDelegationDAOorg.kuali.rice.kew.rule.dao.RuleDelegationDAO#search(String, Long, String, java.util.Collection, String, String, Boolean, java.util.Map, java.util.Collection)public DataObjectService getDataObjectService()
public void setDataObjectService(DataObjectService dataObjectService)
public javax.persistence.EntityManager getEntityManager()
public void setEntityManager(javax.persistence.EntityManager entityManager)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.