Uses of Class
org.kuali.rice.krad.lookup.LookupForm
Packages that use LookupForm
-
Uses of LookupForm in org.kuali.rice.krad.lookup
Methods in org.kuali.rice.krad.lookup that return LookupFormModifier and TypeMethodDescriptionprotected LookupFormLookupController.createInitialForm()Invoked to create a new form instance for the request before it is passed to the Binder/BeanWrapper.Methods in org.kuali.rice.krad.lookup with parameters of type LookupFormModifier and TypeMethodDescriptionprotected PropertiesLookupControllerServiceImpl.buildReturnSelectedParameters(LookupForm lookupForm) Builds all the request parameters for the return URL.protected org.springframework.web.servlet.ModelAndViewLookupControllerServiceImpl.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.ModelAndViewLookupController.clearValues(LookupForm lookupForm) org.springframework.web.servlet.ModelAndViewLookupControllerService.clearValues(LookupForm lookupForm) Performs a reset (or clear) on the lookup criteria values.org.springframework.web.servlet.ModelAndViewLookupControllerServiceImpl.clearValues(LookupForm lookupForm) Carries out the clear values action by invoking the} method on the configured lookupable (view helper) and then setting the cleared criteria onto the given form.invalid @link
{@link Lookupable#performClear)org.springframework.web.servlet.ModelAndViewLookupController.deselectAllPages(LookupForm lookupForm) org.springframework.web.servlet.ModelAndViewLookupControllerService.deselectAllPages(LookupForm lookupForm) Handles the deselect all pages action on the lookup results.org.springframework.web.servlet.ModelAndViewLookupControllerServiceImpl.deselectAllPages(LookupForm lookupForm) Clears the form propertyUifFormBase.getSelectedLookupResultsCache()and the selected lines property.protected Map<String, InputField> LookupableImpl.getCriteriaFieldsForValidation(LookupView lookupView, LookupForm form) Returns the criteria fields in a map keyed by the field property name.protected StringLookupableImpl.getCriteriaLabel(LookupForm form, String componentId) Returns the label of the search criteria field.protected StringLookupableImpl.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 StringLookupControllerServiceImpl.getMultiValueReturnFields(LookupForm lookupForm) Builds a string containing the names of the fields being returned separated by a comma.LookupableImpl.getReturnKeyValues(LookupView lookupView, LookupForm lookupForm, Object dataObject) Returns a map of the configured return keys with their selected values.protected StringLookupableImpl.getReturnUrl(LookupView lookupView, LookupForm lookupForm, Object dataObject) Builds the URL for returning the given data object result row.protected PropertiesLookupableImpl.getReturnUrlParameters(LookupView lookupView, LookupForm lookupForm, Object dataObject) Builds up aPropertiesobject that will be used to provide the request parameters for the return URL linkstatic IntegerLookupUtils.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 StringLookupControllerServiceImpl.getSelectedLineValues(LookupForm lookupForm) Builds a string containing the selected line identifiers separated by a comma.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.LookupableImpl.identifyWildcardDisabledFields(LookupForm lookupForm, Map<String, String> searchCriteria) Determines which searchCriteria have been configured with wildcard characters disabled.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.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.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.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.LookupableImpl.processSearchCriteria(LookupForm lookupForm, Map<String, String> searchCriteria) Filters the search criteria to be used with the lookup.static voidLookupUtils.refreshLookupResultSelections(LookupForm form) Merges the lookup result selections that are part of the request with the selectedLookupResultsCache maintained in the session.LookupController.returnSelected(LookupForm lookupForm, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) 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.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.org.springframework.web.servlet.ModelAndViewLookupController.search(LookupForm lookupForm) org.springframework.web.servlet.ModelAndViewLookupControllerService.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.ModelAndViewLookupControllerServiceImpl.search(LookupForm lookupForm) Carries out the search action by invoking the} method on the configured lookupable (view helper) and then setting the results onto the given form.invalid @link
{@link Lookupable#performSearch)org.springframework.web.servlet.ModelAndViewLookupController.selectAllPages(LookupForm lookupForm) org.springframework.web.servlet.ModelAndViewLookupControllerService.selectAllPages(LookupForm lookupForm) Handles the select all pages action on the lookup results.org.springframework.web.servlet.ModelAndViewLookupControllerServiceImpl.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 propertyUifFormBase.getSelectedLookupResultsCache().protected voidLookupableImpl.sortSearchResults(LookupForm form, List<?> searchResults) Sorts the given list of search results based on the lookup view's configured sort attributes.protected voidLookupableImpl.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 propertyprotected booleanLookupableImpl.validateSearchParameters(LookupForm form, Map<String, String> searchCriteria) Invoked to perform validation on the search criteria before the search is performed.protected voidLookupableImpl.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. -
Uses of LookupForm in org.kuali.rice.krad.uif.service
Methods in org.kuali.rice.krad.uif.service with parameters of type LookupFormModifier and TypeMethodDescriptionViewDictionaryService.getResultSetLimitForLookup(Class<?> dataObjectClass, LookupForm form) Attempts to find an associatedLookupViewfor 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