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:
AgendaTypeService, RemotableAttributeOwner
Direct Known Subclasses:
AgendaTypeServiceImpl

public class AgendaTypeServiceBase extends KrmsTypeServiceBase implements AgendaTypeService
Base class for AgendaTypeService implementations, providing boilerplate for attribute building and merging from various sources.
  • Field Details

    • defaultAgendaTypeService

      public static final AgendaTypeService defaultAgendaTypeService
  • Constructor Details

    • AgendaTypeServiceBase

      public AgendaTypeServiceBase()
  • Method Details

    • loadAgenda

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