org.kuali.kfs.gl.businessobject.lookup
Class AccountBalanceByLevelLookupableImpl

java.lang.Object
  extended by org.kuali.rice.kns.lookup.KualiLookupableImpl
      extended by org.kuali.kfs.gl.businessobject.lookup.AccountBalanceByLevelLookupableImpl
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.lookup.Lookupable

public class AccountBalanceByLevelLookupableImpl
extends org.kuali.rice.kns.lookup.KualiLookupableImpl

An extension of KualiLookupableImpl to support the account balance by level inquiry screen

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.lookup.KualiLookupableImpl
businessObjectClass, extraOnLoad, IGNORE_LIST, lookupableHelperService
 
Constructor Summary
AccountBalanceByLevelLookupableImpl()
           
 
Method Summary
 org.kuali.rice.kns.lookup.HtmlData getInquiryUrl(org.kuali.rice.kns.bo.PersistableBusinessObject bo, String propertyName)
          Returns the inquiry url for a field if one exist.
 List getSearchResults(Map fieldValues)
          Uses Lookup Service to provide a basic search.
 void setAccountBalanceService(AccountBalanceService abs)
           
 
Methods inherited from class org.kuali.rice.kns.lookup.KualiLookupableImpl
applyConditionalLogicForFieldDisplay, applyFieldAuthorizationsFromNestedLookups, checkForAdditionalFields, getBackLocation, getBusinessObjectClass, getBusinessObjectDictionaryService, getColumns, getCreateNewUrl, getCreateNewUrl, getDataDictionaryService, getDefaultSortColumns, getDocFormKey, getExtraButtonParams, getExtraButtonSource, getExtraField, getExtraOnLoad, getHtmlMenuBar, getLookupableHelperService, getParameters, getPrimaryKeyFieldLabels, getReturnKeys, getReturnLocation, getReturnUrl, getRows, getSearchResultsUnbounded, getSupplementalMenuBar, getTitle, isSearchUsingOnlyPrimaryKeyValues, performClear, performCustomAction, performLookup, setBackLocation, setBusinessObjectClass, setDocFormKey, setExtraOnLoad, setFieldConversions, setLookupableHelperService, setParameters, setReadOnlyFieldsList, shouldDisplayHeaderNonMaintActions, shouldDisplayLookupCriteria, validateSearchParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountBalanceByLevelLookupableImpl

public AccountBalanceByLevelLookupableImpl()
Method Detail

setAccountBalanceService

public void setAccountBalanceService(AccountBalanceService abs)

getInquiryUrl

public org.kuali.rice.kns.lookup.HtmlData getInquiryUrl(org.kuali.rice.kns.bo.PersistableBusinessObject bo,
                                                        String propertyName)
Returns the inquiry url for a field if one exist.

Parameters:
bo - the business object instance to build the urls for
propertyName - the property which links to an inquirable
Returns:
String url to inquiry

getSearchResults

public List getSearchResults(Map fieldValues)
Uses Lookup Service to provide a basic search.

Specified by:
getSearchResults in interface org.kuali.rice.kns.lookup.Lookupable
Overrides:
getSearchResults in class org.kuali.rice.kns.lookup.KualiLookupableImpl
Parameters:
fieldValues - - Map containing prop name keys and search values
Returns:
List found business objects


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