|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.kns.lookup.ExportViewHelper
@Deprecated public class ExportViewHelper
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.
Constructor Summary | |
---|---|
ExportViewHelper(org.displaytag.model.TableModel tableModel)
Deprecated. |
Method Summary | |
---|---|
boolean |
attemptCustomExport(OutputStream outputStream,
String exportFormat)
Deprecated. |
boolean |
attemptCustomExport(Writer writer,
String exportFormat)
Deprecated. |
BusinessObjectEntry |
getBusinessObjectEntry()
Deprecated. |
List<BusinessObject> |
getBusinessObjects()
Deprecated. |
protected BusinessObjectEntry |
loadBusinessObjectEntry()
Deprecated. |
protected List<BusinessObject> |
loadBusinessObjects(org.displaytag.model.TableModel tableModel)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExportViewHelper(org.displaytag.model.TableModel tableModel)
Method Detail |
---|
protected BusinessObjectEntry loadBusinessObjectEntry()
protected List<BusinessObject> loadBusinessObjects(org.displaytag.model.TableModel tableModel)
public BusinessObjectEntry getBusinessObjectEntry()
public List<BusinessObject> getBusinessObjects()
public boolean attemptCustomExport(OutputStream outputStream, String exportFormat) throws IOException
IOException
public boolean attemptCustomExport(Writer writer, String exportFormat) throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |