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 InquiryOrMaintenanceDocumentPresentationController
public Set<String> getConditionallyHiddenSectionIds(BusinessObject businessObject)
getConditionallyHiddenSectionIds
in interface InquiryOrMaintenanceDocumentPresentationController
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.