public interface LookupControllerService extends ControllerService
Modifier and Type | Method and Description |
---|---|
org.springframework.web.servlet.ModelAndView |
clearValues(LookupForm lookupForm)
Performs a reset (or clear) on the lookup criteria values.
|
org.springframework.web.servlet.ModelAndView |
deselectAllPages(LookupForm lookupForm)
Handles the deselect all pages action on the lookup results.
|
String |
returnSelected(LookupForm lookupForm,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
Invoked from the UI to return the selected lookup results lines back to the calling view.
|
org.springframework.web.servlet.ModelAndView |
search(LookupForm lookupForm)
Executes a search using the provided criteria and builds a list of results to return
to the user.
|
org.springframework.web.servlet.ModelAndView |
selectAllPages(LookupForm lookupForm)
Handles the select all pages action on the lookup results.
|
cancel, checkViewAuthorization, sessionTimeout, start
org.springframework.web.servlet.ModelAndView search(LookupForm lookupForm)
lookupForm
- form instance containing the lookup dataorg.springframework.web.servlet.ModelAndView clearValues(LookupForm lookupForm)
lookupForm
- form instance containing the lookup dataorg.springframework.web.servlet.ModelAndView selectAllPages(LookupForm lookupForm)
lookupForm
- form instance containing the lookup dataorg.springframework.web.servlet.ModelAndView deselectAllPages(LookupForm lookupForm)
lookupForm
- form instance containing the lookup dataString returnSelected(LookupForm lookupForm, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
lookupForm
- form instance containing the lookup dataredirectAttributes
- spring provided redirect attributesCopyright © 2005–2016 The Kuali Foundation. All rights reserved.