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, getThreshold, increment, increment, increment, isSupportsAlterColumnName, isSupportsAlterColumnType, isSupportsStringCaseSensitiveQuery, isSupportsUpdateWithInnerJoin, normalizeName, upgrade, upgrade, upgrade, upgrade, upgradeTable, upgradeTable
protected void addThreadFlag(long threadFlagId, long userId, long threadId, Timestamp modifiedDate) throws Exception
Exception
protected void doUpgrade() throws Exception
doUpgrade
in class com.liferay.portal.kernel.upgrade.UpgradeProcess
Exception
protected void updateMessageAnswer(long messageId, boolean answer) throws Exception
Exception