public abstract class BaseUpgradeLastPublishDate extends UpgradeProcess
UpgradeProcess.Alterable, UpgradeProcess.AlterColumnName, UpgradeProcess.AlterColumnType, UpgradeProcess.AlterTableAddColumn, UpgradeProcess.AlterTableDropColumnconnection| Constructor and Description |
|---|
BaseUpgradeLastPublishDate() |
| 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) |
alter, clearIndexesCache, doUpgrade, getIndexesSQL, getTableName, getThreshold, increment, increment, increment, isPortal62TableName, isSupportsAlterColumnName, isSupportsAlterColumnType, isSupportsStringCaseSensitiveQuery, isSupportsUpdateWithInnerJoin, normalizeName, upgrade, upgrade, upgrade, upgrade, upgradeTable, upgradeTabledoHasTable, hasColumn, hasColumnType, hasRows, hasRows, hasTable, 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