Inquirable
.@Deprecated public interface Inquirable extends Inquirable
Modifier and Type | Method and Description |
---|---|
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<Section> |
getSections(BusinessObject bo)
Deprecated.
|
boolean |
getShowInactiveRecords(String collectionName)
Deprecated.
|
String |
getTitle()
Deprecated.
|
void |
setBusinessObjectClass(Class businessObjectClass)
Deprecated.
|
void |
setShowInactiveRecords(String collectionName,
boolean showInactive)
Deprecated.
|
buildInquirableLink, getDataObjectClass, retrieveDataObject, setDataObjectClass
@Deprecated void setBusinessObjectClass(Class businessObjectClass)
@Deprecated BusinessObject getBusinessObject(Map fieldValues)
@Deprecated HtmlData getInquiryUrl(BusinessObject businessObject, String attributeName, boolean forceInquiry)
@Deprecated String getHtmlMenuBar()
@Deprecated String getTitle()
@Deprecated List<Section> getSections(BusinessObject bo)
@Deprecated void addAdditionalSections(List columns, BusinessObject bo)
@Deprecated boolean getShowInactiveRecords(String collectionName)
collectionName
- - name of the collection (or sub-collection) to check inactive
record display setting@Deprecated Map<String,Boolean> getInactiveRecordDisplay()
@Deprecated void setShowInactiveRecords(String collectionName, boolean showInactive)
collectionName
- - name of the collection (or sub-collection) to set inactive
record display settingshowInactive
- - true to display inactive, false to not display inactive
recordsCopyright © 2005–2014 The Kuali Foundation. All rights reserved.