Package org.kuali.rice.kns.lookup
Class ExportViewHelper
java.lang.Object
org.kuali.rice.kns.lookup.ExportViewHelper
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanattemptCustomExport(OutputStream outputStream, String exportFormat) Deprecated.booleanattemptCustomExport(Writer writer, String exportFormat) Deprecated.voidDeprecated.org.kuali.rice.krad.datadictionary.BusinessObjectEntryDeprecated.List<org.kuali.rice.krad.bo.BusinessObject> Deprecated.protected org.kuali.rice.krad.datadictionary.BusinessObjectEntryDeprecated.protected List<org.kuali.rice.krad.bo.BusinessObject> loadBusinessObjects(org.displaytag.model.TableModel tableModel) Deprecated.
-
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
Deprecated. -
attemptCustomExport
public boolean attemptCustomExport(OutputStream outputStream, String exportFormat) throws IOException Deprecated.- Throws:
IOException
-
attemptCustomExport
Deprecated.- Throws:
IOException
-
checkPermission
public void checkPermission() throws org.kuali.rice.krad.exception.AuthorizationExceptionDeprecated.- Throws:
org.kuali.rice.krad.exception.AuthorizationException
-