public abstract class BaseReplacePortletId extends BaseUpgradePortletId
UpgradeProcess.Alterable, UpgradeProcess.AlterColumnName, UpgradeProcess.AlterColumnType, UpgradeProcess.AlterTableAddColumn, UpgradeProcess.AlterTableDropColumnconnection| Constructor and Description |
|---|
BaseReplacePortletId() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
hasPortlet(String portletId) |
protected boolean |
hasResourceAction(String name) |
protected boolean |
hasResourcePermission(String name) |
protected boolean |
hasRow(String sql,
String value) |
protected void |
updatePortletId(String oldRootPortletId,
String newRootPortletId) |
protected void |
updateResourceAction(String oldName,
String newName) |
protected void |
updateResourcePermission(String oldRootPortletId,
String newRootPortletId,
boolean updateName) |
doUpgrade, getNewTypeSettings, getNewTypeSettings, getRenamePortletIdsArray, getTypeSettingsCriteria, getUninstanceablePortletIds, updateGroup, updateGroup, updateInstanceablePortletPreferences, updateLayout, updateLayout, updateLayoutRevision, updateLayoutRevisions, updateLayouts, updatePortlet, updateUserNotificationDelivery, updateUserNotificationEvent, upgradeInstanceablePortletIds, upgradeUninstanceablePortletIdsalter, clearIndexesCache, getIndexesSQL, getThreshold, increment, increment, increment, isSupportsAlterColumnName, isSupportsAlterColumnType, isSupportsStringCaseSensitiveQuery, isSupportsUpdateWithInnerJoin, normalizeName, upgrade, upgrade, upgrade, upgrade, upgradeTable, upgradeTabledoHasTable, hasColumn, hasColumnType, hasRows, hasRows, hasTable, runSQL, runSQL, runSQL, runSQLTemplate, runSQLTemplate, runSQLTemplateStringprotected boolean hasPortlet(String portletId) throws SQLException
SQLExceptionprotected boolean hasResourceAction(String name) throws SQLException
SQLExceptionprotected boolean hasResourcePermission(String name) throws SQLException
SQLExceptionprotected boolean hasRow(String sql, String value) throws SQLException
SQLExceptionprotected void updatePortletId(String oldRootPortletId, String newRootPortletId) throws Exception
updatePortletId in class BaseUpgradePortletIdExceptionprotected void updateResourceAction(String oldName, String newName) throws Exception
updateResourceAction in class BaseUpgradePortletIdExceptionprotected void updateResourcePermission(String oldRootPortletId, String newRootPortletId, boolean updateName) throws Exception
updateResourcePermission in class BaseUpgradePortletIdException