Liferay 7.0-ce-b7 portal-impl

com.liferay.portal.upgrade.util
Class DefaultUpgradeTableFactoryImpl

java.lang.Object
  extended by com.liferay.portal.upgrade.util.DefaultUpgradeTableFactoryImpl
All Implemented Interfaces:
com.liferay.portal.kernel.upgrade.util.UpgradeTableFactory

public class DefaultUpgradeTableFactoryImpl
extends Object
implements com.liferay.portal.kernel.upgrade.util.UpgradeTableFactory


Constructor Summary
DefaultUpgradeTableFactoryImpl()
           
 
Method Summary
 com.liferay.portal.kernel.upgrade.util.UpgradeTable getUpgradeTable(String tableName, Object[][] columns, com.liferay.portal.kernel.upgrade.util.UpgradeColumn... upgradeColumns)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultUpgradeTableFactoryImpl

public DefaultUpgradeTableFactoryImpl()
Method Detail

getUpgradeTable

public com.liferay.portal.kernel.upgrade.util.UpgradeTable getUpgradeTable(String tableName,
                                                                           Object[][] columns,
                                                                           com.liferay.portal.kernel.upgrade.util.UpgradeColumn... upgradeColumns)
Specified by:
getUpgradeTable in interface com.liferay.portal.kernel.upgrade.util.UpgradeTableFactory

Liferay 7.0-ce-b7 portal-impl