| Package | Description |
|---|---|
| org.kuali.rice.krms.impl.repository | |
| org.kuali.rice.krms.impl.ui |
| Modifier and Type | Method and Description |
|---|---|
AgendaItemBo |
AgendaItemBo.copyAgendaItem(AgendaBo copiedAgenda,
Map<String,RuleBo> oldRuleIdToNew,
Map<String,AgendaItemBo> oldAgendaItemIdToNew,
List<AgendaItemBo> copiedAgendaItems,
String dts)
Returns a copy of this AgendaItem
|
static AgendaItemBo |
AgendaItemBo.from(org.kuali.rice.krms.api.repository.agenda.AgendaItemDefinition im)
Converts a immutable object to it's mutable bo counterpart
|
AgendaItemBo |
AgendaItemBo.getAlways() |
AgendaItemBo |
AgendaBo.getFirstItem() |
AgendaItemBo |
AgendaItemBo.getWhenFalse() |
AgendaItemBo |
AgendaItemBo.getWhenTrue() |
| Modifier and Type | Method and Description |
|---|---|
List<AgendaItemBo> |
AgendaItemBo.getAlwaysList() |
List<AgendaItemBo> |
AgendaBo.getItems() |
| Modifier and Type | Method and Description |
|---|---|
String |
AgendaItemBo.getUl(AgendaItemBo firstItem) |
String |
AgendaItemBo.getUlHelper(AgendaItemBo item) |
void |
AgendaItemBo.setAlways(AgendaItemBo always) |
void |
AgendaBo.setFirstItem(AgendaItemBo firstItem) |
void |
AgendaItemBo.setWhenFalse(AgendaItemBo whenFalse) |
void |
AgendaItemBo.setWhenTrue(AgendaItemBo whenTrue) |
| Modifier and Type | Method and Description |
|---|---|
AgendaItemBo |
AgendaItemBo.copyAgendaItem(AgendaBo copiedAgenda,
Map<String,RuleBo> oldRuleIdToNew,
Map<String,AgendaItemBo> oldAgendaItemIdToNew,
List<AgendaItemBo> copiedAgendaItems,
String dts)
Returns a copy of this AgendaItem
|
AgendaItemBo |
AgendaItemBo.copyAgendaItem(AgendaBo copiedAgenda,
Map<String,RuleBo> oldRuleIdToNew,
Map<String,AgendaItemBo> oldAgendaItemIdToNew,
List<AgendaItemBo> copiedAgendaItems,
String dts)
Returns a copy of this AgendaItem
|
void |
AgendaBo.setItems(List<AgendaItemBo> items) |
| Modifier and Type | Method and Description |
|---|---|
AgendaItemBo |
AgendaTreeRuleNode.getAgendaItemLine() |
AgendaItemBo |
AgendaEditor.getAgendaItemLine() |
AgendaItemBo |
AgendaInquiryController.AgendaItemChildAccessor.getChild(AgendaItemBo parent) |
AgendaItemBo |
AgendaEditorController.AgendaItemChildAccessor.getChild(AgendaItemBo parent) |
| Modifier and Type | Method and Description |
|---|---|
AgendaItemBo |
AgendaInquiryController.AgendaItemChildAccessor.getChild(AgendaItemBo parent) |
AgendaItemBo |
AgendaEditorController.AgendaItemChildAccessor.getChild(AgendaItemBo parent) |
void |
AgendaTreeRuleNode.setAgendaItemLine(AgendaItemBo agendaItem) |
void |
AgendaEditor.setAgendaItemLine(AgendaItemBo agendaItemLine) |
void |
AgendaInquiryController.AgendaItemChildAccessor.setChild(AgendaItemBo parent,
AgendaItemBo child)
Sets the child reference and the child id
|
void |
AgendaEditorController.AgendaItemChildAccessor.setChild(AgendaItemBo parent,
AgendaItemBo child)
Sets the child reference and the child id
|
| Constructor and Description |
|---|
AgendaTreeRuleNode(AgendaItemBo agendaItem) |
Copyright © 2005–2017 The Kuali Foundation. All rights reserved.