Liferay 7.0-ga1 portal-impl

com.liferay.portal.upgrade.v7_0_0
Class UpgradeCompanyId.PortletPreferencesTableUpdater

java.lang.Object
  extended by com.liferay.portal.upgrade.util.UpgradeCompanyId.TableUpdater
      extended by com.liferay.portal.upgrade.v7_0_0.UpgradeCompanyId.PortletPreferencesTableUpdater
All Implemented Interfaces:
Callable<Void>
Enclosing class:
UpgradeCompanyId

protected class UpgradeCompanyId.PortletPreferencesTableUpdater
extends UpgradeCompanyId.TableUpdater


Constructor Summary
UpgradeCompanyId.PortletPreferencesTableUpdater(String tableName)
           
 
Method Summary
 void update(Connection connection)
           
 
Methods inherited from class com.liferay.portal.upgrade.util.UpgradeCompanyId.TableUpdater
call, getCompanyIds, getSelectSQL, getTableName, getUpdateSQL, getUpdateSQL, setCreateCompanyIdColumn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpgradeCompanyId.PortletPreferencesTableUpdater

public UpgradeCompanyId.PortletPreferencesTableUpdater(String tableName)
Method Detail

update

public void update(Connection connection)
            throws IOException,
                   SQLException
Overrides:
update in class UpgradeCompanyId.TableUpdater
Throws:
IOException
SQLException

Liferay 7.0-ga1 portal-impl