com.trackstudio.app.report.handmade
Class TreeXMLHandMadeReport

java.lang.Object
  extended by com.trackstudio.app.report.handmade.TreeXMLHandMadeReport
All Implemented Interfaces:
Adapter, HandMadeReport

public class TreeXMLHandMadeReport
extends java.lang.Object
implements HandMadeReport

Export tasks hierarchy to XML data format


Constructor Summary
TreeXMLHandMadeReport()
           
 
Method Summary
 java.lang.String generateImpl(SessionContext sc, java.lang.String taskId, java.lang.String filterId, TaskFValue filter, java.lang.String encoding, boolean floatTimeFormat)
          Do generate to Klip Folio format
 java.lang.String getDescription()
          Adapter's description
 boolean init()
          Initialize adapter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeXMLHandMadeReport

public TreeXMLHandMadeReport()
Method Detail

init

public boolean init()
Description copied from interface: Adapter
Initialize adapter. TrackStudio calls this method during startup.

Specified by:
init in interface Adapter
Returns:
true when adapter initialized, false otherwise.

getDescription

public java.lang.String getDescription()
Adapter's description

Specified by:
getDescription in interface Adapter
Returns:
adapter's description

generateImpl

public java.lang.String generateImpl(SessionContext sc,
                                     java.lang.String taskId,
                                     java.lang.String filterId,
                                     TaskFValue filter,
                                     java.lang.String encoding,
                                     boolean floatTimeFormat)
                              throws GranException
Do generate to Klip Folio format

Specified by:
generateImpl in interface HandMadeReport
Parameters:
sc - session context
taskId - task's id
filterId - unused
filter - post filter
encoding - text encoding
floatTimeFormat - format of budgets
Returns:
text of exported document
Throws:
GranException


Copyright © 2002-2008 TrackStudio, Ltd. All Rights Reserved.