|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LookupForm in edu.sampleu.travel |
---|
Methods in edu.sampleu.travel with parameters of type LookupForm | |
---|---|
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. |
Uses of LookupForm in org.kuali.rice.krad.demo.uif.lookup |
---|
Methods in org.kuali.rice.krad.demo.uif.lookup with parameters of type LookupForm | |
---|---|
Collection<?> |
UIRoleMemberLookupableImpl.performSearch(LookupForm form,
Map<String,String> searchCriteria,
boolean bounded)
|
protected boolean |
LookupableTravelImpl.validateSearchParameters(LookupForm form,
Map<String,String> searchCriteria)
|
Uses of LookupForm in org.kuali.rice.krad.lookup |
---|
Methods in org.kuali.rice.krad.lookup that return LookupForm | |
---|---|
protected LookupForm |
LookupController.createInitialForm(javax.servlet.http.HttpServletRequest request)
|
Methods in org.kuali.rice.krad.lookup with parameters of type LookupForm | |
---|---|
org.springframework.web.servlet.ModelAndView |
LookupController.clearValues(LookupForm lookupForm)
Resets values in the lookup criteria group to their initial default values. |
org.springframework.web.servlet.ModelAndView |
LookupController.deselectAllPages(LookupForm lookupForm,
javax.servlet.http.HttpServletRequest request,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
Invoked from the UI to mark values from all pages as deselected. |
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.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 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 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> |
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. |
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. |
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. |
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 |
LookupController.returnSelected(LookupForm lookupForm,
javax.servlet.http.HttpServletRequest request,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
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)
Performs the search action using the given lookup criteria and sets the results onto the lookup form, then renders the same lookup view. |
org.springframework.web.servlet.ModelAndView |
LookupController.selectAllPages(LookupForm lookupForm,
javax.servlet.http.HttpServletRequest request,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
Invoked from the UI to mark values from all pages as selected. |
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 boolean |
LookupableImpl.validateSearchParameters(LookupForm form,
Map<String,String> searchCriteria)
Invoked to perform validation on the search criteria before the search is performed. |
Uses of LookupForm in org.kuali.rice.krad.uif.service |
---|
Methods in org.kuali.rice.krad.uif.service with parameters of type LookupForm | |
---|---|
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 |
Uses of LookupForm in org.kuali.rice.krad.uif.service.impl |
---|
Methods in org.kuali.rice.krad.uif.service.impl with parameters of type LookupForm | |
---|---|
Integer |
ViewDictionaryServiceImpl.getResultSetLimitForLookup(Class<?> dataObjectClass,
LookupForm lookupForm)
|
Uses of LookupForm in org.kuali.rice.krms.impl.repository |
---|
Methods in org.kuali.rice.krms.impl.repository with parameters of type LookupForm | |
---|---|
protected String |
AgendaLookupableHelperServiceImpl.getMaintenanceActionUrl(LookupForm lookupForm,
Object dataObject,
String methodToCall,
List<String> pkNames)
|
protected String |
PropositionLookupableHelperServiceImpl.getMaintenanceActionUrl(LookupForm lookupForm,
Object dataObject,
String methodToCall,
List<String> pkNames)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |