com.nurelm.nc3to4
Class NCMigration

java.lang.Object
  extended bycom.nurelm.nc3to4.NCMigration

public class NCMigration
extends java.lang.Object

NCMigration

Description:This class is to migrate from NuContent v3.0 to NuContent v4.0 . It migrates the data from the NC3 database to the one used by NC4.JDBC exposes the NC3 database while to move data to NC4 database, nucontent.model is used.


Method Summary
 void assignGroupsToUsers()
          assigns the groups to the users
 void getGroupsAssigned(Page page)
          assigns the groups to the page
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)

assignGroupsToUsers

public void assignGroupsToUsers()
                         throws java.sql.SQLException,
                                DataAccessException
assigns the groups to the users

Throws:
java.sql.SQLException
DataAccessException

getGroupsAssigned

public void getGroupsAssigned(Page page)
                       throws java.sql.SQLException,
                              DataAccessException
assigns the groups to the page

Parameters:
page - apge for which groups(if any) are to be assigned
Throws:
java.sql.SQLException
DataAccessException