Modifier and Type | Method and Description |
---|---|
protected RuleEditor |
RuleEditorController.getRuleEditor(UifFormBase form)
Retrieves selected rule editor from data object.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RuleEditorController.compareRulePropositions(MaintenanceDocumentForm form,
RuleEditor ruleEditor) |
Modifier and Type | Method and Description |
---|---|
RuleEditor |
RuleEditor.getParent() |
RuleEditor |
RuleManagementWrapper.getRuleEditor() |
Modifier and Type | Method and Description |
---|---|
List<RuleEditor> |
AgendaEditor.getDeletedRules() |
Map<String,RuleEditor> |
AgendaEditor.getRuleEditors() |
Modifier and Type | Method and Description |
---|---|
void |
RuleEditor.setParent(RuleEditor parent) |
void |
RuleManagementWrapper.setRuleEditor(RuleEditor ruleEditor) |
Modifier and Type | Method and Description |
---|---|
void |
AgendaEditor.setDeletedRules(List<RuleEditor> deletedRules) |
void |
AgendaEditor.setRuleEditors(Map<String,RuleEditor> ruleEditors) |
Modifier and Type | Method and Description |
---|---|
void |
RuleViewHelperService.buildActions(RuleEditor rule) |
Tree<CompareTreeNode,String> |
RuleViewHelperService.buildCompareTree(RuleEditor original,
RuleEditor compare) |
Tree<CompareTreeNode,String> |
RuleViewHelperService.buildMultiViewTree(RuleEditor coRuleEditor,
RuleEditor cluRuleEditor) |
Boolean |
RuleViewHelperService.compareRules(RuleEditor original) |
void |
RuleViewHelperService.refreshInitTrees(RuleEditor rule) |
void |
RuleViewHelperService.refreshViewTree(RuleEditor rule) |
Boolean |
RuleViewHelperService.validateRule(RuleEditor rule) |
Modifier and Type | Method and Description |
---|---|
protected RuleEditor |
RuleEditorMaintainableImpl.createDummyRuleEditor(String ruleTypeId) |
protected RuleEditor |
RuleViewHelperServiceImpl.getRuleEditor(Object model) |
Modifier and Type | Method and Description |
---|---|
protected List<RuleEditor> |
RuleEditorMaintainableImpl.getRuleEditorsFromTree(AgendaItemDefinition agendaItem,
boolean initProps) |
Map<String,RuleEditor> |
RuleEditorMaintainableImpl.getRulesForAgendas(AgendaEditor agenda) |
Modifier and Type | Method and Description |
---|---|
void |
RuleViewHelperServiceImpl.buildActions(RuleEditor ruleEditor) |
Tree<CompareTreeNode,String> |
RuleViewHelperServiceImpl.buildCompareTree(RuleEditor original,
RuleEditor compare) |
Tree<CompareTreeNode,String> |
RuleViewHelperServiceImpl.buildMultiViewTree(RuleEditor original,
RuleEditor compare) |
Boolean |
RuleViewHelperServiceImpl.compareRules(RuleEditor original)
Compare all the propositions in a rule tree with a parent rule tree.
|
RuleDefinition.Builder |
RuleEditorMaintainableImpl.finRule(RuleEditor rule,
String rulePrefix,
String namespace) |
void |
RuleViewHelperServiceImpl.refreshInitTrees(RuleEditor rule) |
void |
RuleViewHelperServiceImpl.refreshViewTree(RuleEditor rule)
Rebuild the tree used for the view only trees.
|
Boolean |
RuleViewHelperServiceImpl.validateRule(RuleEditor rule)
Validate the rule.
|
Modifier and Type | Method and Description |
---|---|
Tree<TreeNode,String> |
RuleViewTreeBuilder.buildTree(RuleEditor rule) |
Tree<TreeNode,String> |
RulePreviewTreeBuilder.buildTree(RuleEditor rule) |
Tree |
RuleEditTreeBuilder.buildTree(RuleEditor rule) |
Tree<CompareTreeNode,String> |
RuleCompareTreeBuilder.buildTree(RuleEditor firstElement,
RuleEditor secondElement) |
protected boolean |
RuleCompareTreeBuilder.colonRequired(RuleEditor element) |
protected PropositionEditor |
RuleCompareTreeBuilder.getRootProposition(RuleEditor rule) |
Modifier and Type | Method and Description |
---|---|
static RuleEditor |
AgendaUtilities.getSelectedRuleEditor(MaintenanceDocumentForm document) |
static RuleEditor |
AgendaUtilities.getSelectedRuleEditor(RuleManagementWrapper wrapper,
String ruleKey) |
static RuleEditor |
AgendaUtilities.retrieveSelectedRuleEditor(MaintenanceDocumentForm document) |
Modifier and Type | Method and Description |
---|---|
protected Component |
AgendaBuilder.buildRule(RuleEditor rule,
String bindingPrefix,
AgendaSection agendaSection)
This method dynamically builds a disclosure section for each rule that already exists.
|
static PropositionEditor |
PropositionTreeUtil.getProposition(RuleEditor ruleEditor) |
PropositionEditor |
RuleLogicExpressionParser.parseExpressionIntoRule(RuleEditor ruleEditor,
RuleViewHelperService viewHelper)
Method to rebuild the tree based on the set token list that was built from given expression.
|
static void |
PropositionTreeUtil.removeCompoundProp(RuleEditor rule)
This method walks through the proposition tree including the root node on the tree
and remove all parent compound propositions that only have one child.
|
PropositionEditor |
RuleLogicExpressionParser.ruleFromStack(Stack<ExpressionToken> tokenStack,
Map<String,PropositionEditor> simplePropositions,
Queue<PropositionEditor> compoundPropositions,
RuleEditor rule,
RuleViewHelperService viewHelper)
Build the proposition tree from the token stack in reverse order.
|
Modifier and Type | Method and Description |
---|---|
protected void |
FERuleEditorController.compareRulePropositions(MaintenanceDocumentForm form,
RuleEditor ruleEditor) |
protected void |
CORuleEditorController.compareRulePropositions(MaintenanceDocumentForm form,
RuleEditor ruleEditor) |
protected void |
AORuleEditorController.compareRulePropositions(MaintenanceDocumentForm form,
RuleEditor ruleEditor) |
Modifier and Type | Class and Description |
---|---|
class |
AORuleEditor |
class |
FERuleEditor |
Modifier and Type | Method and Description |
---|---|
RuleEditor |
AORuleEditor.getCluEditor() |
Modifier and Type | Method and Description |
---|---|
List<RuleEditor> |
FEAgendaEditor.getRules() |
Modifier and Type | Method and Description |
---|---|
void |
AORuleEditor.setCluEditor(RuleEditor cluEditor) |
Modifier and Type | Method and Description |
---|---|
void |
FEAgendaEditor.setRules(List<RuleEditor> rules) |
Modifier and Type | Method and Description |
---|---|
protected RuleEditor |
AORuleEditorMaintainableImpl.createDummyRuleEditor(String ruleTypeId) |
Modifier and Type | Method and Description |
---|---|
protected List<RuleEditor> |
FERuleEditorMaintainableImpl.getRuleEditorsFromTree(AgendaItemDefinition agendaItem,
boolean initProps)
Retrieves all the rules from the agenda tree and create a list of ruleeditor objects.
|
protected List<RuleEditor> |
CORuleEditorMaintainableImpl.getRuleEditorsFromTree(AgendaItemDefinition agendaItem,
boolean initProps)
Retrieves all the rules from the agenda tree and create a list of ruleeditor objects.
|
protected List<RuleEditor> |
AORuleEditorMaintainableImpl.getRuleEditorsFromTree(AgendaItemDefinition agendaItem,
boolean initProps)
Retrieves all the rules from the agenda tree and create a list of ruleeditor objects.
|
Map<String,RuleEditor> |
FERuleEditorMaintainableImpl.getRulesForAgendas(AgendaEditor agenda) |
Modifier and Type | Method and Description |
---|---|
void |
FERuleViewHelperServiceImpl.buildActions(RuleEditor ruleEditor) |
Tree<CompareTreeNode,String> |
CORuleViewHelperServiceImpl.buildCompareTree(RuleEditor original,
RuleEditor compare)
Builds compare tree for the compare CO and CLU lightbox links.
|
Tree<CompareTreeNode,String> |
AORuleViewHelperServiceImpl.buildCompareTree(RuleEditor cluRuleEditor,
RuleEditor aoRuleEditor)
Builds compare tree for the compare AO and CLU lightbox links.
|
Tree<CompareTreeNode,String> |
AORuleViewHelperServiceImpl.buildMultiViewTree(RuleEditor cluRuleEditor,
RuleEditor coRuleEditor)
Builds view tree for view CO and CLU lightbox links.
|
void |
FERuleEditorMaintainableImpl.finActions(RuleEditor rule)
Method that populates rule actions from rule parameters
|
RuleDefinition.Builder |
FERuleEditorMaintainableImpl.finRule(RuleEditor rule,
String rulePrefix,
String namespace) |
void |
FERuleViewHelperServiceImpl.refreshInitTrees(RuleEditor rule) |
void |
FERuleViewHelperServiceImpl.refreshViewTree(RuleEditor rule) |
Boolean |
FERuleViewHelperServiceImpl.validateRule(RuleEditor ruleEditor) |
Modifier and Type | Method and Description |
---|---|
Tree<CompareTreeNode,String> |
CORuleCompareTreeBuilder.buildTree(RuleEditor firstElement,
RuleEditor secondElement) |
Tree<CompareTreeNode,String> |
AORuleViewCoCluTreeBuilder.buildTree(RuleEditor firstElement,
RuleEditor secondElement) |
Tree<CompareTreeNode,String> |
AORuleCompareTreeBuilder.buildTree(RuleEditor firstElement,
RuleEditor secondElement,
RuleEditor thirdElement) |
protected boolean |
AORuleCompareTreeBuilder.colonRequired(RuleEditor element) |
Modifier and Type | Method and Description |
---|---|
protected Component |
CourseOfferingAgendaBuilder.buildRule(RuleEditor rule,
String bindingPrefix,
AgendaSection agendaSection)
This method dynamically builds a disclosure section for each rule that already exists.
|
protected Component |
ActivityOfferingAgendaBuilder.buildRule(RuleEditor rule,
String bindingPrefix,
AgendaSection agendaSection)
This method dynamically builds a disclosure section for each rule that already exists.
|
Modifier and Type | Class and Description |
---|---|
class |
LURuleEditor |
Modifier and Type | Method and Description |
---|---|
protected void |
LURuleViewHelperServiceImpl.checkNaturalLanguageForTree(RuleEditor ruleEditor) |
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.