Class AgendaTypeServiceBase

java.lang.Object
org.kuali.rice.krad.datadictionary.validation.AttributeValidatingTypeServiceBase
org.kuali.rice.krms.impl.type.KrmsTypeServiceBase
org.kuali.rice.krms.impl.type.AgendaTypeServiceBase
All Implemented Interfaces:
org.kuali.rice.krms.framework.type.AgendaTypeService, org.kuali.rice.krms.framework.type.RemotableAttributeOwner
Direct Known Subclasses:
AgendaTypeServiceImpl

public class AgendaTypeServiceBase extends KrmsTypeServiceBase implements org.kuali.rice.krms.framework.type.AgendaTypeService
Base class for AgendaTypeService implementations, providing boilerplate for attribute building and merging from various sources.
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.kuali.rice.krad.datadictionary.validation.AttributeValidatingTypeServiceBase

    org.kuali.rice.krad.datadictionary.validation.AttributeValidatingTypeServiceBase.TypeAttributeDefinition, org.kuali.rice.krad.datadictionary.validation.AttributeValidatingTypeServiceBase.TypeAttributeValidationException
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.kuali.rice.krms.framework.type.AgendaTypeService
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.kuali.rice.krms.framework.engine.Agenda
    loadAgenda(org.kuali.rice.krms.api.repository.agenda.AgendaDefinition agendaDefinition)
     

    Methods inherited from class org.kuali.rice.krad.datadictionary.validation.AttributeValidatingTypeServiceBase

    createErrorString, extractErrorsFromGlobalVariablesErrorMap, getAttributeErrorLabel, getAttributeFormatter, getAttributeValidatingExpression, getConfigurationService, getDataDictionaryService, getDictionaryValidationService, validateAttributeFormat, validateAttributeRequired, validateDataDictionaryAttribute, validatePrimitiveAttributeFromDescriptor, validateReferencesExistAndActive

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.kuali.rice.krms.framework.type.RemotableAttributeOwner

    getAttributeFields, validateAttributes, validateAttributesAgainstExisting
  • Field Details

    • defaultAgendaTypeService

      public static final org.kuali.rice.krms.framework.type.AgendaTypeService defaultAgendaTypeService
  • Constructor Details

    • AgendaTypeServiceBase

      public AgendaTypeServiceBase()
  • Method Details

    • loadAgenda

      public org.kuali.rice.krms.framework.engine.Agenda loadAgenda(org.kuali.rice.krms.api.repository.agenda.AgendaDefinition agendaDefinition)
      Specified by:
      loadAgenda in interface org.kuali.rice.krms.framework.type.AgendaTypeService