| Modifier and Type | Method and Description |
|---|---|
RuleTemplateAttributeBo |
RuleExtensionBo.getRuleTemplateAttribute() |
| Modifier and Type | Method and Description |
|---|---|
RuleTemplateAttributeBo |
RuleTemplateBo.getRuleTemplateAttribute(int index) |
RuleTemplateAttributeBo |
RuleTemplateBo.getRuleTemplateAttribute(RuleTemplateAttributeBo ruleTemplateAttribute) |
| Modifier and Type | Method and Description |
|---|---|
List<RuleTemplateAttributeBo> |
RuleTemplateBo.getActiveRuleTemplateAttributes()
Returns a List of only the active RuleTemplateAttributes on the RuleTemplate
sorted according to display order (ascending).
|
List<RuleTemplateAttributeBo> |
RuleTemplateBo.getRuleTemplateAttributes() |
| Modifier and Type | Method and Description |
|---|---|
int |
RuleTemplateAttributeBo.compareTo(RuleTemplateAttributeBo ruleTemplateAttribute) |
boolean |
RuleTemplateBo.containsActiveRuleTemplateAttribute(RuleTemplateAttributeBo templateAttribute) |
boolean |
RuleTemplateBo.containsRuleTemplateAttribute(RuleTemplateAttributeBo templateAttribute) |
RuleTemplateAttributeBo |
RuleTemplateBo.getRuleTemplateAttribute(RuleTemplateAttributeBo ruleTemplateAttribute) |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleTemplateBo.setActiveRuleTemplateAttributes(List<RuleTemplateAttributeBo> ruleTemplateAttributes)
This is implemented to allow us to use this collection on the inquiry for RuleTemplate.
|
void |
RuleTemplateBo.setRuleTemplateAttributes(List<RuleTemplateAttributeBo> ruleTemplateAttributes) |
| Modifier and Type | Method and Description |
|---|---|
RuleTemplateAttributeBo |
RuleTemplateAttributeDAO.findByRuleTemplateAttributeId(String ruleTemplateAttributeId) |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleTemplateAttributeDAO.save(RuleTemplateAttributeBo ruleTemplateAttribute) |
| Modifier and Type | Method and Description |
|---|---|
RuleTemplateAttributeBo |
RuleTemplateService.findByRuleTemplateAttributeId(String ruleTemplateAttributeId) |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleTemplateService.save(RuleTemplateAttributeBo ruleTemplateAttribute) |
| Modifier and Type | Method and Description |
|---|---|
RuleTemplateAttributeBo |
RuleTemplateServiceImpl.findByRuleTemplateAttributeId(String ruleTemplateAttributeId) |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleTemplateServiceImpl.save(RuleTemplateAttributeBo ruleTemplateAttribute) |
| Modifier and Type | Method and Description |
|---|---|
static List<Row> |
WebRuleUtils.transformAndPopulateAttributeRows(List<Row> attributeRows,
RuleTemplateAttributeBo ruleTemplateAttribute,
RuleBaseValues rule,
Map<String,String> fieldNameMap,
boolean delegateRule)
Processes the Fields on the various attributes Rows to assign an appropriate field name to them so that the
field name rendered in the maintenance HTML will properly assign the value to RuleBaseValues.fieldValues.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.