com.trackstudio.app.report.handmade
Class MPXHandMadeReport

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

public class MPXHandMadeReport
extends java.lang.Object
implements HandMadeReport

Export tasks hierarchy to MS Project data format (MSDPI)


Constructor Summary
MPXHandMadeReport()
           
 
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 MS Project data format (MSDPI)
 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

MPXHandMadeReport

public MPXHandMadeReport()
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 MS Project data format (MSDPI)

Specified by:
generateImpl in interface HandMadeReport
Parameters:
sc - session context
taskId - task's id
filterId - filter id for filtering subtasks
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.