org.kuali.rice.kns.inquiry
Class InquiryPresentationControllerBase

java.lang.Object
  extended by org.kuali.rice.kns.inquiry.InquiryPresentationControllerBase
All Implemented Interfaces:
InquiryOrMaintenanceDocumentPresentationController, InquiryPresentationController

public class InquiryPresentationControllerBase
extends Object
implements InquiryPresentationController


Constructor Summary
InquiryPresentationControllerBase()
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InquiryPresentationControllerBase

public InquiryPresentationControllerBase()
Method Detail

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-2015 The Kuali Foundation. All Rights Reserved.