Operation |
Details |
public explainExportFormats():List |
Sequential Tags: | throws=TechnicalException
| Notes: | Returns a list of ExportFormatsVO representing the existing export formats (layout and structered) as well as their file formats. | |
public explainExportFormatsXML():String |
Sequential Tags: | throws=TechnicalException
| Notes: | Returns a list of ExportFormatsXML representing the existing export formats (layout and structered) as well as their file formats. | |
public getOutput( ExportFormatVO exportFormat, java.util.List pubItemVOList):byte |
Sequential Tags: | throws=TechnicalException
| Notes: | This method provides the formatted output in the specified export format. | |