public interface RuleDelegationDAO
Modifier and Type | Method and Description |
---|---|
void |
delete(String ruleDelegationId) |
List<RuleDelegationBo> |
findAllCurrentRuleDelegations() |
List<RuleDelegationBo> |
findByDelegateRuleId(String ruleId) |
List<RuleDelegationBo> |
findByResponsibilityIdWithCurrentRule(String responsibiliytId) |
RuleDelegationBo |
findByRuleDelegationId(String ruleDelegationId) |
void |
save(RuleDelegationBo ruleDelegation) |
List<RuleDelegationBo> |
search(String parentRuleBaseVaueId,
String parentResponsibilityId,
String docTypeName,
String ruleTemplateId,
String ruleDescription,
Collection<String> workgroupIds,
String workflowId,
String delegationType,
Boolean activeInd,
Map extensionValues,
Collection actionRequestCodes) |
List<RuleDelegationBo> |
search(String parentRuleBaseVaueId,
String parentResponsibilityId,
String docTypeName,
String ruleId,
String ruleTemplateId,
String ruleDescription,
String workgroupId,
String workflowId,
String delegationType,
Boolean activeInd,
Map extensionValues,
String workflowIdDirective) |
List<RuleDelegationBo> findByDelegateRuleId(String ruleId)
void save(RuleDelegationBo ruleDelegation)
List<RuleDelegationBo> findAllCurrentRuleDelegations()
RuleDelegationBo findByRuleDelegationId(String ruleDelegationId)
List<RuleDelegationBo> findByResponsibilityIdWithCurrentRule(String responsibiliytId)
List<RuleDelegationBo> search(String parentRuleBaseVaueId, String parentResponsibilityId, String docTypeName, String ruleId, String ruleTemplateId, String ruleDescription, String workgroupId, String workflowId, String delegationType, Boolean activeInd, Map extensionValues, String workflowIdDirective)
List<RuleDelegationBo> search(String parentRuleBaseVaueId, String parentResponsibilityId, String docTypeName, String ruleTemplateId, String ruleDescription, Collection<String> workgroupIds, String workflowId, String delegationType, Boolean activeInd, Map extensionValues, Collection actionRequestCodes)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.