public abstract class BaseReplacePortletId extends BasePortletIdUpgradeProcess
UpgradeProcess.Alterableconnection| Constructor and Description |
|---|
BaseReplacePortletId() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doUpgrade() |
protected boolean |
hasPortlet(java.lang.String portletId) |
protected boolean |
hasResourceAction(java.lang.String name) |
protected boolean |
hasResourcePermission(java.lang.String name) |
protected boolean |
hasRow(java.lang.String sql,
java.lang.String value) |
protected void |
updatePortletId(java.lang.String oldRootPortletId,
java.lang.String newRootPortletId) |
protected void |
updateResourceAction(java.lang.String oldName,
java.lang.String newName) |
protected void |
updateResourcePermission(java.lang.String oldRootPortletId,
java.lang.String newRootPortletId,
boolean updateName) |
getNewTypeSettings, getNewTypeSettings, getRenamePortletIdsArray, getTypeSettingsCriteria, getUninstanceablePortletIds, updateGroup, updateInstanceablePortletPreferences, updateLayout, updateLayout, updateLayoutRevision, updateLayoutRevisions, updateLayouts, updatePortlet, updatePortletItem, updateUserNotificationDelivery, updateUserNotificationEvent, upgradeInstanceablePortletIds, upgradeUninstanceablePortletIdsaddTemporaryIndex, clearIndexesCache, ensureTableExists, getIndexesSQL, getPostUpgradeSteps, getPreUpgradeSteps, getTableColumnsMap, getTableName, getThreshold, getUpgradeSteps, increment, increment, increment, isPortal62TableName, isSkipUpgradeProcess, upgrade, 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 java.lang.Exception
doUpgrade in class BasePortletIdUpgradeProcessjava.lang.Exceptionprotected boolean hasPortlet(java.lang.String portletId)
throws java.sql.SQLException
java.sql.SQLExceptionprotected boolean hasResourceAction(java.lang.String name)
throws java.sql.SQLException
java.sql.SQLExceptionprotected boolean hasResourcePermission(java.lang.String name)
throws java.sql.SQLException
java.sql.SQLExceptionprotected boolean hasRow(java.lang.String sql,
java.lang.String value)
throws java.sql.SQLException
java.sql.SQLExceptionprotected void updatePortletId(java.lang.String oldRootPortletId,
java.lang.String newRootPortletId)
throws java.lang.Exception
updatePortletId in class BasePortletIdUpgradeProcessjava.lang.Exceptionprotected void updateResourceAction(java.lang.String oldName,
java.lang.String newName)
throws java.lang.Exception
updateResourceAction in class BasePortletIdUpgradeProcessjava.lang.Exceptionprotected void updateResourcePermission(java.lang.String oldRootPortletId,
java.lang.String newRootPortletId,
boolean updateName)
throws java.lang.Exception
updateResourcePermission in class BasePortletIdUpgradeProcessjava.lang.Exception