| Package | Description |
|---|---|
| org.kuali.rice.krad.lookup | |
| org.kuali.rice.krad.web.controller |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LookupViewAuthorizerBase.canInitiateDocument(LookupForm lookupForm,
Person user)
Check if user is allowed to initiate the document
|
protected String |
LookupableImpl.getActionUrlHref(LookupForm lookupForm,
Object dataObject,
String methodToCall,
List<String> pkNames)
Generates a URL to perform a maintenance action on the given result data object
|
protected Map<String,InputField> |
LookupableImpl.getCriteriaFieldsForValidation(LookupView lookupView,
LookupForm form) |
protected List<String> |
LookupableImpl.getReturnKeys(LookupView lookupView,
LookupForm lookupForm,
Object dataObject)
Returns the configured return key property names or if not configured defaults to the primary keys
for the data object class
|
protected String |
LookupableImpl.getReturnUrl(LookupView lookupView,
LookupForm lookupForm,
Object dataObject)
Builds the URL for returning the given data object result row
|
protected Properties |
LookupableImpl.getReturnUrlParameters(LookupView lookupView,
LookupForm lookupForm,
Object dataObject)
Builds up a
Properties object that will be used to provide the request parameters for the
return URL link |
protected List<?> |
LookupableImpl.getSearchResults(LookupForm form,
Map<String,String> searchCriteria,
boolean unbounded) |
void |
LookupableImpl.initSuppressAction(LookupForm lookupForm) |
void |
Lookupable.initSuppressAction(LookupForm lookupForm)
Initialize the suppressAction indicator on the LookupForm.
|
Map<String,String> |
LookupableImpl.performClear(LookupForm form,
Map<String,String> searchCriteria) |
Map<String,String> |
Lookupable.performClear(LookupForm form,
Map<String,String> searchCriteria)
Invoked when the clear action is requested to result the search fields to
their initial default values
|
Collection<?> |
LookupableImpl.performSearch(LookupForm form,
Map<String,String> searchCriteria,
boolean bounded) |
Collection<?> |
Lookupable.performSearch(LookupForm form,
Map<String,String> searchCriteria,
boolean bounded)
Invoked to carry out the lookup search based on the given map of key/value search
values
|
protected Map<String,String> |
LookupableImpl.processSearchCriteria(LookupForm lookupForm,
Map<String,String> searchCriteria) |
boolean |
LookupableImpl.validateSearchParameters(LookupForm form,
Map<String,String> searchCriteria) |
boolean |
Lookupable.validateSearchParameters(LookupForm form,
Map<String,String> searchCriteria)
Invoked to perform validation on the search criteria before the search is performed
|
| Modifier and Type | Method and Description |
|---|---|
protected LookupForm |
LookupController.createInitialForm(javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
LookupController.clearValues(LookupForm lookupForm,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
clearValues - clears the values of all the fields on the jsp.
|
org.springframework.web.servlet.ModelAndView |
LookupController.returnSelected(LookupForm lookupForm,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Invoked from the UI to return the selected lookup results lines, parameters are collected to build a URL to
the caller and then a redirect is performed
|
org.springframework.web.servlet.ModelAndView |
LookupController.search(LookupForm lookupForm,
org.springframework.validation.BindingResult result,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
search - sets the values of the data entered on the form on the jsp into a map and then searches for the
results.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.