|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RuleDelegationBo in org.kuali.rice.kew.document |
---|
Methods in org.kuali.rice.kew.document that return RuleDelegationBo | |
---|---|
protected RuleDelegationBo |
RoutingRuleDelegationMaintainableBusRule.getBusObject(MaintenanceDocument document)
|
protected RuleDelegationBo |
RoutingRuleDelegationMaintainable.getNewRuleDelegation(MaintenanceDocument document)
|
protected RuleDelegationBo |
RoutingRuleDelegationMaintainableBusRule.getOldBusObject(MaintenanceDocument document)
|
protected RuleDelegationBo |
RoutingRuleDelegationMaintainable.getOldRuleDelegation(MaintenanceDocument document)
|
protected RuleDelegationBo |
RoutingRuleDelegationMaintainable.getThisRuleDelegation()
|
Uses of RuleDelegationBo in org.kuali.rice.kew.export |
---|
Methods in org.kuali.rice.kew.export that return types with arguments of type RuleDelegationBo | |
---|---|
List<RuleDelegationBo> |
KewExportDataSet.getRuleDelegations()
|
Uses of RuleDelegationBo in org.kuali.rice.kew.rule |
---|
Methods in org.kuali.rice.kew.rule that return RuleDelegationBo | |
---|---|
RuleDelegationBo |
RuleResponsibilityBo.getDelegationRule(int index)
|
Methods in org.kuali.rice.kew.rule that return types with arguments of type RuleDelegationBo | |
---|---|
List<RuleDelegationBo> |
RuleResponsibilityBo.getDelegationRules()
|
Methods in org.kuali.rice.kew.rule with parameters of type RuleDelegationBo | |
---|---|
static RuleDelegation |
RuleDelegationBo.to(RuleDelegationBo bo)
|
Uses of RuleDelegationBo in org.kuali.rice.kew.rule.dao |
---|
Methods in org.kuali.rice.kew.rule.dao that return RuleDelegationBo | |
---|---|
RuleDelegationBo |
RuleDelegationDAO.findByRuleDelegationId(String ruleDelegationId)
|
Methods in org.kuali.rice.kew.rule.dao that return types with arguments of type RuleDelegationBo | |
---|---|
List<RuleDelegationBo> |
RuleDelegationDAO.findAllCurrentRuleDelegations()
|
List<RuleDelegationBo> |
RuleDelegationDAO.findByDelegateRuleId(String ruleId)
|
List<RuleDelegationBo> |
RuleDelegationDAO.findByResponsibilityIdWithCurrentRule(String responsibiliytId)
|
List<RuleDelegationBo> |
RuleDelegationDAO.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> |
RuleDelegationDAO.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)
|
Methods in org.kuali.rice.kew.rule.dao with parameters of type RuleDelegationBo | |
---|---|
void |
RuleDelegationDAO.save(RuleDelegationBo ruleDelegation)
|
Uses of RuleDelegationBo in org.kuali.rice.kew.rule.dao.impl |
---|
Methods in org.kuali.rice.kew.rule.dao.impl that return RuleDelegationBo | |
---|---|
RuleDelegationBo |
RuleDelegationDAOOjbImpl.findByRuleDelegationId(String ruleDelegationId)
|
RuleDelegationBo |
RuleDelegationDAOJpaImpl.findByRuleDelegationId(String ruleDelegationId)
|
Methods in org.kuali.rice.kew.rule.dao.impl that return types with arguments of type RuleDelegationBo | |
---|---|
List<RuleDelegationBo> |
RuleDelegationDAOOjbImpl.findAllCurrentRuleDelegations()
|
List<RuleDelegationBo> |
RuleDelegationDAOJpaImpl.findAllCurrentRuleDelegations()
|
List<RuleDelegationBo> |
RuleDelegationDAOOjbImpl.findByDelegateRuleId(String ruleId)
|
List<RuleDelegationBo> |
RuleDelegationDAOJpaImpl.findByDelegateRuleId(String ruleId)
|
List<RuleDelegationBo> |
RuleDelegationDAOOjbImpl.findByResponsibilityIdWithCurrentRule(String responsibilityId)
|
List<RuleDelegationBo> |
RuleDelegationDAOJpaImpl.findByResponsibilityIdWithCurrentRule(String responsibilityId)
|
List<RuleDelegationBo> |
RuleDelegationDAOOjbImpl.search(String parentRuleBaseVaueId,
String parentResponsibilityId,
String docTypeName,
String ruleTemplateId,
String ruleDescription,
Collection<String> workgroupIds,
String workflowId,
String delegationType,
Boolean activeInd,
Map extensionValues,
Collection actionRequestCodes)
This overridden method ... |
List<RuleDelegationBo> |
RuleDelegationDAOJpaImpl.search(String parentRuleBaseVaueId,
String parentResponsibilityId,
String docTypeName,
String ruleTemplateId,
String ruleDescription,
Collection<String> workgroupIds,
String workflowId,
String delegationType,
Boolean activeInd,
Map extensionValues,
Collection actionRequestCodes)
This overridden method ... |
List<RuleDelegationBo> |
RuleDelegationDAOOjbImpl.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)
This overridden method ... |
List<RuleDelegationBo> |
RuleDelegationDAOJpaImpl.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)
This overridden method ... |
Methods in org.kuali.rice.kew.rule.dao.impl with parameters of type RuleDelegationBo | |
---|---|
void |
RuleDelegationDAOOjbImpl.save(RuleDelegationBo ruleDelegation)
|
void |
RuleDelegationDAOJpaImpl.save(RuleDelegationBo ruleDelegation)
|
Uses of RuleDelegationBo in org.kuali.rice.kew.rule.service |
---|
Methods in org.kuali.rice.kew.rule.service that return RuleDelegationBo | |
---|---|
RuleDelegationBo |
RuleDelegationService.findByRuleDelegationId(String ruleDelegationId)
|
RuleDelegationBo |
RuleServiceInternal.saveRuleDelegation(RuleDelegationBo ruleDelegation,
boolean isRetroactiveUpdatePermitted)
|
Methods in org.kuali.rice.kew.rule.service that return types with arguments of type RuleDelegationBo | |
---|---|
List<RuleDelegationBo> |
RuleDelegationService.findAllCurrentRuleDelegations()
|
List<RuleDelegationBo> |
RuleDelegationService.findByDelegateRuleId(String ruleId)
|
List<RuleDelegationBo> |
RuleDelegationService.findByResponsibilityId(String responsibilityId)
Returns a List of all RuleDelegations with "current" Rules for the given responsibility id. |
List<RuleDelegationBo> |
RuleServiceInternal.saveRuleDelegations(List<RuleDelegationBo> ruleDelegationsToSave,
boolean isRetroactiveUpdatePermitted)
|
List<RuleDelegationBo> |
RuleDelegationService.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> |
RuleDelegationService.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)
|
Methods in org.kuali.rice.kew.rule.service with parameters of type RuleDelegationBo | |
---|---|
void |
RuleServiceInternal.makeCurrent(RuleDelegationBo ruleDelegation,
boolean isRetroactiveUpdatePermitted)
|
void |
RuleDelegationService.save(RuleDelegationBo ruleDelegation)
|
void |
RuleTemplateService.saveRuleDefaults(RuleDelegationBo ruleDelegation,
RuleBaseValues ruleBaseValues)
|
RuleDelegationBo |
RuleServiceInternal.saveRuleDelegation(RuleDelegationBo ruleDelegation,
boolean isRetroactiveUpdatePermitted)
|
void |
RuleServiceInternal.validate2(RuleBaseValues ruleBaseValues,
RuleDelegationBo ruleDelegation,
List errors)
|
Method parameters in org.kuali.rice.kew.rule.service with type arguments of type RuleDelegationBo | |
---|---|
List<RuleDelegationBo> |
RuleServiceInternal.saveRuleDelegations(List<RuleDelegationBo> ruleDelegationsToSave,
boolean isRetroactiveUpdatePermitted)
|
Uses of RuleDelegationBo in org.kuali.rice.kew.rule.service.impl |
---|
Methods in org.kuali.rice.kew.rule.service.impl that return RuleDelegationBo | |
---|---|
RuleDelegationBo |
RuleDelegationServiceImpl.findByRuleDelegationId(String ruleDelegationId)
|
protected RuleDelegationBo |
RuleServiceInternalImpl.getRuleDelegationForDelegateRule(RuleBaseValues rule)
|
RuleDelegationBo |
RuleServiceInternalImpl.saveRuleDelegation(RuleDelegationBo ruleDelegation,
boolean isRetroactiveUpdatePermitted)
|
Methods in org.kuali.rice.kew.rule.service.impl that return types with arguments of type RuleDelegationBo | |
---|---|
List<RuleDelegationBo> |
RuleDelegationServiceImpl.findAllCurrentRuleDelegations()
|
List<RuleDelegationBo> |
RuleDelegationServiceImpl.findByDelegateRuleId(String ruleId)
|
List<RuleDelegationBo> |
RuleDelegationServiceImpl.findByResponsibilityId(String responsibilityId)
|
List<RuleDelegationBo> |
RuleServiceInternalImpl.saveRuleDelegations(List<RuleDelegationBo> ruleDelegationsToSave,
boolean isRetroactiveUpdatePermitted)
|
List<RuleDelegationBo> |
RuleDelegationServiceImpl.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> |
RuleDelegationServiceImpl.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)
|
Methods in org.kuali.rice.kew.rule.service.impl with parameters of type RuleDelegationBo | |
---|---|
protected void |
RuleServiceInternalImpl.hookUpDelegateRuleToParentRule(RuleBaseValues newParentRule,
RuleBaseValues newDelegationRule,
RuleDelegationBo existingRuleDelegation)
|
void |
RuleServiceInternalImpl.makeCurrent(RuleDelegationBo ruleDelegation,
boolean isRetroactiveUpdatePermitted)
|
protected void |
RuleServiceInternalImpl.makeCurrent(RuleDelegationBo ruleDelegation,
RuleBaseValues rule,
boolean isRetroactiveUpdatePermitted)
|
void |
RuleDelegationServiceImpl.save(RuleDelegationBo ruleDelegation)
|
void |
RuleServiceInternalImpl.save2(RuleBaseValues ruleBaseValues,
RuleDelegationBo ruleDelegation,
boolean saveDelegations)
|
void |
RuleTemplateServiceImpl.saveRuleDefaults(RuleDelegationBo ruleDelegation,
RuleBaseValues ruleBaseValues)
Saves the given RuleDelegation and RuleBaseValues as the defaults for this RuleTemplate |
RuleDelegationBo |
RuleServiceInternalImpl.saveRuleDelegation(RuleDelegationBo ruleDelegation,
boolean isRetroactiveUpdatePermitted)
|
void |
RuleServiceInternalImpl.validate2(RuleBaseValues ruleBaseValues,
RuleDelegationBo ruleDelegation,
List errors)
|
Method parameters in org.kuali.rice.kew.rule.service.impl with type arguments of type RuleDelegationBo | |
---|---|
List<RuleDelegationBo> |
RuleServiceInternalImpl.saveRuleDelegations(List<RuleDelegationBo> ruleDelegationsToSave,
boolean isRetroactiveUpdatePermitted)
|
Uses of RuleDelegationBo in org.kuali.rice.kew.rule.web |
---|
Methods in org.kuali.rice.kew.rule.web that return RuleDelegationBo | |
---|---|
RuleDelegationBo |
WebRuleResponsibility.addNewDelegation()
|
RuleDelegationBo |
WebRuleResponsibility.getDelegationRule(int index)
|
RuleDelegationBo |
WebRuleBaseValues.getRuleDelegation()
|
Methods in org.kuali.rice.kew.rule.web with parameters of type RuleDelegationBo | |
---|---|
static void |
WebRuleUtils.clearKeysForSave(RuleDelegationBo ruleDelegation)
|
static void |
WebRuleUtils.processRuleForDelegationSave(RuleDelegationBo ruleDelegation)
|
static void |
WebRuleUtils.validateRuleAndResponsibility(RuleDelegationBo oldRuleDelegation,
RuleDelegationBo newRuleDelegation,
Map<String,String[]> parameters)
|
Uses of RuleDelegationBo in org.kuali.rice.kew.xml |
---|
Methods in org.kuali.rice.kew.xml that return types with arguments of type RuleDelegationBo | |
---|---|
List<RuleDelegationBo> |
RuleXmlParser.parseRuleDelegations(org.jdom.Element element)
Parses and saves rule delegations |
List<RuleDelegationBo> |
RuleXmlParser.parseRuleDelegations(InputStream input)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |