Package org.kuali.rice.kew.rule.dao.impl
Class RuleDelegationDAOJpa
java.lang.Object
org.kuali.rice.kew.rule.dao.impl.RuleDelegationDAOJpa
- All Implemented Interfaces:
RuleDelegationDAO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfindByDelegateRuleId(String ruleId) findByResponsibilityIdWithCurrentRule(String responsibilityId) findByRuleDelegationId(String ruleDelegationId) javax.persistence.EntityManagervoidsave(RuleDelegationBo ruleDelegation) 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(String parentRuleBaseVaueId, String parentResponsibilityId, String docTypeName, String ruleTemplateId, String ruleDescription, Collection<String> workgroupIds, String principalId, String delegationType, Boolean activeInd, Map extensionValues, Collection actionRequestCodes) voidsetDataObjectService(DataObjectService dataObjectService) voidsetEntityManager(javax.persistence.EntityManager entityManager)
-
Constructor Details
-
RuleDelegationDAOJpa
public RuleDelegationDAOJpa()
-
-
Method Details
-
findByDelegateRuleId
- Specified by:
findByDelegateRuleIdin interfaceRuleDelegationDAO
-
save
- Specified by:
savein interfaceRuleDelegationDAO
-
findAllCurrentRuleDelegations
- Specified by:
findAllCurrentRuleDelegationsin interfaceRuleDelegationDAO
-
findByRuleDelegationId
- Specified by:
findByRuleDelegationIdin interfaceRuleDelegationDAO
-
delete
- Specified by:
deletein interfaceRuleDelegationDAO
-
findByResponsibilityIdWithCurrentRule
- Specified by:
findByResponsibilityIdWithCurrentRulein interfaceRuleDelegationDAO
-
search
public 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) - Specified by:
searchin interfaceRuleDelegationDAO
-
search
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) - Specified by:
searchin interfaceRuleDelegationDAO
-
getDataObjectService
-
setDataObjectService
-
getEntityManager
public javax.persistence.EntityManager getEntityManager() -
setEntityManager
public void setEntityManager(javax.persistence.EntityManager entityManager)
-