java.lang .Object org.kuali.core.lookup .AbstractLookupableHelperServiceImpl org.kuali.module.gl.web.lookupable .AccountBalanceByObjectLookupableHelperServiceImpl AccountBalanceByObjectLookupableHelperServiceImpl public class AccountBalanceByObjectLookupableHelperServiceImpl extends AbstractLookupableHelperServiceImpl (Code) An extension of KualiLookupableImpl to support the account balance by object inquiry screen
getInquiryUrl public String getInquiryUrl(BusinessObject bo, String propertyName)(Code) Returns the inquiry url for a result field.
Parameters: bo - the business object instance to build the urls forParameters: propertyName - the property which links to an inquirable String url to inquiry
getSearchResults public List getSearchResults(Map fieldValues)(Code) Uses Lookup Service to provide a basic search.
Parameters: fieldValues - - Map containing prop name keys and search values List found business objects
Methods inherited from org.kuali.core.lookup.AbstractLookupableHelperServiceImpl public boolean allowsMaintenanceNewOrCopyAction()(Code) (Java Doc) public boolean checkForAdditionalFields(Map fieldValues)(Code) (Java Doc) public String getActionUrls(BusinessObject businessObject)(Code) (Java Doc) public String getBackLocation()(Code) (Java Doc) public Class getBusinessObjectClass()(Code) (Java Doc) public BusinessObjectDictionaryService getBusinessObjectDictionaryService()(Code) (Java Doc) public BusinessObjectMetaDataService getBusinessObjectMetaDataService()(Code) (Java Doc) public BusinessObjectService getBusinessObjectService()(Code) (Java Doc) protected int getColumnMaxLength(String attributeName)(Code) (Java Doc) public List <Column > getColumns()(Code) (Java Doc) public DataDictionaryService getDataDictionaryService()(Code) (Java Doc) public List getDefaultSortColumns()(Code) (Java Doc) public String getDocFormKey()(Code) (Java Doc) protected EncryptionService getEncryptionService()(Code) (Java Doc) public String getInquiryUrl(BusinessObject bo, String propertyName)(Code) (Java Doc) protected LookupResultsService getLookupResultsService()(Code) (Java Doc) protected LookupService getLookupService()(Code) (Java Doc) protected String getMaintenanceDocumentTypeName()(Code) (Java Doc) public String getMaintenanceUrl(BusinessObject businessObject, String methodToCall)(Code) (Java Doc) protected Properties getParameters(BusinessObject bo, Map fieldConversions, String lookupImpl)(Code) (Java Doc) protected PersistenceStructureService getPersistenceStructureService()(Code) (Java Doc) public String getPrimaryKeyFieldLabels()(Code) (Java Doc) public List <String > getReadOnlyFieldsList()(Code) (Java Doc) public String getReferencesToRefresh()(Code) (Java Doc) public List getReturnKeys()(Code) (Java Doc) public String getReturnLocation()(Code) (Java Doc) public String getReturnUrl(BusinessObject businessObject, Map fieldConversions, String lookupImpl)(Code) (Java Doc) public List <Row > getRows()(Code) (Java Doc) abstract public List <? extends BusinessObject > getSearchResults(Map <String , String > fieldValues)(Code) (Java Doc) public List <? extends BusinessObject > getSearchResultsUnbounded(Map <String , String > fieldValues)(Code) (Java Doc) protected SequenceAccessorService getSequenceAccessorService()(Code) (Java Doc) protected UniversalUserService getUniversalUserService()(Code) (Java Doc) public boolean isSearchUsingOnlyPrimaryKeyValues()(Code) (Java Doc) public Collection performLookup(LookupForm lookupForm, Collection resultTable, boolean bounded)(Code) (Java Doc) public void setBackLocation(String backLocation)(Code) (Java Doc) public void setBusinessObjectClass(Class businessObjectClass)(Code) (Java Doc) public void setBusinessObjectDictionaryService(BusinessObjectDictionaryService businessObjectDictionaryService)(Code) (Java Doc) public void setBusinessObjectMetaDataService(BusinessObjectMetaDataService businessObjectMetaDataService)(Code) (Java Doc) public void setBusinessObjectService(BusinessObjectService businessObjectService)(Code) (Java Doc) public void setDataDictionaryService(DataDictionaryService dataDictionaryService)(Code) (Java Doc) public void setDocFormKey(String docFormKey)(Code) (Java Doc) public void setEncryptionService(EncryptionService encryptionService)(Code) (Java Doc) public void setFieldConversions(Map fieldConversions)(Code) (Java Doc) public void setLookupResultsService(LookupResultsService lookupResultsService)(Code) (Java Doc) public void setLookupService(LookupService lookupService)(Code) (Java Doc) public void setPersistenceStructureService(PersistenceStructureService persistenceStructureService)(Code) (Java Doc) public void setReadOnlyFieldsList(List <String > readOnlyFieldsList)(Code) (Java Doc) protected void setReferencesToRefresh(String referencesToRefresh)(Code) (Java Doc) protected void setRows()(Code) (Java Doc) public void setSequenceAccessorService(SequenceAccessorService sequenceAccessorService)(Code) (Java Doc) public void setUniversalUserService(UniversalUserService universalUserService)(Code) (Java Doc) public void validateSearchParameters(Map fieldValues)(Code) (Java Doc)