|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface 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<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. |
Methods inherited from interface org.kuali.rice.krad.inquiry.Inquirable |
---|
buildInquirableLink, retrieveDataObject, setDataObjectClass |
Method Detail |
---|
@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
records
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |