|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Inquirable
This interface defines the methods for inquirables.
Method Summary | |
---|---|
void |
addAdditionalSections(List columns,
BusinessObject bo)
|
BusinessObject |
getBusinessObject(Map fieldValues)
|
String |
getHtmlMenuBar()
|
Map<String,Boolean> |
getInactiveRecordDisplay()
Returns the Map used to control the state of inactive record collection display. |
HtmlData |
getInquiryUrl(BusinessObject businessObject,
String attributeName,
boolean forceInquiry)
|
List |
getSections(BusinessObject bo)
|
boolean |
getShowInactiveRecords(String collectionName)
Indicates whether inactive records for the given collection should be display. |
String |
getTitle()
|
void |
setBusinessObjectClass(Class businessObjectClass)
|
void |
setShowInactiveRecords(String collectionName,
boolean showInactive)
Indicates to maintainble whether or not inactive records should be displayed for the given collection name. |
Method Detail |
---|
String getHtmlMenuBar()
String getTitle()
BusinessObject getBusinessObject(Map fieldValues)
List getSections(BusinessObject bo)
void setBusinessObjectClass(Class businessObjectClass)
void addAdditionalSections(List columns, BusinessObject bo)
boolean getShowInactiveRecords(String collectionName)
collectionName
- - name of the collection (or sub-collection) to check inactive record display setting
Map<String,Boolean> getInactiveRecordDisplay()
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 recordsHtmlData getInquiryUrl(BusinessObject businessObject, String attributeName, boolean forceInquiry)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |