public class UpgradeMessageBoards
extends com.liferay.portal.kernel.upgrade.UpgradeProcess
com.liferay.portal.kernel.upgrade.UpgradeProcess.Alterable, com.liferay.portal.kernel.upgrade.UpgradeProcess.AlterColumnName, com.liferay.portal.kernel.upgrade.UpgradeProcess.AlterColumnType, com.liferay.portal.kernel.upgrade.UpgradeProcess.AlterTableAddColumn, com.liferay.portal.kernel.upgrade.UpgradeProcess.AlterTableDropColumn| Constructor and Description |
|---|
UpgradeMessageBoards() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addThreadFlag(long threadFlagId,
long userId,
long threadId,
Timestamp modifiedDate) |
protected void |
doUpgrade() |
protected void |
updateMessage() |
protected void |
updateMessageAnswer(long messageId,
boolean answer) |
protected void |
updateThread() |
protected void |
updateThreadFlag() |
protected void |
updateThreadQuestion(long threadId,
boolean question) |
alter, clearIndexesCache, getIndexesSQL, getTableName, getThreshold, increment, increment, increment, isSupportsAlterColumnName, isSupportsAlterColumnType, isSupportsStringCaseSensitiveQuery, isSupportsUpdateWithInnerJoin, normalizeName, upgrade, upgrade, upgrade, upgrade, upgradeTable, upgradeTableprotected void addThreadFlag(long threadFlagId,
long userId,
long threadId,
Timestamp modifiedDate)
throws Exception
Exceptionprotected void doUpgrade()
throws Exception
doUpgrade in class com.liferay.portal.kernel.upgrade.UpgradeProcessExceptionprotected void updateMessage()
throws Exception
Exceptionprotected void updateMessageAnswer(long messageId,
boolean answer)
throws Exception
Exceptionprotected void updateThread()
throws Exception
Exceptionprotected void updateThreadFlag()
throws Exception
Exceptionprotected void updateThreadQuestion(long threadId,
boolean question)
throws Exception
Exception