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(java.lang.String tableName)
Deprecated.
|
protected java.util.Date |
getLayoutSetLastPublishDate(long groupId)
Deprecated.
|
protected java.util.Date |
getPortletLastPublishDate(long groupId,
java.lang.String portletId)
Deprecated.
|
protected java.util.List<java.lang.Long> |
getStagedGroupIds()
Deprecated.
|
protected void |
updateLastPublishDates(java.lang.String portletId,
java.lang.String tableName)
Deprecated.
|
protected void |
updateStagedModelLastPublishDates(long groupId,
java.lang.String tableName,
java.util.Date lastPublishDate)
Deprecated.
|
addTempIndex, alter, clearIndexesCache, doUpgrade, ensureTableExists, getConnection, getIndexesSQL, getIndexSQLs, getTableColumnsMap, getTableName, getThreshold, increment, increment, increment, isPortal62TableName, isSkipUpgradeProcess, isSupportsAlterColumnName, isSupportsAlterColumnType, isSupportsStringCaseSensitiveQuery, isSupportsUpdateWithInnerJoin, updateIndexes, upgrade, upgrade, upgrade, upgradeTable, upgradeTableaddIndexes, alterColumnName, alterColumnType, alterTableAddColumn, alterTableDropColumn, doHasTable, dropIndexes, getPrimaryKeyColumnNames, hasColumn, hasColumnType, hasColumnType, hasIndex, hasRows, hasRows, hasTable, process, processConcurrently, processConcurrently, removePrimaryKey, runSQL, runSQL, runSQL, runSQL, runSQLTemplate, runSQLTemplate, runSQLTemplateString, runSQLTemplateStringprotected void addLastPublishDateColumn(java.lang.String tableName)
throws java.lang.Exception
java.lang.Exceptionprotected java.util.Date getLayoutSetLastPublishDate(long groupId)
throws java.lang.Exception
java.lang.Exceptionprotected java.util.Date getPortletLastPublishDate(long groupId,
java.lang.String portletId)
throws java.lang.Exception
java.lang.Exceptionprotected java.util.List<java.lang.Long> getStagedGroupIds()
throws java.lang.Exception
java.lang.Exceptionprotected void updateLastPublishDates(java.lang.String portletId,
java.lang.String tableName)
throws java.lang.Exception
java.lang.Exceptionprotected void updateStagedModelLastPublishDates(long groupId,
java.lang.String tableName,
java.util.Date lastPublishDate)
throws java.lang.Exception
java.lang.Exception