Liferay 7.0-ga1 portal-impl

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

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

protected class UpgradeCompanyId.DLSyncEventTableUpdater
extends UpgradeCompanyId.TableUpdater


Constructor Summary
UpgradeCompanyId.DLSyncEventTableUpdater(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.DLSyncEventTableUpdater

public UpgradeCompanyId.DLSyncEventTableUpdater(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