Uses of Class
org.kuali.rice.krms.impl.repository.AgendaItemBo
Packages that use AgendaItemBo
-
Uses of AgendaItemBo in org.kuali.rice.krms.impl.repository
Methods in org.kuali.rice.krms.impl.repository that return AgendaItemBoModifier and TypeMethodDescriptionAgendaItemBo.copyAgendaItem(AgendaBo copiedAgenda, Map<String, RuleBo> oldRuleIdToNew, Map<String, AgendaItemBo> oldAgendaItemIdToNew, List<AgendaItemBo> copiedAgendaItems, String dts) Returns a copy of this AgendaItemstatic AgendaItemBoAgendaItemBo.from(org.kuali.rice.krms.api.repository.agenda.AgendaItemDefinition im) Converts a immutable object to it's mutable bo counterpartAgendaItemBo.getAlways()AgendaBo.getFirstItem()AgendaItemBo.getWhenFalse()AgendaItemBo.getWhenTrue()Methods in org.kuali.rice.krms.impl.repository that return types with arguments of type AgendaItemBoMethods in org.kuali.rice.krms.impl.repository with parameters of type AgendaItemBoModifier and TypeMethodDescriptionAgendaItemBo.getUl(AgendaItemBo firstItem) AgendaItemBo.getUlHelper(AgendaItemBo item) voidAgendaItemBo.setAlways(AgendaItemBo always) voidAgendaBo.setFirstItem(AgendaItemBo firstItem) voidAgendaItemBo.setWhenFalse(AgendaItemBo whenFalse) voidAgendaItemBo.setWhenTrue(AgendaItemBo whenTrue) Method parameters in org.kuali.rice.krms.impl.repository with type arguments of type AgendaItemBoModifier and TypeMethodDescriptionAgendaItemBo.copyAgendaItem(AgendaBo copiedAgenda, Map<String, RuleBo> oldRuleIdToNew, Map<String, AgendaItemBo> oldAgendaItemIdToNew, List<AgendaItemBo> copiedAgendaItems, String dts) Returns a copy of this AgendaItemvoidAgendaBo.setItems(List<AgendaItemBo> items) -
Uses of AgendaItemBo in org.kuali.rice.krms.impl.ui
Methods in org.kuali.rice.krms.impl.ui that return AgendaItemBoModifier and TypeMethodDescriptionAgendaEditor.getAgendaItemLine()AgendaTreeRuleNode.getAgendaItemLine()AgendaEditorController.AgendaItemChildAccessor.getChild(AgendaItemBo parent) AgendaInquiryController.AgendaItemChildAccessor.getChild(AgendaItemBo parent) Methods in org.kuali.rice.krms.impl.ui with parameters of type AgendaItemBoModifier and TypeMethodDescriptionAgendaEditorController.AgendaItemChildAccessor.getChild(AgendaItemBo parent) AgendaInquiryController.AgendaItemChildAccessor.getChild(AgendaItemBo parent) voidAgendaEditor.setAgendaItemLine(AgendaItemBo agendaItemLine) voidAgendaTreeRuleNode.setAgendaItemLine(AgendaItemBo agendaItem) voidAgendaEditorController.AgendaItemChildAccessor.setChild(AgendaItemBo parent, AgendaItemBo child) Sets the child reference and the child idvoidAgendaInquiryController.AgendaItemChildAccessor.setChild(AgendaItemBo parent, AgendaItemBo child) Sets the child reference and the child idConstructors in org.kuali.rice.krms.impl.ui with parameters of type AgendaItemBo