org.kuali.rice.krad.uif.util
Class LookupInquiryUtils

java.lang.Object
  extended by org.kuali.rice.krad.uif.util.LookupInquiryUtils

public class LookupInquiryUtils
extends Object

Class for utility methods that pertain to UIF Lookup processing

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
LookupInquiryUtils()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LookupInquiryUtils

public LookupInquiryUtils()
Method Detail

retrieveLookupParameterValue

public static String retrieveLookupParameterValue(UifFormBase form,
                                                  javax.servlet.http.HttpServletRequest request,
                                                  Class<?> lookupObjectClass,
                                                  String propertyName,
                                                  String propertyValueName)

getBaseLookupUrl

public static String getBaseLookupUrl()

getLinkTitleText

public 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

Parameters:
prependText - - text to prepend to the title
element - - element class the title is being generated for, used to as the parent for getting the key labels
keyValueMap - - map of key value pairs to add to the title text
Returns:
String title text


Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.