Uses of Class
org.kuali.rice.krad.web.form.UifFormBase
Packages that use UifFormBase
Package
Description
-
Uses of UifFormBase in org.kuali.rice.krad.document
Methods in org.kuali.rice.krad.document with parameters of type UifFormBaseModifier and TypeMethodDescriptionorg.springframework.web.servlet.ModelAndViewDocumentControllerServiceImpl.cancel(UifFormBase form) Navigates back to a previous point (depending on how the view was requested).org.springframework.web.servlet.ModelAndViewTransactionalDocumentControllerServiceImpl.cancel(UifFormBase form) Navigates back to a previous point (depending on how the view was requested).protected org.springframework.web.servlet.ModelAndViewDocumentControllerServiceImpl.checkSensitiveDataAndWarningDialog(String field, UifFormBase form) Helper method to check if sensitive data is present in a given string and dialog display.DocumentViewPresentationControllerBase.getActionFlags(View view, UifFormBase model) org.springframework.web.servlet.ModelAndViewDocumentControllerBase.save(UifFormBase form) -
Uses of UifFormBase in org.kuali.rice.krad.inquiry
Methods in org.kuali.rice.krad.inquiry with parameters of type UifFormBaseModifier and TypeMethodDescriptionInquiryViewPresentationControllerBase.getActionFlags(View view, UifFormBase model) org.springframework.web.servlet.ModelAndViewInquiryControllerServiceImpl.start(UifFormBase form) Determines if the inquiry request needs to be redirected based on the module service, if not retrieves the inquiry data object and sets the instance onto the form for display. -
Uses of UifFormBase in org.kuali.rice.krad.lookup
Subclasses of UifFormBase in org.kuali.rice.krad.lookupMethods in org.kuali.rice.krad.lookup with parameters of type UifFormBaseModifier and TypeMethodDescriptionorg.springframework.web.servlet.ModelAndViewLookupCollectionControllerServiceImpl.retrieveCollectionPage(UifFormBase form) Invoked by the table paging widget to retrieve a page for a collection group.org.springframework.web.servlet.ModelAndViewLookupController.retrieveCollectionPage(UifFormBase form) static StringLookupUtils.retrieveLookupParameterValue(UifFormBase form, javax.servlet.http.HttpServletRequest request, Class<?> lookupObjectClass, String propertyName, String parameterName) Retrieves the value for the given parameter name to send as a lookup parameter.org.springframework.web.servlet.ModelAndViewLookupControllerServiceImpl.start(UifFormBase form) Initial method called when requesting a new view instance.org.springframework.web.servlet.ModelAndViewLookupCollectionControllerServiceImpl.tableJsonRetrieval(UifFormBase form) Get method for getting aaData for jquery datatables which are using sAjaxSource option.org.springframework.web.servlet.ModelAndViewLookupController.tableJsonRetrieval(UifFormBase form) -
Uses of UifFormBase in org.kuali.rice.krad.maintenance
Methods in org.kuali.rice.krad.maintenance with parameters of type UifFormBaseModifier and TypeMethodDescriptionorg.springframework.web.servlet.ModelAndViewMaintenanceDocumentControllerServiceImpl.start(UifFormBase form) Initial method called when requesting a new view instance. -
Uses of UifFormBase in org.kuali.rice.krad.uif.container
Methods in org.kuali.rice.krad.uif.container with parameters of type UifFormBaseModifier and TypeMethodDescriptionvoidLightTable.buildRows(View view, String rowTemplate, UifFormBase model) Build the rows from the rowTemplate passed in. -
Uses of UifFormBase in org.kuali.rice.krad.uif.layout.collections
Methods in org.kuali.rice.krad.uif.layout.collections with parameters of type UifFormBaseModifier and TypeMethodDescriptionvoidCollectionPagingHelper.processPagingRequest(View view, CollectionGroup collectionGroup, UifFormBase form, String page) Process the paging request by determining the displayStart value based on the page requested. -
Uses of UifFormBase in org.kuali.rice.krad.uif.mock
Subclasses of UifFormBase in org.kuali.rice.krad.uif.mock -
Uses of UifFormBase in org.kuali.rice.krad.uif.view
Methods in org.kuali.rice.krad.uif.view with parameters of type UifFormBaseModifier and TypeMethodDescriptionViewPresentationController.getActionFlags(View view, UifFormBase model) ViewPresentationControllerBase.getActionFlags(View view, UifFormBase model) ViewPresentationController.getEditModes(View view, UifFormBase model) ViewPresentationControllerBase.getEditModes(View view, UifFormBase model) protected voidView.initializeDialogLoadScript(UifFormBase form) Helper method to set the view's load script to open a dialog. -
Uses of UifFormBase in org.kuali.rice.krad.util
Methods in org.kuali.rice.krad.util with parameters of type UifFormBaseModifier and TypeMethodDescriptionstatic StringKRADUtils.generateUniqueViewTitle(UifFormBase form, View view) Attempts to generate a unique view title by combining the View's headerText with the title attribute for the dataObjectClass found through the DataObjectMetaDataService. -
Uses of UifFormBase in org.kuali.rice.krad.web.bind
Methods in org.kuali.rice.krad.web.bind with parameters of type UifFormBaseModifier and TypeMethodDescriptionprotected voidUifServletRequestDataBinder.executeAutomaticLinking(javax.servlet.ServletRequest request, UifFormBase form) Performs automatic reference linking of the given form based on the properties on the form for which linking is enabled.protected ViewUifServletRequestDataBinder.getViewByType(javax.servlet.ServletRequest request, UifFormBase form) Attempts to get a view instance by looking for a view type name in the request or the form and querying that view type with the request parametersprotected ViewUifServletRequestDataBinder.getViewFromPreviousModel(UifFormBase form) Attempts to get a view instance based on the view id stored on the form (which might not be populated from the request but remaining from session) -
Uses of UifFormBase in org.kuali.rice.krad.web.controller
Methods in org.kuali.rice.krad.web.controller that return UifFormBaseModifier and TypeMethodDescriptionprotected UifFormBaseModuleLockedController.createInitialForm()protected UifFormBaseUifClientListener.createInitialForm()Invoked to create a new form instance for the request before it is passed to the Binder/BeanWrapper.protected abstract UifFormBaseUifControllerBase.createInitialForm()Invoked to create a new form instance for the request before it is passed to the Binder/BeanWrapper.protected UifFormBaseUifExportController.createInitialForm()Retrieves the session form for the form key request parameter so we can initialize a form instance of the same type the view was rendered with.IncidentReportController.initForm(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) protected UifFormBaseUifControllerBase.initForm()Creates form instance the will be used for the default model.Methods in org.kuali.rice.krad.web.controller with parameters of type UifFormBaseModifier and TypeMethodDescriptionorg.springframework.web.servlet.ModelAndViewUifControllerBase.addBlankLine(UifFormBase form) org.springframework.web.servlet.ModelAndViewUifControllerBase.addFileUploadLine(UifFormBase form) org.springframework.web.servlet.ModelAndViewUifControllerBase.addLine(UifFormBase form) org.springframework.web.servlet.ModelAndViewUifControllerBase.back(UifFormBase form) org.springframework.web.servlet.ModelAndViewIncidentReportController.cancel(UifFormBase form, org.springframework.validation.BindingResult result, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Returns back to the application url on a cancelorg.springframework.web.servlet.ModelAndViewUifControllerBase.cancel(UifFormBase form) org.springframework.web.servlet.ModelAndViewUifControllerBase.checkForm(UifFormBase form) org.springframework.web.servlet.ModelAndViewUifControllerBase.closeEditLineDialog(UifFormBase form) org.springframework.web.servlet.ModelAndViewUifControllerBase.defaultMapping(UifFormBase form) Default method mapping for cases where the method to call is not passed, calls the start method.org.springframework.web.servlet.ModelAndViewUifControllerBase.deleteFileUploadLine(UifFormBase form) org.springframework.web.servlet.ModelAndViewUifControllerBase.deleteLine(UifFormBase form) org.springframework.web.servlet.ModelAndViewUifControllerBase.editLine(UifFormBase form) voidUifControllerBase.getFileFromLine(UifFormBase form, javax.servlet.http.HttpServletResponse response) protected org.springframework.web.servlet.ModelAndViewUifControllerBase.getMessageView(UifFormBase form, String headerText, String messageText) protected org.springframework.web.servlet.ModelAndViewUifControllerBase.getModelAndView(UifFormBase form) protected org.springframework.web.servlet.ModelAndViewUifControllerBase.getModelAndView(UifFormBase form, String pageId) protected org.springframework.web.servlet.ModelAndViewUifControllerBase.getModelAndView(UifFormBase form, Map<String, Object> additionalViewAttributes) protected org.springframework.web.servlet.ModelAndViewUifControllerBase.getModelAndViewWithInit(UifFormBase form, String viewId) protected org.springframework.web.servlet.ModelAndViewUifControllerBase.getModelAndViewWithInit(UifFormBase form, String viewId, String pageId) org.springframework.web.servlet.ModelAndViewUifExportController.inquiryXmlRetrieval(UifFormBase form, org.springframework.validation.BindingResult result, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Handles exporting the dataObject for this Inquiry to XML if it has a custom XML exporter available.org.springframework.web.servlet.ModelAndViewUifClientListener.logout(UifFormBase form, org.springframework.validation.BindingResult result, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Invoked from the session timeout warning dialog to log the user out, forwards to logout message vieworg.springframework.web.servlet.ModelAndViewModuleLockedController.moduleLocked(UifFormBase form, String moduleNamespaceCode) Retrieves the module locked message test from a system parameter and then returns the message vieworg.springframework.web.servlet.ModelAndViewUifControllerBase.navigate(UifFormBase form) UifControllerBase.performFieldQuery(UifFormBase form) UifControllerBase.performFieldSuggest(UifFormBase form) org.springframework.web.servlet.ModelAndViewUifControllerBase.performLookup(UifFormBase form) protected org.springframework.web.servlet.ModelAndViewUifControllerBase.performRedirect(UifFormBase form, String redirectUrl) protected org.springframework.web.servlet.ModelAndViewUifControllerBase.performRedirect(UifFormBase form, String baseUrl, Properties urlParameters) org.springframework.web.servlet.ModelAndViewUifControllerBase.refresh(UifFormBase form) org.springframework.web.servlet.ModelAndViewUifControllerBase.retrieveCollectionPage(UifFormBase form) org.springframework.web.servlet.ModelAndViewUifControllerBase.retrieveEditLineDialog(UifFormBase form) protected StringUifExportController.retrieveTableData(UifFormBase form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Generates exportable table data based on the rich table selected.org.springframework.web.servlet.ModelAndViewUifControllerBase.returnToHub(UifFormBase form) org.springframework.web.servlet.ModelAndViewUifControllerBase.returnToPrevious(UifFormBase form) org.springframework.web.servlet.ModelAndViewUifControllerBase.save(UifFormBase form) org.springframework.web.servlet.ModelAndViewUifControllerBase.saveField(UifFormBase form) org.springframework.web.servlet.ModelAndViewUifControllerBase.saveLine(UifFormBase form) org.springframework.web.servlet.ModelAndViewUifControllerBase.sessionTimeout(UifFormBase form) protected org.springframework.web.servlet.ModelAndViewUifControllerBase.showDialog(String dialogId, boolean confirmation, UifFormBase form) org.springframework.web.servlet.ModelAndViewUifControllerBase.start(UifFormBase form) org.springframework.web.servlet.ModelAndViewIncidentReportController.submitReport(UifFormBase uifForm, javax.servlet.http.HttpServletRequest request) Emails the report and closes the incident report screenUifExportController.tableCsvRetrieval(UifFormBase form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Generates exportable table data as CSV based on the rich table selected.org.springframework.web.servlet.ModelAndViewUifControllerBase.tableJsonRetrieval(UifFormBase form) UifExportController.tableXlsRetrieval(UifFormBase form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Generates exportable table data in xsl based on the rich table selected.UifExportController.tableXmlRetrieval(UifFormBase form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Generates exportable table data based on the rich table selected. -
Uses of UifFormBase in org.kuali.rice.krad.web.form
Subclasses of UifFormBase in org.kuali.rice.krad.web.formModifier and TypeClassDescriptionclassBase form for allDocumentViewscreensclassForm class for incident reportsclassController forMaintenanceDocumentViewscreens which operate onMaintenanceDocumentinstancesclassForm class forInquiryViewscreensclassForm class forMaintenanceDocumentViewscreensclassForm class for the session timeout view.classForm class forTransactionalViewscreensFields in org.kuali.rice.krad.web.form with type parameters of type UifFormBaseMethods in org.kuali.rice.krad.web.form that return UifFormBaseModifier and TypeMethodDescriptionUifFormManager.getSessionForm(String formKey) Retrieve a form from the session.Methods in org.kuali.rice.krad.web.form with parameters of type UifFormBaseModifier and TypeMethodDescriptionvoidUifFormManager.addSessionForm(UifFormBase form) Add a form to the session.voidUifFormManager.purgeForm(UifFormBase form) Removes the values that are marked @SessionTransient from the form.voidUifFormManager.removeSessionForm(UifFormBase form) Removes the stored form data and the forms from the breadcrumb history from the session.voidUifFormManager.updateFormWithSession(UifFormBase requestForm, String formKey) Retrieves the session form based on the formkey and updates the non session transient variables on the request form from the session form. -
Uses of UifFormBase in org.kuali.rice.krad.web.login
Subclasses of UifFormBase in org.kuali.rice.krad.web.loginMethods in org.kuali.rice.krad.web.login that return UifFormBaseMethods in org.kuali.rice.krad.web.login with parameters of type UifFormBaseModifier and TypeMethodDescriptionorg.springframework.web.servlet.ModelAndViewDummyLoginController.logout(UifFormBase form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) -
Uses of UifFormBase in org.kuali.rice.krad.web.service
Methods in org.kuali.rice.krad.web.service with parameters of type UifFormBaseModifier and TypeMethodDescriptionorg.springframework.web.servlet.ModelAndViewCollectionControllerService.addBlankLine(UifFormBase form) Invoked by the add blank line action to add a new line instance to the model mollection.org.springframework.web.servlet.ModelAndViewFileControllerService.addFileUploadLine(UifFormBase form) Invoked by the multiFile upload element to add a file object to the collection it controls.org.springframework.web.servlet.ModelAndViewCollectionControllerService.addLine(UifFormBase form) Invoked by the add line action to add the add line instance to the model collection.org.springframework.web.servlet.ModelAndViewNavigationControllerService.back(UifFormBase form) Returns back to a previous URL by looking at various return mechanisms in HistoryFlow and on the form.org.springframework.web.servlet.ModelAndViewControllerService.cancel(UifFormBase form) Invoked when the cancel action is invoked on a view.org.springframework.web.servlet.ModelAndViewModelAndViewService.checkForm(UifFormBase form) Handles the check form action to validate the given form data.voidControllerService.checkViewAuthorization(UifFormBase form) Invokes the configuredViewAuthorizerto verify the user has access to open the view.org.springframework.web.servlet.ModelAndViewCollectionControllerService.closeEditLineDialog(UifFormBase form) Invoked by the edit line modal's hidden event to close the edit line dialog.org.springframework.web.servlet.ModelAndViewFileControllerService.deleteFileUploadLine(UifFormBase form) Invoked by the multiFile upload widget to delete a file; Inform the model of file to delete.org.springframework.web.servlet.ModelAndViewCollectionControllerService.deleteLine(UifFormBase form) Invoked by the delete line action to delete an item within the model collection.org.springframework.web.servlet.ModelAndViewCollectionControllerService.editLine(UifFormBase form) Invoked by the edit line action to edit the edit line instance to the model collection.voidFileControllerService.getFileFromLine(UifFormBase form, javax.servlet.http.HttpServletResponse response) Invoked by the multiFile upload widget to get the file contents for a file upload line.org.springframework.web.servlet.ModelAndViewModelAndViewService.getMessageView(UifFormBase form, String headerText, String messageText) Builds a message view from the given header and message text then forwards the UIF model and view.org.springframework.web.servlet.ModelAndViewModelAndViewService.getModelAndView(UifFormBase form) Configures the Spring model and view instance containing the form data and pointing to the generic Uif view.org.springframework.web.servlet.ModelAndViewModelAndViewService.getModelAndView(UifFormBase form, String pageId) Configures the Spring model and view instance containing the form data and pointing to the generic Uif view, and also changes the current page to the given page id.org.springframework.web.servlet.ModelAndViewModelAndViewService.getModelAndView(UifFormBase form, Map<String, Object> additionalViewAttributes) Configures the Spring model and view instance containing the form data and pointing to the generic Uif view, and also adds the given attributes (which can be referenced in the view templates).org.springframework.web.servlet.ModelAndViewModelAndViewService.getModelAndViewWithInit(UifFormBase form, String viewId) Initialize a new view instance for the given view id, then configures the Spring model and view instance containing the form data and pointing to the generic Uif view.org.springframework.web.servlet.ModelAndViewModelAndViewService.getModelAndViewWithInit(UifFormBase form, String viewId, String pageId) Initialize a new view instance for the given view id, then configures the Spring model and view instance containing the form data and pointing to the generic Uif view.org.springframework.web.servlet.ModelAndViewNavigationControllerService.navigate(UifFormBase form) Invoked to navigate to a new page within the view.QueryControllerService.performFieldQuery(UifFormBase form) Invoked to execute the attribute query associated with a field given the query parameters found in the requestQueryControllerService.performFieldSuggest(UifFormBase form) Invoked to provides options (execute a query) for a field that contains a suggest widget.org.springframework.web.servlet.ModelAndViewQueryControllerService.performLookup(UifFormBase form) Handles the perform lookup action by building up a URL to the lookup view and configuring a redirect.org.springframework.web.servlet.ModelAndViewModelAndViewService.performRedirect(UifFormBase form, String redirectUrl) Builds a model and view instance configured to redirect to the given URL.org.springframework.web.servlet.ModelAndViewModelAndViewService.performRedirect(UifFormBase form, String baseUrl, Properties urlParameters) Builds an URL from the given base URL and parameters, then builds a model and view instance configured to redirect to the built URL.org.springframework.web.servlet.ModelAndViewRefreshControllerService.refresh(UifFormBase form) Invoked when returning from another view.org.springframework.web.servlet.ModelAndViewCollectionControllerService.retrieveCollectionPage(UifFormBase form) Invoked by the table paging widget to retrieve a page for a collection group.org.springframework.web.servlet.ModelAndViewCollectionControllerService.retrieveEditLineDialog(UifFormBase form) Invoked by the edit line action to show the edit line dialog for the edit line instance to the model collection.org.springframework.web.servlet.ModelAndViewNavigationControllerService.returnToHistory(UifFormBase form, boolean returnToPrevious, boolean returnToApplicationHome, boolean returnToFlowStart) Invoked to navigate back to a point in the user's history.org.springframework.web.servlet.ModelAndViewNavigationControllerService.returnToHub(UifFormBase form) Invoked to navigate back to the first page in the user's history.org.springframework.web.servlet.ModelAndViewNavigationControllerService.returnToPrevious(UifFormBase form) Invoked to navigate back one page in the user's history.org.springframework.web.servlet.ModelAndViewSaveControllerService.save(UifFormBase form) Save the form.org.springframework.web.servlet.ModelAndViewSaveControllerService.saveField(UifFormBase form) Save the field of the form at the propertyName specified by saveFieldPath (in request params sent); the field is already updated on the form at the time of this invocation.org.springframework.web.servlet.ModelAndViewCollectionControllerService.saveLine(UifFormBase form) Invoked by the save line action to save an item within the model collection.org.springframework.web.servlet.ModelAndViewControllerService.sessionTimeout(UifFormBase form) Invoked when a session timeout occurs.org.springframework.web.servlet.ModelAndViewModelAndViewService.showDialog(String dialogId, boolean confirmation, UifFormBase form) Invoked by controller methods to show a dialog to the user.org.springframework.web.servlet.ModelAndViewControllerService.start(UifFormBase form) Initial method called when requesting a new view instance.org.springframework.web.servlet.ModelAndViewCollectionControllerService.tableJsonRetrieval(UifFormBase form) Get method for getting aaData for jquery datatables which are using sAjaxSource option. -
Uses of UifFormBase in org.kuali.rice.krad.web.service.impl
Methods in org.kuali.rice.krad.web.service.impl with parameters of type UifFormBaseModifier and TypeMethodDescriptionorg.springframework.web.servlet.ModelAndViewCollectionControllerServiceImpl.addBlankLine(UifFormBase form) Invoked by the add blank line action to add a new line instance to the model mollection.org.springframework.web.servlet.ModelAndViewFileControllerServiceImpl.addFileUploadLine(UifFormBase form) Invoked by the multiFile upload element to add a file object to the collection it controls.org.springframework.web.servlet.ModelAndViewCollectionControllerServiceImpl.addLine(UifFormBase form) Invoked by the add line action to add the add line instance to the model collection.org.springframework.web.servlet.ModelAndViewNavigationControllerServiceImpl.back(UifFormBase form) Returns back to a previous URL by looking at various return mechanisms in HistoryFlow and on the form.protected voidQueryControllerServiceImpl.buildLookupCriteriaParameters(UifFormBase form, javax.servlet.http.HttpServletRequest request, Class<?> lookupDataObjectClass, Properties urlParameters) If lookup criteria parameters were configured, pulls the values for those parameters from the form and passes as values to pre-populate the lookup view criteria.protected voidQueryControllerServiceImpl.buildLookupUrlParameters(UifFormBase form, javax.servlet.http.HttpServletRequest request, Class<?> lookupDataObjectClass, Properties urlParameters) Modifies the given properties object representing the lookup URL parameters to add additional parameters based on the form and action parameters.protected StringModelAndViewServiceImpl.buildShowDialogScript(String dialogId, boolean confirmation, UifFormBase form) Builds a JavaScript string for invoking the showDialog method with the given dialog parameters.org.springframework.web.servlet.ModelAndViewControllerServiceImpl.cancel(UifFormBase form) Navigates back to a previous point (depending on how the view was requested).org.springframework.web.servlet.ModelAndViewModelAndViewServiceImpl.checkForm(UifFormBase form) InvokesViewValidationServiceto validate the contents of the given form instance.voidControllerServiceImpl.checkViewAuthorization(UifFormBase form) Invokes the configuredViewAuthorizerto verify the user has access to open the view.org.springframework.web.servlet.ModelAndViewCollectionControllerServiceImpl.closeEditLineDialog(UifFormBase form) Invoked by the edit line modal's hidden event to close the edit line dialog.org.springframework.web.servlet.ModelAndViewFileControllerServiceImpl.deleteFileUploadLine(UifFormBase form) Invoked by the multiFile upload widget to delete a file; Inform the model of file to delete.org.springframework.web.servlet.ModelAndViewCollectionControllerServiceImpl.deleteLine(UifFormBase form) Invoked by the delete line action to delete an item within the model collection.org.springframework.web.servlet.ModelAndViewCollectionControllerServiceImpl.editLine(UifFormBase form) Invoked by the edit line action to edit the edit line instance to the model collection.voidFileControllerServiceImpl.getFileFromLine(UifFormBase form, javax.servlet.http.HttpServletResponse response) Invoked by the multiFile upload widget to get the file contents for a file upload line.org.springframework.web.servlet.ModelAndViewModelAndViewServiceImpl.getMessageView(UifFormBase form, String headerText, String messageText) Retrieves an instance of the view with idUifConstants.MESSAGE_VIEW_IDand sets the header and message from the given parameters.org.springframework.web.servlet.ModelAndViewModelAndViewServiceImpl.getModelAndView(UifFormBase form) Configures the Spring model and view instance containing the form data and pointing to the generic Uif view.org.springframework.web.servlet.ModelAndViewModelAndViewServiceImpl.getModelAndView(UifFormBase form, String pageId) Configures the Spring model and view instance containing the form data and pointing to the generic Uif view, and also changes the current page to the given page id.org.springframework.web.servlet.ModelAndViewModelAndViewServiceImpl.getModelAndView(UifFormBase form, Map<String, Object> additionalViewAttributes) Configures the Spring model and view instance containing the form data and pointing to the generic Uif view, and also adds the given attributes (which can be referenced in the view templates).org.springframework.web.servlet.ModelAndViewModelAndViewServiceImpl.getModelAndViewWithInit(UifFormBase form, String viewId) Initialize a new view instance for the given view id, then configures the Spring model and view instance containing the form data and pointing to the generic Uif view.org.springframework.web.servlet.ModelAndViewModelAndViewServiceImpl.getModelAndViewWithInit(UifFormBase form, String viewId, String pageId) Initialize a new view instance for the given view id, then configures the Spring model and view instance containing the form data and pointing to the generic Uif view.protected StringNavigationControllerServiceImpl.getReturnUrl(UifFormBase form, boolean returnToPrevious, boolean returnToApplicationHome, boolean returnToFlowStart) Gets the URL to return to based form data and the given flags.protected voidRefreshControllerServiceImpl.invokeQuickfinderCallback(UifFormBase form, javax.servlet.http.HttpServletRequest request, String quickfinderId) Retrieves post metadata for the quickfinder component with the given id and if a callback method has been configured, invokes that callback method.protected voidModelAndViewServiceImpl.invokeViewLifecycle(javax.servlet.http.HttpServletRequest request, UifFormBase form) Prepares theViewinstance contained on the form for rendering.org.springframework.web.servlet.ModelAndViewNavigationControllerServiceImpl.navigate(UifFormBase form) Invoked to navigate to a new page within the view.QueryControllerServiceImpl.performFieldQuery(UifFormBase form) Retrieves field query parameters from the request and invokesAttributeQueryService.performFieldQuery(org.kuali.rice.krad.uif.lifecycle.ViewPostMetadata, java.lang.String, java.util.Map<java.lang.String, java.lang.String>)to carry out the field query.QueryControllerServiceImpl.performFieldSuggest(UifFormBase form) Retrieves suggest query parameters from the request and invokesAttributeQueryService.performFieldSuggestQuery(org.kuali.rice.krad.uif.lifecycle.ViewPostMetadata, java.lang.String, java.lang.String, java.util.Map<java.lang.String, java.lang.String>)to carry out the suggest query.protected org.springframework.web.servlet.ModelAndViewCollectionControllerServiceImpl.performHelperLifecycle(UifFormBase form, Runnable runnable) Helper method to run aRunnablethrough the view lifecycle.org.springframework.web.servlet.ModelAndViewQueryControllerServiceImpl.performLookup(UifFormBase form) Inspects the given request and action parameters on the form to build a URL to the requested lookup view.org.springframework.web.servlet.ModelAndViewModelAndViewServiceImpl.performRedirect(UifFormBase form, String redirectUrl) Builds a model and view instance configured to redirect to the given URL.org.springframework.web.servlet.ModelAndViewModelAndViewServiceImpl.performRedirect(UifFormBase form, String baseUrl, Properties urlParameters) Builds an URL from the given base URL and parameters, then builds a model and view instance configured to redirect to the built URL.protected voidRefreshControllerServiceImpl.processMultiValueReturn(UifFormBase form, javax.servlet.http.HttpServletRequest request) Handles the return from a multi-value lookup, processing any select line values and invoking the configured view helper service to create the lines for those values in the model collection.org.springframework.web.servlet.ModelAndViewRefreshControllerServiceImpl.refresh(UifFormBase form) Handles the refresh call by checking the request parameters and delegating out to helper methods.org.springframework.web.servlet.ModelAndViewCollectionControllerServiceImpl.retrieveCollectionPage(UifFormBase form) Invoked by the table paging widget to retrieve a page for a collection group.org.springframework.web.servlet.ModelAndViewCollectionControllerServiceImpl.retrieveEditLineDialog(UifFormBase form) Invoked by the edit line action to show the edit line dialog for the edit line instance to the model collection.org.springframework.web.servlet.ModelAndViewNavigationControllerServiceImpl.returnToHistory(UifFormBase form, boolean returnToPrevious, boolean returnToApplicationHome, boolean returnToFlowStart) Invoked to navigate back to a point in the user's history.org.springframework.web.servlet.ModelAndViewNavigationControllerServiceImpl.returnToHub(UifFormBase form) Invoked to navigate back to the first page in the user's history.org.springframework.web.servlet.ModelAndViewNavigationControllerServiceImpl.returnToPrevious(UifFormBase form) Invoked to navigate back one page in the user's history.org.springframework.web.servlet.ModelAndViewSaveControllerServiceImpl.save(UifFormBase form) Save the form.org.springframework.web.servlet.ModelAndViewSaveControllerServiceImpl.saveField(UifFormBase form) Save the field of the form at the propertyName specified by saveFieldPath (in request params sent); the field is already updated on the form at the time of this invocation.org.springframework.web.servlet.ModelAndViewCollectionControllerServiceImpl.saveLine(UifFormBase form) Invoked by the save line action to save an item within the model collection.protected voidFileControllerServiceImpl.sendFileFromLineResponse(UifFormBase form, javax.servlet.http.HttpServletResponse response, List<FileMeta> collection, FileMeta fileLine) Hook controller method to send a response back by using response.flushBuffer() using request/collection/fileLine information provided.org.springframework.web.servlet.ModelAndViewControllerServiceImpl.sessionTimeout(UifFormBase form) Default impl does nothing but render the view.protected voidRefreshControllerServiceImpl.setFocusJumpFromQuickfinder(UifFormBase form, String quickfinderId) Retrieves the configured focus id and jump id for the quickfinder from the post metadata, and sets those values onto the form for the view rendering.org.springframework.web.servlet.ModelAndViewModelAndViewServiceImpl.showDialog(String dialogId, boolean confirmation, UifFormBase form) Builds the dialog group with the given id then creates the script for showing the dialog once the page reloads.org.springframework.web.servlet.ModelAndViewControllerServiceImpl.start(UifFormBase form) Initial method called when requesting a new view instance.org.springframework.web.servlet.ModelAndViewCollectionControllerServiceImpl.tableJsonRetrieval(UifFormBase form) Get method for getting aaData for jquery datatables which are using sAjaxSource option.Constructors in org.kuali.rice.krad.web.service.impl with parameters of type UifFormBaseModifierConstructorDescriptionCollectionActionParameters(UifFormBase form, boolean requireIndexParam) Constructs a new CollectionActionParameters pulling the action parameter values from the give form.