Package org.kuali.rice.kns.inquiry
Class InquiryPresentationControllerBase
java.lang.Object
org.kuali.rice.kns.inquiry.InquiryPresentationControllerBase
- All Implemented Interfaces:
InquiryOrMaintenanceDocumentPresentationController,InquiryPresentationController
@Deprecated
public class InquiryPresentationControllerBase
extends Object
implements InquiryPresentationController
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetConditionallyHiddenPropertyNames(Object businessObject) Deprecated.Implement this method to hide fields based on specific data in the record being inquired intogetConditionallyHiddenSectionIds(Object businessObject) Deprecated.Implement this method to hide sections based on specific data in the record being inquired into
-
Constructor Details
-
InquiryPresentationControllerBase
public InquiryPresentationControllerBase()Deprecated.
-
-
Method Details
-
getConditionallyHiddenPropertyNames
Deprecated.Implement this method to hide fields based on specific data in the record being inquired into- Specified by:
getConditionallyHiddenPropertyNamesin interfaceInquiryOrMaintenanceDocumentPresentationController- Returns:
- Set of property names that should be hidden
-
getConditionallyHiddenSectionIds
Deprecated.Implement this method to hide sections based on specific data in the record being inquired into- Specified by:
getConditionallyHiddenSectionIdsin interfaceInquiryOrMaintenanceDocumentPresentationController- Returns:
- Set of section ids that should be hidden
-
InquiryViewPresentationControllerBase.