public class UpgradeCommunityProperties
extends com.liferay.portal.kernel.upgrade.UpgradeProcess
com.liferay.portal.kernel.upgrade.UpgradeProcess.Alterable, com.liferay.portal.kernel.upgrade.UpgradeProcess.AlterColumnName, com.liferay.portal.kernel.upgrade.UpgradeProcess.AlterColumnType, com.liferay.portal.kernel.upgrade.UpgradeProcess.AlterTableAddColumn, com.liferay.portal.kernel.upgrade.UpgradeProcess.AlterTableDropColumn| Constructor and Description |
|---|
UpgradeCommunityProperties() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doUpgrade() |
protected void |
updatePreferences(String tableName,
String primaryKeyColumnName,
String oldValue,
String newValue) |
protected void |
updatePreferences(String tableName,
String primaryKeyColumnName,
String oldValue,
String newValue,
long primaryKey,
String preferences) |
protected void |
upgradePortalPreferences() |
protected void |
upgradePortletPreferences() |
alter, clearIndexesCache, getIndexesSQL, getThreshold, increment, increment, increment, isSupportsAlterColumnName, isSupportsAlterColumnType, isSupportsStringCaseSensitiveQuery, isSupportsUpdateWithInnerJoin, normalizeName, upgrade, upgrade, upgrade, upgrade, upgradeTable, upgradeTableprotected void doUpgrade()
throws Exception
doUpgrade in class com.liferay.portal.kernel.upgrade.UpgradeProcessExceptionprotected void updatePreferences(String tableName, String primaryKeyColumnName, String oldValue, String newValue) throws Exception
Exceptionprotected void updatePreferences(String tableName, String primaryKeyColumnName, String oldValue, String newValue, long primaryKey, String preferences) throws Exception
Exceptionprotected void upgradePortalPreferences()
throws Exception
Exception