public class UpgradeBlogs extends BaseUpgradePortletPreferences
| Constructor and Description |
|---|
UpgradeBlogs() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doUpgrade() |
protected String[] |
getPortletIds() |
protected void |
updateEntries() |
protected void |
updateStatus() |
protected void |
upgradeDisplayStyle(javax.portlet.PortletPreferences portletPreferences) |
protected String |
upgradePreferences(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId,
String xml) |
protected void |
upgradeRss(javax.portlet.PortletPreferences portletPreferences) |
deletePortletPreferencesByOwnerType, updatePortletPreferences, updatePortletPreferencesWithOwnerTypegetCompanyId, getGroup, getLayout, getLayoutRevision, getLayoutUuid, getUpdatePortletPreferencesWhereClause, upgradeMultiValuePreferenceaddTemporaryIndex, 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, removePrimaryKey, runSQL, runSQL, runSQL, runSQL, runSQLTemplate, runSQLTemplate, runSQLTemplateStringprotected void doUpgrade()
throws Exception
doUpgrade in class com.liferay.portal.kernel.upgrade.BasePortletPreferencesUpgradeProcessExceptionprotected String[] getPortletIds()
getPortletIds in class com.liferay.portal.kernel.upgrade.BasePortletPreferencesUpgradeProcessprotected void updateEntries()
throws Exception
Exceptionprotected void updateStatus()
throws Exception
Exceptionprotected void upgradeDisplayStyle(javax.portlet.PortletPreferences portletPreferences)
throws Exception
Exceptionprotected String upgradePreferences(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId,
String xml)
throws Exception
upgradePreferences in class com.liferay.portal.kernel.upgrade.BasePortletPreferencesUpgradeProcessExceptionprotected void upgradeRss(javax.portlet.PortletPreferences portletPreferences)
throws Exception
Exception