public class UpgradeLayoutSetBranch
extends com.liferay.portal.kernel.upgrade.UpgradeProcess
| Constructor and Description |
|---|
UpgradeLayoutSetBranch() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doUpgrade() |
protected void |
updateLayoutSetBranch(long layoutSetBranchId,
String themeId,
String colorSchemeId,
String wapThemeId,
String wapColorSchemeId,
String css,
String settings,
String layoutSetPrototypeUuid,
boolean layoutSetPrototypeLinkEnabled) |
protected void |
updateLayoutSetBranches() |
protected void |
upgradeLayoutSetBranch(long layoutSetBranchId,
long groupId,
boolean privateLayout) |
addTemporaryIndex, clearIndexesCache, ensureTableExists, getIndexesSQL, getPostUpgradeSteps, getPreUpgradeSteps, getTableColumnsMap, getTableName, getThreshold, getUpgradeSteps, increment, increment, increment, isPortal62TableName, isSkipUpgradeProcess, upgrade, upgradeaddIndexes, alterColumnName, alterColumnType, alterTableAddColumn, alterTableDropColumn, alterTableName, doHasTable, dropIndexes, dropTable, getConnection, getPrimaryKeyColumnNames, hasColumn, hasColumnType, hasIndex, hasRows, hasRows, hasTable, process, processConcurrently, processConcurrently, processConcurrently, removePrimaryKey, runSQL, runSQL, runSQL, runSQL, runSQLTemplate, runSQLTemplate, runSQLTemplateStringprotected void doUpgrade()
throws Exception
doUpgrade in class com.liferay.portal.kernel.upgrade.UpgradeProcessExceptionprotected void updateLayoutSetBranch(long layoutSetBranchId,
String themeId,
String colorSchemeId,
String wapThemeId,
String wapColorSchemeId,
String css,
String settings,
String layoutSetPrototypeUuid,
boolean layoutSetPrototypeLinkEnabled)
throws Exception
Exceptionprotected void updateLayoutSetBranches()
throws Exception
Exceptionprotected void upgradeLayoutSetBranch(long layoutSetBranchId,
long groupId,
boolean privateLayout)
throws Exception
Exception