| Package | Description |
|---|---|
| org.kuali.rice.krms.impl.repository | |
| org.kuali.rice.krms.impl.ui |
| Modifier and Type | Method and Description |
|---|---|
AgendaBo |
AgendaBo.copyAgenda(String newAgendaName,
String dateTimeStamp)
Returns of copy of this agenda, with the given newAgendaName and new ids.
|
AgendaBo |
AgendaBoServiceImpl.from(org.kuali.rice.krms.api.repository.agenda.AgendaDefinition im)
Converts a immutable object to it's mutable bo counterpart
|
AgendaBo |
AgendaBoService.from(org.kuali.rice.krms.api.repository.agenda.AgendaDefinition im)
Converts a immutable object to it's mutable bo counterpart
|
AgendaBo |
AgendaBo.getAgenda() |
AgendaBo |
AgendaAttributeBo.getAgenda() |
| Modifier and Type | Method and Description |
|---|---|
List<AgendaBo> |
ContextBo.getAgendas() |
| 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
|
void |
AgendaAttributeBo.setAgenda(AgendaBo agenda) |
org.kuali.rice.krms.api.repository.agenda.AgendaDefinition |
AgendaBoServiceImpl.to(AgendaBo bo)
Converts a mutable bo to it's immutable counterpart
|
org.kuali.rice.krms.api.repository.agenda.AgendaDefinition |
AgendaBoService.to(AgendaBo bo)
Converts a mutable bo to it's immutable counterpart
|
static org.kuali.rice.krms.api.repository.agenda.AgendaDefinition |
AgendaBo.to(AgendaBo bo)
Converts a mutable bo to it's immutable counterpart
|
| Modifier and Type | Method and Description |
|---|---|
List<org.kuali.rice.krms.api.repository.agenda.AgendaDefinition> |
AgendaBoServiceImpl.convertAgendaBosToImmutables(Collection<AgendaBo> agendaBos)
Converts a Set
|
void |
ContextBo.setAgendas(List<AgendaBo> agendas) |
| Modifier and Type | Method and Description |
|---|---|
AgendaBo |
AgendaEditor.getAgenda() |
| Modifier and Type | Method and Description |
|---|---|
void |
AgendaEditor.setAgenda(AgendaBo agenda) |
Copyright © 2005–2017 The Kuali Foundation. All rights reserved.