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