interface: ItemExporting

public abstract <<interface>> interface: ItemExporting
Author: Galina Stancheva (initial creation) $Author: mfranke $ (last modification)
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:31:24; Modified: 16.07.2009 15:31:24;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {6A74AAC1-0740-4e6d-BB52-83B91C79AECC}
Interface for retrieving of export formats as well as an export file containing and presenting an item list in accordance of a special export format. Revised by StG: 24.08.2007
@created 26-Jun-2007 18:14:02
 

Goto: Fields, Methods

See also: ItemExportingBean, PubItemSearchingBean, ItemExportingTest, ItemControllerSessionBean

Appears in: pubman

Connections
 
ItemExporting Attributes
Attribute Details
public static const String
  SERVICE_NAME
Initial: "ejb/de/mpg/escidoc/services/pubman/ItemExporting"
Notes: The service name.
 
ItemExporting Methods
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.