com.pmease.quickbuild.plugin.report.engine.migration
Class ReportCategoryMigrator

java.lang.Object
  extended by com.pmease.quickbuild.plugin.report.engine.migration.ReportCategoryMigrator

public class ReportCategoryMigrator
extends java.lang.Object


Constructor Summary
ReportCategoryMigrator()
           
 
Method Summary
protected  void buildStats3To4(MigrationContext context, CategoryDb db)
          Migration build stats from qb 3.x to 4.x
protected  void migrateFromXMLToH2(MigrationContext context)
          Common migration function for migrating from XML report to h2 database From qb 3.x to 4.x
protected  void report3To4(ReportMetaData meta, MigrationContext context, CategoryDb db)
          Report data migration from QuickBuild version 3.x to version 4.x
protected  void stats3To4(MigrationContext context, CategoryDb db)
          Migration statistics data from qb 3.x to 4.x
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportCategoryMigrator

public ReportCategoryMigrator()
Method Detail

migrateFromXMLToH2

protected void migrateFromXMLToH2(MigrationContext context)
Common migration function for migrating from XML report to h2 database From qb 3.x to 4.x


report3To4

protected void report3To4(ReportMetaData meta,
                          MigrationContext context,
                          CategoryDb db)
Report data migration from QuickBuild version 3.x to version 4.x

Parameters:
meta -
context -
db -

buildStats3To4

protected void buildStats3To4(MigrationContext context,
                              CategoryDb db)
Migration build stats from qb 3.x to 4.x

Parameters:
context -
db -

stats3To4

protected void stats3To4(MigrationContext context,
                         CategoryDb db)
Migration statistics data from qb 3.x to 4.x

Parameters:
context -
db -


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.