org.kuali.rice.kns.inquiry
Interface Inquirable

All Superinterfaces:
Inquirable

Deprecated.

@Deprecated
public interface Inquirable
extends Inquirable

Defines business logic methods that support the Inquiry framework


Method Summary
 void addAdditionalSections(List columns, BusinessObject bo)
          Deprecated. 
 BusinessObject getBusinessObject(Map fieldValues)
          Deprecated. 
 String getHtmlMenuBar()
          Deprecated. 
 Map<String,Boolean> getInactiveRecordDisplay()
          Deprecated. 
 HtmlData getInquiryUrl(BusinessObject businessObject, String attributeName, boolean forceInquiry)
          Deprecated. 
 List getSections(BusinessObject bo)
          Deprecated. 
 boolean getShowInactiveRecords(String collectionName)
          Deprecated. 
 String getTitle()
          Deprecated. 
 void setBusinessObjectClass(Class businessObjectClass)
          Deprecated. 
 void setShowInactiveRecords(String collectionName, boolean showInactive)
          Deprecated. 
 
Methods inherited from interface org.kuali.rice.krad.inquiry.Inquirable
buildInquirableLink, retrieveDataObject, setDataObjectClass
 

Method Detail

setBusinessObjectClass

@Deprecated
void setBusinessObjectClass(Class businessObjectClass)
Deprecated. 


getBusinessObject

@Deprecated
BusinessObject getBusinessObject(Map fieldValues)
Deprecated. 


getInquiryUrl

@Deprecated
HtmlData getInquiryUrl(BusinessObject businessObject,
                                  String attributeName,
                                  boolean forceInquiry)
Deprecated. 


getHtmlMenuBar

@Deprecated
String getHtmlMenuBar()
Deprecated. 


getTitle

@Deprecated
String getTitle()
Deprecated. 


getSections

@Deprecated
List getSections(BusinessObject bo)
Deprecated. 


addAdditionalSections

@Deprecated
void addAdditionalSections(List columns,
                                      BusinessObject bo)
Deprecated. 


getShowInactiveRecords

@Deprecated
boolean getShowInactiveRecords(String collectionName)
Deprecated. 

Indicates whether inactive records for the given collection should be display.

Parameters:
collectionName - - name of the collection (or sub-collection) to check inactive record display setting
Returns:
true if inactive records should be displayed, false otherwise

getInactiveRecordDisplay

@Deprecated
Map<String,Boolean> getInactiveRecordDisplay()
Deprecated. 

Returns the Map used to control the state of inactive record collection display. Exposed for setting from the maintenance jsp.


setShowInactiveRecords

@Deprecated
void setShowInactiveRecords(String collectionName,
                                       boolean showInactive)
Deprecated. 

Indicates to maintainble whether or not inactive records should be displayed for the given collection name.

Parameters:
collectionName - - name of the collection (or sub-collection) to set inactive record display setting
showInactive - - true to display inactive, false to not display inactive records


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