BasePortletIdUpgradeProcess@Deprecated public abstract class BaseUpgradePortletId extends UpgradeProcess
UpgradeProcess.Alterableconnection| Constructor and Description |
|---|
BaseUpgradePortletId()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doUpgrade()
Deprecated.
|
protected String |
getNewTypeSettings(String typeSettings,
String oldPropertyId,
String newPropertyId)
Deprecated.
|
protected String |
getNewTypeSettings(String typeSettings,
String oldRootPortletId,
String newRootPortletId,
boolean exactMatch)
Deprecated.
|
protected String[][] |
getRenamePortletIdsArray()
Deprecated.
|
protected String |
getTypeSettingsCriteria(String portletId)
Deprecated.
|
protected String[] |
getUninstanceablePortletIds()
Deprecated.
|
protected void |
updateGroup(long groupId,
String typeSettings)
Deprecated.
As of Mueller (7.2.x), with no direct replacement
|
protected void |
updateGroup(String oldRootPortletId,
String newRootPortletId)
Deprecated.
|
protected void |
updateInstanceablePortletPreferences(String oldRootPortletId,
String newRootPortletId)
Deprecated.
|
protected void |
updateLayout(long plid,
String typeSettings)
Deprecated.
|
protected void |
updateLayout(long plid,
String oldPortletId,
String newPortletId)
Deprecated.
|
protected void |
updateLayoutRevision(long layoutRevisionId,
String typeSettings)
Deprecated.
|
protected void |
updateLayoutRevisions(String oldRootPortletId,
String newRootPortletId,
boolean exactMatch)
Deprecated.
|
protected void |
updateLayouts(String oldRootPortletId,
String newRootPortletId,
boolean exactMatch)
Deprecated.
|
protected void |
updatePortlet(String oldRootPortletId,
String newRootPortletId)
Deprecated.
|
protected void |
updatePortletId(String oldRootPortletId,
String newRootPortletId)
Deprecated.
|
protected void |
updatePortletItem(String oldRootPortletId,
String newRootPortletId)
Deprecated.
|
protected void |
updateResourceAction(String oldName,
String newName)
Deprecated.
|
protected void |
updateResourcePermission(String oldRootPortletId,
String newRootPortletId,
boolean updateName)
Deprecated.
|
protected void |
updateUserNotificationDelivery(String oldPortletId,
String newPortletId)
Deprecated.
|
protected void |
updateUserNotificationEvent(String oldPortletId,
String newPortletId)
Deprecated.
|
protected void |
upgradeInstanceablePortletIds()
Deprecated.
|
protected void |
upgradeUninstanceablePortletIds()
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 String getNewTypeSettings(String typeSettings,
String oldPropertyId,
String newPropertyId)
protected String getNewTypeSettings(String typeSettings,
String oldRootPortletId,
String newRootPortletId,
boolean exactMatch)
protected String[][] getRenamePortletIdsArray()
protected String getTypeSettingsCriteria(String portletId)
protected String[] getUninstanceablePortletIds()
@Deprecated
protected void updateGroup(long groupId,
String typeSettings)
throws Exception
Exceptionprotected void updateGroup(String oldRootPortletId,
String newRootPortletId)
throws Exception
Exceptionprotected void updateInstanceablePortletPreferences(String oldRootPortletId,
String newRootPortletId)
throws Exception
Exceptionprotected void updateLayout(long plid,
String typeSettings)
throws Exception
Exceptionprotected void updateLayout(long plid,
String oldPortletId,
String newPortletId)
throws Exception
Exceptionprotected void updateLayoutRevision(long layoutRevisionId,
String typeSettings)
throws Exception
Exceptionprotected void updateLayoutRevisions(String oldRootPortletId,
String newRootPortletId,
boolean exactMatch)
throws Exception
Exceptionprotected void updateLayouts(String oldRootPortletId,
String newRootPortletId,
boolean exactMatch)
throws Exception
Exceptionprotected void updatePortlet(String oldRootPortletId,
String newRootPortletId)
throws Exception
Exceptionprotected void updatePortletId(String oldRootPortletId,
String newRootPortletId)
throws Exception
Exceptionprotected void updatePortletItem(String oldRootPortletId,
String newRootPortletId)
throws Exception
Exceptionprotected void updateResourceAction(String oldName,
String newName)
throws Exception
Exceptionprotected void updateResourcePermission(String oldRootPortletId,
String newRootPortletId,
boolean updateName)
throws Exception
Exceptionprotected void updateUserNotificationDelivery(String oldPortletId,
String newPortletId)
throws Exception
Exceptionprotected void updateUserNotificationEvent(String oldPortletId,
String newPortletId)
throws Exception
Exceptionprotected void upgradeInstanceablePortletIds()
throws Exception
Exceptionprotected void upgradeUninstanceablePortletIds()
throws Exception
Exception