public abstract class BaseLastPublishDateUpgradeProcess extends UpgradeProcess
UpgradeProcess.Alterableconnection| Constructor and Description |
|---|
BaseLastPublishDateUpgradeProcess() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addLastPublishDateColumn(java.lang.String tableName) |
protected java.util.Date |
getLayoutSetLastPublishDate(long groupId) |
protected java.util.Date |
getPortletLastPublishDate(long groupId,
java.lang.String portletId) |
protected java.util.List<java.lang.Long> |
getStagedGroupIds() |
protected void |
updateLastPublishDates(java.lang.String portletId,
java.lang.String tableName) |
protected void |
updateStagedModelLastPublishDates(long groupId,
java.lang.String tableName,
java.util.Date lastPublishDate) |
addTemporaryIndex, clearIndexesCache, doUpgrade, 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 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