public interface RuleDelegationService extends XmlLoader, XmlExporter
RuleDelegationBo
s.RuleDelegationBo
Modifier and Type | Method and Description |
---|---|
void |
delete(String ruleDelegationId) |
List<RuleDelegationBo> |
findAllCurrentRuleDelegations() |
List<RuleDelegationBo> |
findByDelegateRuleId(String ruleId) |
List<RuleDelegationBo> |
findByResponsibilityId(String responsibilityId)
Returns a List of all RuleDelegations with "current" Rules for the given
responsibility id.
|
RuleDelegationBo |
findByRuleDelegationId(String ruleDelegationId) |
void |
save(RuleDelegationBo ruleDelegation) |
List<RuleDelegationBo> |
search(String parentRuleBaseVaueId,
String parentResponsibilityId,
String docTypeName,
String ruleId,
String ruleTemplateId,
String ruleDescription,
String groupId,
String principalId,
String delegationType,
Boolean activeInd,
Map extensionValues,
String workflowIdDirective) |
List<RuleDelegationBo> |
searchByTemplate(String parentRuleBaseVaueId,
String parentResponsibilityId,
String docTypeName,
String ruleTemplateName,
String ruleDescription,
String groupId,
String principalId,
Boolean workgroupMember,
String delegationType,
Boolean activeInd,
Map extensionValues,
Collection<String> actionRequestCodes) |
export, supportPrettyPrint
List<RuleDelegationBo> findByDelegateRuleId(String ruleId)
void save(RuleDelegationBo ruleDelegation)
List<RuleDelegationBo> findAllCurrentRuleDelegations()
RuleDelegationBo findByRuleDelegationId(String ruleDelegationId)
List<RuleDelegationBo> search(String parentRuleBaseVaueId, String parentResponsibilityId, String docTypeName, String ruleId, String ruleTemplateId, String ruleDescription, String groupId, String principalId, String delegationType, Boolean activeInd, Map extensionValues, String workflowIdDirective)
List<RuleDelegationBo> searchByTemplate(String parentRuleBaseVaueId, String parentResponsibilityId, String docTypeName, String ruleTemplateName, String ruleDescription, String groupId, String principalId, Boolean workgroupMember, String delegationType, Boolean activeInd, Map extensionValues, Collection<String> actionRequestCodes)
List<RuleDelegationBo> findByResponsibilityId(String responsibilityId)
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.