站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.4 API 英文版文档

MigrationModule22_24 - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.migration
Class MigrationModule22_24

java.lang.Object
  extended byorg.jboss.portal.migration.MigrationModule
      extended byorg.jboss.portal.migration.MigrationModule22_24

public class MigrationModule22_24
extends MigrationModule

Handles batch processing tasks for migration from 2.2 to 2.4.

TODO: Move all CMS migration methods to use StatelessSession process.


Field Summary
 
Fields inherited from class org.jboss.portal.migration.MigrationModule
fromConfiguration, fromSession, fromSessionFactory, fromStatelessSession, fromTx, toConfiguration, toSession, toSessionFactory, toStatelessSession, toTx
 
Constructor Summary
MigrationModule22_24()
           
 
Method Summary
 void init()
           
 void migrateCMSData()
           
 void migratePortalObjects()
           
 void migratePortletInstances()
           
 void migrateSecurity()
           
 void migrateUsersRoles()
           
 
Methods inherited from class org.jboss.portal.migration.MigrationModule
close, getCurrentFromSession, getCurrentToSession, getFromConfiguration, getFromSessionFactory, getToConfiguration, getToSessionFactory, nextFromSession, nextFromStatelessSession, nextToSession, nextToStatelessSession, setFromConfiguration, setFromSessionFactory, setToConfiguration, setToSessionFactory, tearDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MigrationModule22_24

public MigrationModule22_24()
Method Detail

init

public void init()
          throws java.lang.Exception
Throws:
java.lang.Exception

migrateCMSData

public void migrateCMSData()
                    throws java.lang.Exception
Throws:
java.lang.Exception

migrateUsersRoles

public void migrateUsersRoles()
                       throws java.lang.Exception
Throws:
java.lang.Exception

migratePortalObjects

public void migratePortalObjects()
                          throws java.lang.Exception
Throws:
java.lang.Exception

migratePortletInstances

public void migratePortletInstances()
                             throws java.lang.Exception
Throws:
java.lang.Exception

migrateSecurity

public void migrateSecurity()
                     throws java.lang.Exception
Throws:
java.lang.Exception