org.kuali.rice.krad.inquiry
Class InquiryViewPresentationControllerBase

java.lang.Object
  extended by org.kuali.rice.krad.uif.view.ViewPresentationControllerBase
      extended by org.kuali.rice.krad.inquiry.InquiryViewPresentationControllerBase
All Implemented Interfaces:
Serializable, ViewPresentationController
Direct Known Subclasses:
DemoInquiryViewPresentationController

public class InquiryViewPresentationControllerBase
extends ViewPresentationControllerBase

Implementation of ViewPresentationController for InquiryView instances

Adds flag for export of inquiry record

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Constructor Summary
InquiryViewPresentationControllerBase()
           
 
Method Summary
 Set<String> getActionFlags(View view, UifFormBase model)
           
protected  boolean isExportSupported(InquiryView view)
          Examines the data objects data dictionary entry to determine if it supports XML export or not
 
Methods inherited from class org.kuali.rice.krad.uif.view.ViewPresentationControllerBase
canEditField, canEditGroup, canEditLine, canEditLineField, canEditView, canEditWidget, canPerformAction, canPerformLineAction, canViewField, canViewGroup, canViewLine, canViewLineField, canViewWidget, fieldIsRequired, getEditModes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InquiryViewPresentationControllerBase

public InquiryViewPresentationControllerBase()
Method Detail

getActionFlags

public Set<String> getActionFlags(View view,
                                  UifFormBase model)
Specified by:
getActionFlags in interface ViewPresentationController
Overrides:
getActionFlags in class ViewPresentationControllerBase
See Also:
ViewPresentationController.getActionFlags(org.kuali.rice.krad.uif.view.View, org.kuali.rice.krad.web.form.UifFormBase)

isExportSupported

protected boolean isExportSupported(InquiryView view)
Examines the data objects data dictionary entry to determine if it supports XML export or not

Returns:
boolean true if it supports export, false if not


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.