BasePortletPreferencesUpgradeProcess@Deprecated public abstract class BaseUpgradePortletPreferences extends UpgradeProcess
UpgradeProcess.Alterableconnection| Constructor and Description |
|---|
BaseUpgradePortletPreferences()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doUpgrade()
Deprecated.
|
protected long |
getCompanyId(String sql,
long primaryKey)
Deprecated.
|
protected Object[] |
getGroup(long groupId)
Deprecated.
|
protected Object[] |
getLayout(long plid)
Deprecated.
|
protected Object[] |
getLayoutRevision(long layoutRevisionId)
Deprecated.
|
protected String |
getLayoutUuid(long plid,
long layoutId)
Deprecated.
|
protected String[] |
getPortletIds()
Deprecated.
|
protected String |
getUpdatePortletPreferencesWhereClause()
Deprecated.
|
protected void |
updatePortletPreferences()
Deprecated.
|
protected void |
upgradeMultiValuePreference(javax.portlet.PortletPreferences portletPreferences,
String key)
Deprecated.
|
protected abstract String |
upgradePreferences(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId,
String xml)
Deprecated.
|
addTempIndex, 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 doUpgrade()
throws Exception
doUpgrade in class UpgradeProcessExceptionprotected long getCompanyId(String sql,
long primaryKey)
throws Exception
Exceptionprotected Object[] getGroup(long groupId)
throws Exception
Exceptionprotected Object[] getLayout(long plid)
throws Exception
Exceptionprotected Object[] getLayoutRevision(long layoutRevisionId)
throws Exception
Exceptionprotected String getLayoutUuid(long plid,
long layoutId)
throws Exception
Exceptionprotected String[] getPortletIds()
protected String getUpdatePortletPreferencesWhereClause()
protected void updatePortletPreferences()
throws Exception
Exceptionprotected void upgradeMultiValuePreference(javax.portlet.PortletPreferences portletPreferences,
String key)
throws javax.portlet.ReadOnlyException
javax.portlet.ReadOnlyExceptionprotected abstract String upgradePreferences(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId,
String xml)
throws Exception
Exception