com.liferay.portal.upgrade.v6_0_0
Class UpgradeExpando

java.lang.Object
  extended by com.liferay.portal.kernel.upgrade.UpgradeProcess
      extended by com.liferay.portal.upgrade.v6_0_0.UpgradeExpando

public class UpgradeExpando
extends com.liferay.portal.kernel.upgrade.UpgradeProcess

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
UpgradeExpando()
           
 
Method Summary
protected  void doUpgrade()
           
protected  void updateColumns(long scTableId, long snTableId, long wolTableId)
           
protected  void updateRows(long scColumnId, long scTableId, long snColumnId, long snTableId, long wolTableId)
           
protected  void updateTables()
           
protected  void updateValues(long scColumnId, long scRowId, long scTableId, long snColumnId, long snRowId, long snTableId, long wolRowId, long wolTableId)
           
 
Methods inherited from class com.liferay.portal.kernel.upgrade.UpgradeProcess
getThreshold, increment, isSupportsAlterColumnName, isSupportsAlterColumnType, isSupportsStringCaseSensitiveQuery, isSupportsUpdateWithInnerJoin, runSQL, runSQL, runSQLTemplate, runSQLTemplate, upgrade, upgrade, upgrade
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpgradeExpando

public UpgradeExpando()
Method Detail

doUpgrade

protected void doUpgrade()
                  throws java.lang.Exception
Overrides:
doUpgrade in class com.liferay.portal.kernel.upgrade.UpgradeProcess
Throws:
java.lang.Exception

updateColumns

protected void updateColumns(long scTableId,
                             long snTableId,
                             long wolTableId)
                      throws java.lang.Exception
Throws:
java.lang.Exception

updateRows

protected void updateRows(long scColumnId,
                          long scTableId,
                          long snColumnId,
                          long snTableId,
                          long wolTableId)
                   throws java.lang.Exception
Throws:
java.lang.Exception

updateTables

protected void updateTables()
                     throws java.lang.Exception
Throws:
java.lang.Exception

updateValues

protected void updateValues(long scColumnId,
                            long scRowId,
                            long scTableId,
                            long snColumnId,
                            long snRowId,
                            long snTableId,
                            long wolRowId,
                            long wolTableId)
                     throws java.lang.Exception
Throws:
java.lang.Exception