| org.kuali.core.inquiry.Inquirable
All known Subclasses: org.kuali.core.inquiry.KualiInquirableImpl,
Inquirable | public interface Inquirable (Code) | | This interface defines the methods for inquirables.
|
getInactiveRecordDisplay | public Map<String, Boolean> getInactiveRecordDisplay()(Code) | | Returns the Map used to control the state of inactive record collection display. Exposed for setting from the
maintenance jsp.
|
getShowInactiveRecords | public boolean getShowInactiveRecords(String collectionName)(Code) | | 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 true if inactive records should be displayed, false otherwise |
setBusinessObjectClass | public void setBusinessObjectClass(Class businessObjectClass)(Code) | | |
setShowInactiveRecords | public void setShowInactiveRecords(String collectionName, boolean showInactive)(Code) | | 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 Parameters: showInactive - - true to display inactive, false to not display inactive records |
|
|