public abstract class BaseUpgradePortletPreferences extends BaseUpgradePortletPreferences
UpgradeProcess.Alterableconnection| Constructor and Description |
|---|
BaseUpgradePortletPreferences() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
deletePortletPreferencesByOwnerType(int ownerType,
String whereClause,
String leftColumnName,
String[]... joinTables) |
protected void |
updatePortletPreferences() |
protected void |
updatePortletPreferencesWithOwnerType(int ownerType,
String whereClause,
String leftColumnName,
String rightTableName,
String rightColumnName) |
doUpgrade, getCompanyId, getGroup, getLayout, getLayoutRevision, getLayoutUuid, getPortletIds, getUpdatePortletPreferencesWhereClause, upgradeMultiValuePreference, upgradePreferencesaddTempIndex, clearIndexesCache, ensureTableExists, getConnection, getIndexesSQL, getTableColumnsMap, getTableName, getThreshold, increment, increment, increment, isPortal62TableName, isSkipUpgradeProcess, upgrade, upgrade, upgradeaddIndexes, alterColumnName, alterColumnType, alterTableAddColumn, alterTableDropColumn, doHasTable, dropIndexes, getPrimaryKeyColumnNames, hasColumn, hasColumnType, hasIndex, hasRows, hasRows, hasTable, process, processConcurrently, processConcurrently, removePrimaryKey, runSQL, runSQL, runSQL, runSQL, runSQLTemplate, runSQLTemplate, runSQLTemplateString, runSQLTemplateStringprotected void deletePortletPreferencesByOwnerType(int ownerType,
String whereClause,
String leftColumnName,
String[]... joinTables)
throws Exception
Exceptionprotected void updatePortletPreferences()
throws Exception
updatePortletPreferences in class BaseUpgradePortletPreferencesExceptionprotected void updatePortletPreferencesWithOwnerType(int ownerType,
String whereClause,
String leftColumnName,
String rightTableName,
String rightColumnName)
throws Exception
Exception