public class KrmsRulesExecutionServiceImpl extends Object implements KrmsRulesExecutionService
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
LOG |
| Constructor and Description |
|---|
KrmsRulesExecutionServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
KcKrmsCacheManager |
getKcKrmsCacheManager()
Gets the kcKrmsCacheManager attribute.
|
List<String> |
processUnitValidations(String unitNumber,
KrmsRulesContext rulesContext) |
Map<String,Boolean> |
runApplicableRules(List<String> ruleIds,
KrmsRulesContext rulesContext,
String agendaTypeId) |
void |
setKcKrmsCacheManager(KcKrmsCacheManager kcKrmsCacheManager)
Sets the kcKrmsCacheManager attribute value.
|
public List<String> processUnitValidations(String unitNumber, KrmsRulesContext rulesContext)
processUnitValidations in interface KrmsRulesExecutionServicepublic Map<String,Boolean> runApplicableRules(List<String> ruleIds, KrmsRulesContext rulesContext, String agendaTypeId)
runApplicableRules in interface KrmsRulesExecutionServicepublic KcKrmsCacheManager getKcKrmsCacheManager()
public void setKcKrmsCacheManager(KcKrmsCacheManager kcKrmsCacheManager)
kcKrmsCacheManager - The kcKrmsCacheManager to set.Copyright © 2013 The Kuali Foundation. All Rights Reserved.