org.kuali.rice.kim.lookup
Interface GroupLookupable


public interface GroupLookupable

This is a description of what this class does - shyu don't forget to fill this in.

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

Method Summary
 void changeIdToName(Map fieldValues)
           
 boolean checkForAdditionalFields(Map fieldValues, javax.servlet.http.HttpServletRequest request)
           
 List getColumns()
           
 List getDefaultReturnType()
           
 String getHtmlMenuBar()
           
 String getLookupInstructions()
           
 String getNoReturnParams(Map fieldConversions)
           
 String getReturnLocation()
           
 List getRows()
           
 List getSearchResults(Map fieldValues, Map fieldConversions)
           
 String getTitle()
           
 

Method Detail

getHtmlMenuBar

String getHtmlMenuBar()

getRows

List getRows()

getTitle

String getTitle()

getReturnLocation

String getReturnLocation()

getColumns

List getColumns()

getSearchResults

List getSearchResults(Map fieldValues,
                      Map fieldConversions)
                      throws Exception
Throws:
Exception

getNoReturnParams

String getNoReturnParams(Map fieldConversions)

getLookupInstructions

String getLookupInstructions()

getDefaultReturnType

List getDefaultReturnType()

checkForAdditionalFields

boolean checkForAdditionalFields(Map fieldValues,
                                 javax.servlet.http.HttpServletRequest request)
                                 throws Exception
Throws:
Exception

changeIdToName

void changeIdToName(Map fieldValues)
                    throws Exception
Throws:
Exception


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.