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

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

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

An extension of KualiLookupableImpl to support the account balance by object 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
AccountBalanceByObjectLookupableImpl()
           
 
Method Summary
 org.kuali.rice.kns.lookup.HtmlData getInquiryUrl(org.kuali.rice.kns.bo.PersistableBusinessObject bo, String propertyName)
          Returns the inquiry url for a result field.
 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

AccountBalanceByObjectLookupableImpl

public AccountBalanceByObjectLookupableImpl()
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 result field.

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.