Class ExportViewHelper

java.lang.Object
org.kuali.rice.kns.lookup.ExportViewHelper

@Deprecated public class ExportViewHelper extends Object
Deprecated.
KNS Struts deprecated, use KRAD and the Spring MVC framework.
A helper class to be used with the custom ExportView implementations for Display Tag. Most of the logic for interfacing with the KNS export system is encapsulated in this helper class so it can be shared between the various Display Tag export implementations.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Constructor Details

    • ExportViewHelper

      public ExportViewHelper(org.displaytag.model.TableModel tableModel)
      Deprecated.
  • Method Details

    • loadBusinessObjectEntry

      protected org.kuali.rice.krad.datadictionary.BusinessObjectEntry loadBusinessObjectEntry()
      Deprecated.
    • loadBusinessObjects

      protected List<org.kuali.rice.krad.bo.BusinessObject> loadBusinessObjects(org.displaytag.model.TableModel tableModel)
      Deprecated.
    • getBusinessObjectEntry

      public org.kuali.rice.krad.datadictionary.BusinessObjectEntry getBusinessObjectEntry()
      Deprecated.
    • getBusinessObjects

      public List<org.kuali.rice.krad.bo.BusinessObject> getBusinessObjects()
      Deprecated.
    • attemptCustomExport

      public boolean attemptCustomExport(OutputStream outputStream, String exportFormat) throws IOException
      Deprecated.
      Throws:
      IOException
    • attemptCustomExport

      public boolean attemptCustomExport(Writer writer, String exportFormat) throws IOException
      Deprecated.
      Throws:
      IOException
    • checkPermission

      public void checkPermission() throws org.kuali.rice.krad.exception.AuthorizationException
      Deprecated.
      Throws:
      org.kuali.rice.krad.exception.AuthorizationException