BaseLastPublishDateUpgradeProcess@Deprecated public abstract class BaseUpgradeLastPublishDate extends UpgradeProcess
UpgradeProcess.Alterable, UpgradeProcess.AlterColumnName, UpgradeProcess.AlterColumnType, UpgradeProcess.AlterTableAddColumn, UpgradeProcess.AlterTableDropColumnconnection| Constructor and Description |
|---|
BaseUpgradeLastPublishDate()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addLastPublishDateColumn(String tableName)
Deprecated.
|
protected Date |
getLayoutSetLastPublishDate(long groupId)
Deprecated.
|
protected Date |
getPortletLastPublishDate(long groupId,
String portletId)
Deprecated.
|
protected List<Long> |
getStagedGroupIds()
Deprecated.
|
protected void |
updateLastPublishDates(String portletId,
String tableName)
Deprecated.
|
protected void |
updateStagedModelLastPublishDates(long groupId,
String tableName,
Date lastPublishDate)
Deprecated.
|
alter, clearIndexesCache, doUpgrade, ensureTableExists, getConnection, getIndexesSQL, getIndexSQLs, getTableColumnsMap, getTableName, getThreshold, increment, increment, increment, isPortal62TableName, isSkipUpgradeProcess, isSupportsAlterColumnName, isSupportsAlterColumnType, isSupportsStringCaseSensitiveQuery, isSupportsUpdateWithInnerJoin, removePrimaryKey, updateIndexes, upgrade, upgrade, upgrade, upgradeTable, upgradeTabledoHasTable, hasColumn, hasColumnType, hasColumnType, hasIndex, hasRows, hasRows, hasTable, process, processConcurrently, processConcurrently, runSQL, runSQL, runSQL, runSQL, runSQLTemplate, runSQLTemplate, runSQLTemplateString, runSQLTemplateStringprotected void addLastPublishDateColumn(String tableName)
throws Exception
Exceptionprotected Date getLayoutSetLastPublishDate(long groupId)
throws Exception
Exceptionprotected Date getPortletLastPublishDate(long groupId,
String portletId)
throws Exception
Exceptionprotected List<Long> getStagedGroupIds()
throws Exception
Exceptionprotected void updateLastPublishDates(String portletId,
String tableName)
throws Exception
Exceptionprotected void updateStagedModelLastPublishDates(long groupId,
String tableName,
Date lastPublishDate)
throws Exception
Exception