Modifier and Type | Method and Description |
---|---|
Collection<?> |
TravelLookupableImpl.performSearch(LookupForm form,
Map<String,String> searchCriteria,
boolean bounded)
Override the performSearch method so that we can perform any additional filtering of results from the standard query.
|
Modifier and Type | Method and Description |
---|---|
Collection<?> |
UIRoleMemberLookupableImpl.performSearch(LookupForm form,
Map<String,String> searchCriteria,
boolean bounded) |
protected void |
TravelLookupableImpl.validateSearchParameterPositiveValues(LookupForm form,
String propertyName,
String searchPropertyValue)
Validates that any numeric value is non-negative.
|
protected boolean |
TravelLookupableImpl.validateSearchParameters(LookupForm form,
Map<String,String> searchCriteria)
Add additional validation to check that numeric values are positive
|
Modifier and Type | Method and Description |
---|---|
Collection<?> |
LabsTravelAccountLookupableImpl.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.
|
Modifier and Type | Method and Description |
---|---|
protected LookupForm |
LookupController.createInitialForm()
Invoked to create a new form instance for the request before it is passed to the Binder/BeanWrapper.
|
Modifier and Type | Method and Description |
---|---|
protected Properties |
LookupControllerServiceImpl.buildReturnSelectedParameters(LookupForm lookupForm)
Builds all the request parameters for the return URL.
|
protected org.springframework.web.servlet.ModelAndView |
LookupControllerServiceImpl.checkForModuleLookupRedirect(LookupForm lookupForm,
javax.servlet.http.HttpServletRequest request)
Checks for a module service that claims the lookup class as an EBO, and if found redirects to the URL
given by the module service.
|
org.springframework.web.servlet.ModelAndView |
LookupControllerServiceImpl.clearValues(LookupForm lookupForm)
Carries out the clear values action by invoking the
Lookupable#performClear) method on the
configured lookupable (view helper) and then setting the cleared criteria onto the given form. |
org.springframework.web.servlet.ModelAndView |
LookupControllerService.clearValues(LookupForm lookupForm)
Performs a reset (or clear) on the lookup criteria values.
|
org.springframework.web.servlet.ModelAndView |
LookupController.clearValues(LookupForm lookupForm) |
org.springframework.web.servlet.ModelAndView |
LookupControllerServiceImpl.deselectAllPages(LookupForm lookupForm)
Clears the form property
UifFormBase.getSelectedLookupResultsCache()
and the selected lines property. |
org.springframework.web.servlet.ModelAndView |
LookupControllerService.deselectAllPages(LookupForm lookupForm)
Handles the deselect all pages action on the lookup results.
|
org.springframework.web.servlet.ModelAndView |
LookupController.deselectAllPages(LookupForm lookupForm) |
protected Map<String,InputField> |
LookupableImpl.getCriteriaFieldsForValidation(LookupView lookupView,
LookupForm form)
Returns the criteria fields in a map keyed by the field property name.
|
protected String |
LookupableImpl.getCriteriaLabel(LookupForm form,
String componentId)
Returns the label of the search criteria field.
|
protected String |
LookupableImpl.getMaintenanceActionUrl(LookupForm lookupForm,
Object dataObject,
String methodToCall,
List<String> pkNames)
Generates a URL to perform a maintenance action on the given result data object.
|
protected String |
LookupControllerServiceImpl.getMultiValueReturnFields(LookupForm lookupForm)
Builds a string containing the names of the fields being returned separated by a comma.
|
protected Map<String,String> |
LookupableImpl.getReturnKeyValues(LookupView lookupView,
LookupForm lookupForm,
Object dataObject)
Returns a map of the configured return keys with their selected values.
|
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 |
static Integer |
LookupUtils.getSearchResultsLimit(Class dataObjectClass,
LookupForm lookupForm)
Parses and returns the lookup result set limit, checking first for the limit for the specific view,
then the class being looked up, and then the global application limit if there isn't a limit specific
to this data object class.
|
protected String |
LookupControllerServiceImpl.getSelectedLineValues(LookupForm lookupForm)
Builds a string containing the selected line identifiers separated by a comma.
|
protected Map<String,String> |
LookupableImpl.getTranslatedReturnKeyValues(LookupView lookupView,
LookupForm lookupForm,
Object dataObject)
Returns a map of the configured return keys translated to their corresponding field conversion with
the associated values.
|
protected List<String> |
LookupableImpl.identifyWildcardDisabledFields(LookupForm lookupForm,
Map<String,String> searchCriteria)
Determines which searchCriteria have been configured with wildcard characters disabled.
|
Map<String,String> |
LookupableImpl.performClear(LookupForm form,
Map<String,String> lookupCriteria)
Invoked when the clear action is requested to reset the search fields to their initial default values.
|
Map<String,String> |
Lookupable.performClear(LookupForm form,
Map<String,String> searchCriteria)
Invoked when the clear action is requested to reset the search fields to their initial default values.
|
Collection<?> |
LookupableImpl.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.
|
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)
Filters the search criteria to be used with the lookup.
|
static void |
LookupUtils.refreshLookupResultSelections(LookupForm form)
Merges the lookup result selections that are part of the request with the selectedLookupResultsCache maintained in
the session.
|
String |
LookupControllerServiceImpl.returnSelected(LookupForm lookupForm,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
Builds the URL for returning back to the calling view and passing the selected line values.
|
String |
LookupControllerService.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.
|
String |
LookupController.returnSelected(LookupForm lookupForm,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) |
org.springframework.web.servlet.ModelAndView |
LookupControllerServiceImpl.search(LookupForm lookupForm)
Carries out the search action by invoking the
Lookupable#performSearch) method on the
configured lookupable (view helper) and then setting the results onto the given form. |
org.springframework.web.servlet.ModelAndView |
LookupControllerService.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 |
LookupController.search(LookupForm lookupForm) |
org.springframework.web.servlet.ModelAndView |
LookupControllerServiceImpl.selectAllPages(LookupForm lookupForm)
Loops through all the lookup results generating the line identifier for each and adding the
resulting set of identifies to the form property
UifFormBase.getSelectedLookupResultsCache() . |
org.springframework.web.servlet.ModelAndView |
LookupControllerService.selectAllPages(LookupForm lookupForm)
Handles the select all pages action on the lookup results.
|
org.springframework.web.servlet.ModelAndView |
LookupController.selectAllPages(LookupForm lookupForm) |
protected void |
LookupableImpl.sortSearchResults(LookupForm form,
List<?> searchResults)
Sorts the given list of search results based on the lookup view's configured sort attributes.
|
protected void |
LookupableImpl.validateSearchParameterConstraint(LookupForm form,
String propertyName,
Map<String,Object> lookupCriteriaAttributes,
String searchPropertyValue,
ValidCharactersConstraint validCharactersConstraint)
Validates that the searchPropertyValue is a valid value based on any constraint that may exist for the property
|
protected boolean |
LookupableImpl.validateSearchParameters(LookupForm form,
Map<String,String> searchCriteria)
Invoked to perform validation on the search criteria before the search is performed.
|
protected void |
LookupableImpl.validateSearchParameterWildcardAndOperators(LookupForm form,
String propertyName,
Map<String,Object> lookupCriteriaAttributes,
String searchPropertyValue)
Validates that any wildcards contained within the search value are valid wildcards and allowed for the
property type for which the field is searching.
|
Modifier and Type | Method and Description |
---|---|
Integer |
ViewDictionaryService.getResultSetLimitForLookup(Class<?> dataObjectClass,
LookupForm form)
Attempts to find an associated
LookupView for the
given data object class and if found returns the configured result
set limit, if multiple lookup views are found the default is used
unless the specific view can be found by view ID |
Modifier and Type | Method and Description |
---|---|
Integer |
ViewDictionaryServiceImpl.getResultSetLimitForLookup(Class<?> dataObjectClass,
LookupForm lookupForm) |
Modifier and Type | Method and Description |
---|---|
protected String |
PropositionLookupableHelperServiceImpl.getMaintenanceActionUrl(LookupForm lookupForm,
Object dataObject,
String methodToCall,
List<String> pkNames) |
protected String |
AgendaLookupableHelperServiceImpl.getMaintenanceActionUrl(LookupForm lookupForm,
Object dataObject,
String methodToCall,
List<String> pkNames) |
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.