public class UpgradeMessageBoards
extends com.liferay.portal.kernel.upgrade.UpgradeProcess
| Constructor and Description |
|---|
UpgradeMessageBoards() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addThreadFlag(long threadFlagId,
long userId,
long threadId,
java.sql.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) |
getThreshold, increment, increment, isSupportsAlterColumnName, isSupportsAlterColumnType, isSupportsStringCaseSensitiveQuery, isSupportsUpdateWithInnerJoin, upgrade, upgrade, upgrade, upgrade, upgradeTable, upgradeTableprotected void addThreadFlag(long threadFlagId,
long userId,
long threadId,
java.sql.Timestamp modifiedDate)
throws java.lang.Exception
java.lang.Exceptionprotected void doUpgrade()
throws java.lang.Exception
doUpgrade in class com.liferay.portal.kernel.upgrade.UpgradeProcessjava.lang.Exceptionprotected void updateMessage()
throws java.lang.Exception
java.lang.Exceptionprotected void updateMessageAnswer(long messageId,
boolean answer)
throws java.lang.Exception
java.lang.Exceptionprotected void updateThread()
throws java.lang.Exception
java.lang.Exceptionprotected void updateThreadFlag()
throws java.lang.Exception
java.lang.Exceptionprotected void updateThreadQuestion(long threadId,
boolean question)
throws java.lang.Exception
java.lang.Exception