|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AgendaDefinition | |
---|---|
org.kuali.rice.krms.api.repository | Copyright 2005-2012 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |
org.kuali.rice.krms.api.repository.agenda | Copyright 2005-2012 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |
org.kuali.rice.krms.api.repository.context | Copyright 2005-2012 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |
org.kuali.rice.krms.framework.type | Copyright 2005-2012 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |
org.kuali.rice.krms.impl.provider.repository | |
org.kuali.rice.krms.impl.repository | |
org.kuali.rice.krms.impl.type |
Uses of AgendaDefinition in org.kuali.rice.krms.api.repository |
---|
Methods in org.kuali.rice.krms.api.repository that return AgendaDefinition | |
---|---|
AgendaDefinition |
RuleManagementService.createAgenda(AgendaDefinition agendaDefinition)
Create Agenda |
AgendaDefinition |
RuleManagementService.getAgenda(String id)
Retrieve Agenda for the specified id |
Methods in org.kuali.rice.krms.api.repository that return types with arguments of type AgendaDefinition | |
---|---|
List<AgendaDefinition> |
RuleManagementService.getAgendasByContext(String contextId)
Retrieve Agendas associated with the specified context |
List<AgendaDefinition> |
RuleManagementService.getAgendasByType(String typeId)
Retrieve Agendas of the specified type |
List<AgendaDefinition> |
RuleManagementService.getAgendasByTypeAndContext(String typeId,
String contextId)
Retrieve Agendas of the specified type and context |
Methods in org.kuali.rice.krms.api.repository with parameters of type AgendaDefinition | |
---|---|
AgendaDefinition |
RuleManagementService.createAgenda(AgendaDefinition agendaDefinition)
Create Agenda |
void |
RuleManagementService.updateAgenda(AgendaDefinition agendaDefinition)
Update the Agenda specified by the identifier in the input DTO |
Uses of AgendaDefinition in org.kuali.rice.krms.api.repository.agenda |
---|
Methods in org.kuali.rice.krms.api.repository.agenda that return AgendaDefinition | |
---|---|
AgendaDefinition |
AgendaDefinition.Builder.build()
Builds an instance of a Agenda based on the current state of the builder. |
AgendaDefinition |
AgendaItemDefinition.getSubAgenda()
|
Uses of AgendaDefinition in org.kuali.rice.krms.api.repository.context |
---|
Methods in org.kuali.rice.krms.api.repository.context that return types with arguments of type AgendaDefinition | |
---|---|
List<AgendaDefinition> |
ContextDefinition.getAgendas()
|
Uses of AgendaDefinition in org.kuali.rice.krms.framework.type |
---|
Methods in org.kuali.rice.krms.framework.type with parameters of type AgendaDefinition | |
---|---|
Agenda |
AgendaTypeService.loadAgenda(AgendaDefinition agendaDefinition)
Load an Agenda created from the given AgendaDefinition |
Uses of AgendaDefinition in org.kuali.rice.krms.impl.provider.repository |
---|
Methods in org.kuali.rice.krms.impl.provider.repository with parameters of type AgendaDefinition | |
---|---|
Agenda |
RepositoryToEngineTranslatorImpl.translateAgendaDefinition(AgendaDefinition agendaDefinition)
|
Agenda |
RepositoryToEngineTranslator.translateAgendaDefinition(AgendaDefinition agendaDefinition)
|
AgendaTree |
RepositoryToEngineTranslatorImpl.translateAgendaDefinitionToAgendaTree(AgendaDefinition agendaDefinition)
|
AgendaTree |
RepositoryToEngineTranslator.translateAgendaDefinitionToAgendaTree(AgendaDefinition agendaDefinition)
|
Constructors in org.kuali.rice.krms.impl.provider.repository with parameters of type AgendaDefinition | |
---|---|
LazyAgendaTree(AgendaDefinition agendaDefinition,
RepositoryToEngineTranslator translator)
|
Uses of AgendaDefinition in org.kuali.rice.krms.impl.repository |
---|
Methods in org.kuali.rice.krms.impl.repository that return AgendaDefinition | |
---|---|
AgendaDefinition |
AgendaBoService.createAgenda(AgendaDefinition agenda)
This will create a AgendaDefinition exactly like the parameter passed in. |
AgendaDefinition |
AgendaBoServiceImpl.createAgenda(AgendaDefinition agenda)
This overridden method creates a KRMS Agenda in the repository |
AgendaDefinition |
RuleManagementServiceImpl.createAgenda(AgendaDefinition agendaDefinition)
|
AgendaDefinition |
RuleManagementServiceImpl.getAgenda(String id)
|
AgendaDefinition |
AgendaBoService.getAgendaByAgendaId(String agendaId)
Retrieves an Agenda from the repository based on the given agenda id. |
AgendaDefinition |
AgendaBoServiceImpl.getAgendaByAgendaId(String agendaId)
This overridden method retrieves an Agenda from the repository |
AgendaDefinition |
AgendaBoService.getAgendaByNameAndContextId(String name,
String contextId)
Retrieves an Agenda from the repository based on the provided agenda name and context id. |
AgendaDefinition |
AgendaBoServiceImpl.getAgendaByNameAndContextId(String name,
String contextId)
This overridden method retrieves an agenda from the repository |
AgendaDefinition |
AgendaBoService.to(org.kuali.rice.krms.impl.repository.AgendaBo bo)
Converts a mutable bo to it's immutable counterpart |
AgendaDefinition |
AgendaBoServiceImpl.to(org.kuali.rice.krms.impl.repository.AgendaBo bo)
Converts a mutable bo to it's immutable counterpart |
Methods in org.kuali.rice.krms.impl.repository that return types with arguments of type AgendaDefinition | |
---|---|
List<AgendaDefinition> |
AgendaBoServiceImpl.convertAgendaBosToImmutables(Collection<org.kuali.rice.krms.impl.repository.AgendaBo> agendaBos)
Converts a Set |
List<AgendaDefinition> |
RuleManagementServiceImpl.getAgendasByContext(String contextId)
|
List<AgendaDefinition> |
AgendaBoService.getAgendasByContextId(String contextId)
Retrieves a set of Agendas associated with a context. |
List<AgendaDefinition> |
AgendaBoServiceImpl.getAgendasByContextId(String contextId)
This overridden method retrieves a set of agendas from the repository |
List<AgendaDefinition> |
AgendaBoService.getAgendasByType(String typeId)
|
List<AgendaDefinition> |
AgendaBoServiceImpl.getAgendasByType(String typeId)
|
List<AgendaDefinition> |
RuleManagementServiceImpl.getAgendasByType(String typeId)
|
List<AgendaDefinition> |
AgendaBoService.getAgendasByTypeAndContext(String typeId,
String contextId)
|
List<AgendaDefinition> |
AgendaBoServiceImpl.getAgendasByTypeAndContext(String typeId,
String contextId)
|
List<AgendaDefinition> |
RuleManagementServiceImpl.getAgendasByTypeAndContext(String typeId,
String contextId)
|
Methods in org.kuali.rice.krms.impl.repository with parameters of type AgendaDefinition | |
---|---|
AgendaDefinition |
AgendaBoService.createAgenda(AgendaDefinition agenda)
This will create a AgendaDefinition exactly like the parameter passed in. |
AgendaDefinition |
AgendaBoServiceImpl.createAgenda(AgendaDefinition agenda)
This overridden method creates a KRMS Agenda in the repository |
AgendaDefinition |
RuleManagementServiceImpl.createAgenda(AgendaDefinition agendaDefinition)
|
org.kuali.rice.krms.impl.repository.AgendaBo |
AgendaBoService.from(AgendaDefinition im)
Converts a immutable object to it's mutable bo counterpart |
org.kuali.rice.krms.impl.repository.AgendaBo |
AgendaBoServiceImpl.from(AgendaDefinition im)
Converts a immutable object to it's mutable bo counterpart |
void |
AgendaBoService.updateAgenda(AgendaDefinition agenda)
This will update an existing AgendaDefinition . |
void |
AgendaBoServiceImpl.updateAgenda(AgendaDefinition agenda)
This overridden method updates an existing Agenda in the repository |
void |
RuleManagementServiceImpl.updateAgenda(AgendaDefinition agendaDefinition)
|
Uses of AgendaDefinition in org.kuali.rice.krms.impl.type |
---|
Methods in org.kuali.rice.krms.impl.type with parameters of type AgendaDefinition | |
---|---|
AgendaTypeService |
KrmsTypeResolver.getAgendaTypeService(AgendaDefinition actionDefinition)
|
AgendaTypeService |
KrmsTypeResolverImpl.getAgendaTypeService(AgendaDefinition agendaDefinition)
|
Agenda |
AgendaTypeServiceBase.loadAgenda(AgendaDefinition agendaDefinition)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |