org.kuali.rice.kew.rule.bo
Class RuleBaseValuesInquirableImpl

java.lang.Object
  extended by org.kuali.rice.kns.inquiry.KualiInquirableImpl
      extended by org.kuali.rice.kew.rule.bo.RuleBaseValuesInquirableImpl
All Implemented Interfaces:
Inquirable

public class RuleBaseValuesInquirableImpl
extends KualiInquirableImpl

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

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

Field Summary
static java.lang.String ROUTE_HEADER_ID
           
 
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
RuleBaseValuesInquirableImpl()
           
 
Method Summary
 org.kuali.rice.kns.bo.BusinessObject getBusinessObject(java.util.Map fieldValues)
          This overridden method ...
 HtmlData getInquiryUrl(org.kuali.rice.kns.bo.BusinessObject businessObject, java.lang.String attributeName, boolean forceInquiry)
          Helper method to build an inquiry url for a result field.
 java.util.List getSections(org.kuali.rice.kns.bo.BusinessObject bo)
          This overridden method ...
 
Methods inherited from class org.kuali.rice.kns.inquiry.KualiInquirableImpl
addAdditionalSections, createTitleText, getBusinessObjectClass, getBusinessObjectDictionaryService, getBusinessObjectMetaDataService, getBusinessObjectService, getDataDictionaryService, getEncryptionService, getHtmlMenuBar, getHyperLink, getHyperLink, getInactiveRecordDisplay, getInquiryUrlForPrimaryKeys, getKualiConfigurationService, getLookupService, getPersistenceStructureService, 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
 

Field Detail

ROUTE_HEADER_ID

public static final java.lang.String ROUTE_HEADER_ID
See Also:
Constant Field Values
Constructor Detail

RuleBaseValuesInquirableImpl

public RuleBaseValuesInquirableImpl()
Method Detail

getBusinessObject

public org.kuali.rice.kns.bo.BusinessObject getBusinessObject(java.util.Map fieldValues)
This overridden method ...

Specified by:
getBusinessObject in interface Inquirable
Overrides:
getBusinessObject in class KualiInquirableImpl
See Also:
Inquirable.getBusinessObject(java.util.Map)

getSections

public java.util.List getSections(org.kuali.rice.kns.bo.BusinessObject bo)
This overridden method ...

Specified by:
getSections in interface Inquirable
Overrides:
getSections in class KualiInquirableImpl
See Also:
Inquirable.getSections(org.kuali.rice.kns.bo.BusinessObject)

getInquiryUrl

public HtmlData getInquiryUrl(org.kuali.rice.kns.bo.BusinessObject businessObject,
                              java.lang.String attributeName,
                              boolean forceInquiry)
Description copied from class: KualiInquirableImpl
Helper method to build an inquiry url for a result field.

Specified by:
getInquiryUrl in interface Inquirable
Overrides:
getInquiryUrl in class KualiInquirableImpl
Returns:
String url to inquiry
See Also:
org.kuali.kfs.sys.businessobject.inquiry.KfsInquirableImpl#getInquiryUrl(org.kuali.rice.kns.bo.BusinessObject, java.lang.String, boolean)


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