Interface AgendaTypeService
- All Superinterfaces:
RemotableAttributeOwner
AgendaTypeService provides access and validation for custom attributes on the agenda type.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Method Summary
Modifier and TypeMethodDescriptionloadAgenda(org.kuali.rice.krms.api.repository.agenda.AgendaDefinition agendaDefinition) Load an Agenda created from the givenAgendaDefinitionMethods inherited from interface org.kuali.rice.krms.framework.type.RemotableAttributeOwner
getAttributeFields, validateAttributes, validateAttributesAgainstExisting
-
Method Details
-
loadAgenda
Load an Agenda created from the givenAgendaDefinition- Parameters:
agendaDefinition- defines theAgendato create- Returns:
- Agenda created from the given
AgendaDefinition
-