public abstract class BaseUpgradeResourceBlock
extends com.liferay.portal.kernel.upgrade.UpgradeProcess
| Constructor and Description |
|---|
BaseUpgradeResourceBlock() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doUpgrade() |
protected abstract String |
getClassName() |
protected com.liferay.portal.kernel.upgrade.UpgradeStep[] |
getPostUpgradeSteps() |
protected abstract String |
getPrimaryKeyName() |
protected Class<?> |
getTableClass()
Deprecated.
As of Cavanaugh (7.4.x), replaced by
getTableName() |
protected abstract String |
getTableName() |
protected abstract boolean |
hasUserId() |
addTemporaryIndex, clearIndexesCache, ensureTableExists, getIndexesSQL, getPreUpgradeSteps, getTableColumnsMap, getTableName, getThreshold, getUpgradeSteps, increment, increment, increment, isPortal62TableName, isSkipUpgradeProcess, upgrade, upgrade, upgradeaddIndexes, alterColumnName, alterColumnType, alterTableAddColumn, alterTableDropColumn, alterTableName, doHasTable, dropIndexes, dropTable, getConnection, getPrimaryKeyColumnNames, hasColumn, hasColumnType, hasIndex, hasRows, hasRows, hasTable, process, processConcurrently, processConcurrently, removePrimaryKey, runSQL, runSQL, runSQL, runSQL, runSQLTemplate, runSQLTemplate, runSQLTemplateStringprotected void doUpgrade()
throws Exception
doUpgrade in class com.liferay.portal.kernel.upgrade.UpgradeProcessExceptionprotected abstract String getClassName()
protected com.liferay.portal.kernel.upgrade.UpgradeStep[] getPostUpgradeSteps()
getPostUpgradeSteps in class com.liferay.portal.kernel.upgrade.UpgradeProcessprotected abstract String getPrimaryKeyName()
@Deprecated protected Class<?> getTableClass()
getTableName()protected abstract String getTableName()
protected abstract boolean hasUserId()