Class AgendaInquiryController

java.lang.Object
org.kuali.rice.krad.web.controller.UifControllerBase
org.kuali.rice.krad.inquiry.InquiryController
org.kuali.rice.krms.impl.ui.AgendaInquiryController

@Controller @RequestMapping("krmsAgendaInquiry") public class AgendaInquiryController extends org.kuali.rice.krad.inquiry.InquiryController
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    protected static class 
    This class abstracts getting and setting a child of an AgendaItemBo, making some recursive operations require less boiler plate.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.web.servlet.ModelAndView
    viewRule(org.kuali.rice.krad.web.form.UifFormBase form)
    This method updates the existing rule in the agenda.

    Methods inherited from class org.kuali.rice.krad.inquiry.InquiryController

    createInitialForm, downloadBONote, downloadCustomDataObjectAttachment, downloadDataObjectAttachment, getControllerService, setControllerService

    Methods inherited from class org.kuali.rice.krad.web.controller.UifControllerBase

    addBlankLine, addFileUploadLine, addLine, back, cancel, checkForm, closeEditLineDialog, defaultMapping, deleteFileUploadLine, deleteLine, editLine, getCollectionControllerService, getFileControllerService, getFileFromLine, getMessageView, getModelAndView, getModelAndView, getModelAndView, getModelAndViewService, getModelAndViewWithInit, getModelAndViewWithInit, getNavigationControllerService, getQueryControllerService, getRefreshControllerService, getSaveControllerService, initForm, navigate, performFieldQuery, performFieldSuggest, performLookup, performRedirect, performRedirect, refresh, retrieveCollectionPage, retrieveEditLineDialog, returnToHub, returnToPrevious, save, saveField, saveLine, sessionTimeout, setCollectionControllerService, setFileControllerService, setModelAndViewService, setNavigationControllerService, setQueryControllerService, setRefreshControllerService, setSaveControllerService, showDialog, start, tableJsonRetrieval

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AgendaInquiryController

      public AgendaInquiryController()
  • Method Details

    • viewRule

      @RequestMapping(params="methodToCall=viewRule") public org.springframework.web.servlet.ModelAndView viewRule(org.kuali.rice.krad.web.form.UifFormBase form) throws Exception
      This method updates the existing rule in the agenda.
      Throws:
      Exception