org.kuali.rice.kew.rule.dao
Interface RuleDelegationDAO
- All Known Implementing Classes: 
- RuleDelegationDAOJpaImpl, RuleDelegationDAOOjbImpl
- public interface RuleDelegationDAO 
| Method Summary | 
|  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)
 | 
 
findByDelegateRuleId
List<RuleDelegationBo> findByDelegateRuleId(String ruleId)
- 
 
save
void save(RuleDelegationBo ruleDelegation)
- 
 
findAllCurrentRuleDelegations
List<RuleDelegationBo> findAllCurrentRuleDelegations()
- 
 
delete
void delete(String ruleDelegationId)
- 
 
findByRuleDelegationId
RuleDelegationBo findByRuleDelegationId(String ruleDelegationId)
- 
 
findByResponsibilityIdWithCurrentRule
List<RuleDelegationBo> findByResponsibilityIdWithCurrentRule(String responsibiliytId)
- 
 
search
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)
- 
 
search
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-2012 The Kuali Foundation. All Rights Reserved.