public class LookupInquiryUtils extends Object
| Constructor and Description | 
|---|
| LookupInquiryUtils() | 
| Modifier and Type | Method and Description | 
|---|---|
| static String | getBaseLookupUrl() | 
| static String | getLinkTitleText(String prependText,
                Class<?> element,
                Map<String,String> keyValueMap)Helper method for building the title text for an element and a map of
 key/value pairs | 
| static String | retrieveLookupParameterValue(UifFormBase form,
                            javax.servlet.http.HttpServletRequest request,
                            Class<?> lookupObjectClass,
                            String propertyName,
                            String propertyValueName) | 
public LookupInquiryUtils()
public static String retrieveLookupParameterValue(UifFormBase form, javax.servlet.http.HttpServletRequest request, Class<?> lookupObjectClass, String propertyName, String propertyValueName)
public static String getBaseLookupUrl()
public static String getLinkTitleText(String prependText, Class<?> element, Map<String,String> keyValueMap)
prependText - - text to prepend to the titleelement - - element class the title is being generated for, used to as
            the parent for getting the key labelskeyValueMap - - map of key value pairs to add to the title textCopyright © 2005–2016 The Kuali Foundation. All rights reserved.