org.kuali.kfs.vnd.businessobject.inquiry
Class VendorInquirable

java.lang.Object
  extended by org.kuali.rice.kns.inquiry.KualiInquirableImpl
      extended by org.kuali.kfs.sys.businessobject.inquiry.KfsInquirableImpl
          extended by org.kuali.kfs.vnd.businessobject.inquiry.VendorInquirable
All Implemented Interfaces:
org.kuali.rice.kns.inquiry.Inquirable

public class VendorInquirable
extends KfsInquirableImpl

This class adds in some new sections for Org inquiries, specifically Org Hierarchy Org Review Hierarchy


Field Summary
 
Fields inherited from class org.kuali.rice.kns.inquiry.KualiInquirableImpl
businessObjectClass, businessObjectDictionaryService, businessObjectMetaDataService, businessObjectService, dataDictionaryService, encryptionService, inactiveRecordDisplay, INQUIRY_TITLE_PREFIX, kualiConfigurationService, lookupService, persistenceStructureService, SUPER_CLASS_TRANSLATOR_LIST
 
Constructor Summary
VendorInquirable()
           
 
Method Summary
 org.kuali.rice.kns.lookup.HtmlData getInquiryUrl(org.kuali.rice.kns.bo.BusinessObject businessObject, String attributeName, boolean forceInquiry)
          Overrides the helper method to build an inquiry url for a result field.
 
Methods inherited from class org.kuali.rice.kns.inquiry.KualiInquirableImpl
addAdditionalSections, createTitleText, getBusinessObject, getBusinessObjectClass, getBusinessObjectDictionaryService, getBusinessObjectMetaDataService, getBusinessObjectService, getDataDictionaryService, getEncryptionService, getHtmlMenuBar, getHyperLink, getHyperLink, getInactiveRecordDisplay, getInquiryUrlForPrimaryKeys, getKualiConfigurationService, getLookupService, getPersistenceStructureService, getSections, getShowInactiveRecords, getTitle, setBusinessObjectClass, setBusinessObjectDictionaryService, setBusinessObjectMetaDataService, setDataDictionaryService, setEncryptionService, setKualiConfigurationService, setLookupService, setPersistenceStructureService, setShowInactiveRecords
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VendorInquirable

public VendorInquirable()
Method Detail

getInquiryUrl

public org.kuali.rice.kns.lookup.HtmlData getInquiryUrl(org.kuali.rice.kns.bo.BusinessObject businessObject,
                                                        String attributeName,
                                                        boolean forceInquiry)
Overrides the helper method to build an inquiry url for a result field. For the Vendor URL field, returns the url address as the inquiry URL, so that Vendor URL functions as a hyperlink.

Specified by:
getInquiryUrl in interface org.kuali.rice.kns.inquiry.Inquirable
Overrides:
getInquiryUrl in class KfsInquirableImpl
Parameters:
bo - the business object instance to build the urls for
propertyName - the property which links to an inquirable
Returns:
String url to inquiry


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