org.kuali.rice.kns.inquiry
Class InquiryPresentationControllerBase
java.lang.Object
org.kuali.rice.kns.inquiry.InquiryPresentationControllerBase
- All Implemented Interfaces:
- InquiryOrMaintenanceDocumentPresentationController, InquiryPresentationController
public class InquiryPresentationControllerBase
- extends Object
- implements InquiryPresentationController
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InquiryPresentationControllerBase
public InquiryPresentationControllerBase()
getConditionallyHiddenPropertyNames
public Set<String> getConditionallyHiddenPropertyNames(BusinessObject businessObject)
- Implement this method to hide fields based on specific data in the record being inquired into
- Specified by:
getConditionallyHiddenPropertyNames
in interface InquiryOrMaintenanceDocumentPresentationController
- Returns:
- Set of property names that should be hidden
getConditionallyHiddenSectionIds
public Set<String> getConditionallyHiddenSectionIds(BusinessObject businessObject)
- Implement this method to hide sections based on specific data in the record being inquired into
- Specified by:
getConditionallyHiddenSectionIds
in interface InquiryOrMaintenanceDocumentPresentationController
- Returns:
- Set of section ids that should be hidden
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.