Operation |
Details |
private appendStructuredFormat( List listExportFormatVO):List |
Sequential Notes: | Appends an export structured format to a list of ExportFormatVOs and returns it. | |
public explainExportFormats():List |
Sequential Tags: | throws=TechnicalException
| |
public explainExportFormatsXML():String |
Sequential Tags: | throws=TechnicalException
| |
public getOutput( ExportFormatVO exportFormat, List pubItemVOList):byte |
Sequential Tags: | throws=TechnicalException
| |
private getOutput( String exportFormat, FormatType formatType, String outputFormat, String itemList):byte |
Sequential Tags: | throws=TechnicalException,StructuredExportXSLTNotFoundException,StructuredExportManagerException,IOException,JRException,CitationStyleManagerException
| Notes: | Output wrapper for structuredExportHandler.getOutput and citationStyleHandler.getOutput. Parameters should be controlled in the colling methods! @return generated export | |