Uses of Class
org.kuali.rice.krms.impl.repository.AgendaBo
Packages that use AgendaBo
-
Uses of AgendaBo in org.kuali.rice.krms.impl.repository
Methods in org.kuali.rice.krms.impl.repository that return AgendaBoModifier and TypeMethodDescriptionAgendaBo.copyAgenda(String newAgendaName, String dateTimeStamp) Returns of copy of this agenda, with the given newAgendaName and new ids.AgendaBoService.from(org.kuali.rice.krms.api.repository.agenda.AgendaDefinition im) Converts a immutable object to it's mutable bo counterpartAgendaBoServiceImpl.from(org.kuali.rice.krms.api.repository.agenda.AgendaDefinition im) Converts a immutable object to it's mutable bo counterpartAgendaAttributeBo.getAgenda()AgendaBo.getAgenda()Methods in org.kuali.rice.krms.impl.repository that return types with arguments of type AgendaBoMethods in org.kuali.rice.krms.impl.repository with parameters of type AgendaBoModifier and TypeMethodDescriptionAgendaItemBo.copyAgendaItem(AgendaBo copiedAgenda, Map<String, RuleBo> oldRuleIdToNew, Map<String, AgendaItemBo> oldAgendaItemIdToNew, List<AgendaItemBo> copiedAgendaItems, String dts) Returns a copy of this AgendaItemvoidstatic org.kuali.rice.krms.api.repository.agenda.AgendaDefinitionConverts a mutable bo to it's immutable counterpartorg.kuali.rice.krms.api.repository.agenda.AgendaDefinitionConverts a mutable bo to it's immutable counterpartorg.kuali.rice.krms.api.repository.agenda.AgendaDefinitionConverts a mutable bo to it's immutable counterpartMethod parameters in org.kuali.rice.krms.impl.repository with type arguments of type AgendaBoModifier and TypeMethodDescriptionList<org.kuali.rice.krms.api.repository.agenda.AgendaDefinition>AgendaBoServiceImpl.convertAgendaBosToImmutables(Collection<AgendaBo> agendaBos) Converts a Setto an Unmodifiable Set voidContextBo.setAgendas(List<AgendaBo> agendas) -
Uses of AgendaBo in org.kuali.rice.krms.impl.ui
Methods in org.kuali.rice.krms.impl.ui that return AgendaBoMethods in org.kuali.rice.krms.impl.ui with parameters of type AgendaBo