public class InquiryPresentationControllerBase extends Object implements InquiryPresentationController
| Constructor and Description |
|---|
InquiryPresentationControllerBase() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getConditionallyHiddenPropertyNames(BusinessObject businessObject)
Implement this method to hide fields based on specific data in the record being inquired into
|
Set<String> |
getConditionallyHiddenSectionIds(BusinessObject businessObject)
Implement this method to hide sections based on specific data in the record being inquired into
|
public InquiryPresentationControllerBase()
public Set<String> getConditionallyHiddenPropertyNames(BusinessObject businessObject)
getConditionallyHiddenPropertyNames in interface InquiryOrMaintenanceDocumentPresentationControllerpublic Set<String> getConditionallyHiddenSectionIds(BusinessObject businessObject)
getConditionallyHiddenSectionIds in interface InquiryOrMaintenanceDocumentPresentationControllerCopyright © 2005–2016 The Kuali Foundation. All rights reserved.