public class UpgradeDocumentLibrary
extends com.liferay.portal.kernel.upgrade.UpgradeProcess
| Constructor and Description |
|---|
UpgradeDocumentLibrary() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addSync(long syncId,
long companyId,
java.sql.Timestamp createDate,
java.sql.Timestamp modifiedDate,
long fileId,
long repositoryId,
long parentFolderId,
java.lang.String event,
java.lang.String type) |
protected void |
doUpgrade() |
protected long |
getFileEntryId(long groupId,
long folderId,
java.lang.String name) |
protected long |
getGroupId(long folderId) |
protected void |
updateFileEntries() |
protected void |
updateFileRanks() |
protected void |
updateFileShortcuts() |
protected void |
updateFileVersions() |
protected void |
updateLocks() |
protected void |
updateSyncs() |
protected void |
updateThumbnails() |
protected void |
updateThumbnails(long fileEntryId) |
doHasTable, getThreshold, hasTable, increment, increment, isSupportsAlterColumnName, isSupportsAlterColumnType, isSupportsStringCaseSensitiveQuery, isSupportsUpdateWithInnerJoin, tableHasColumn, tableHasData, upgrade, upgrade, upgrade, upgrade, upgradeTable, upgradeTableprotected void addSync(long syncId,
long companyId,
java.sql.Timestamp createDate,
java.sql.Timestamp modifiedDate,
long fileId,
long repositoryId,
long parentFolderId,
java.lang.String event,
java.lang.String type)
throws java.lang.Exception
java.lang.Exceptionprotected void doUpgrade()
throws java.lang.Exception
doUpgrade in class com.liferay.portal.kernel.upgrade.UpgradeProcessjava.lang.Exceptionprotected long getFileEntryId(long groupId,
long folderId,
java.lang.String name)
throws java.lang.Exception
java.lang.Exceptionprotected long getGroupId(long folderId)
throws java.lang.Exception
java.lang.Exceptionprotected void updateFileEntries()
throws java.lang.Exception
java.lang.Exceptionprotected void updateFileRanks()
throws java.lang.Exception
java.lang.Exceptionprotected void updateFileShortcuts()
throws java.lang.Exception
java.lang.Exceptionprotected void updateFileVersions()
throws java.lang.Exception
java.lang.Exceptionprotected void updateLocks()
throws java.lang.Exception
java.lang.Exceptionprotected void updateSyncs()
throws java.lang.Exception
java.lang.Exceptionprotected void updateThumbnails()
throws java.lang.Exception
java.lang.Exceptionprotected void updateThumbnails(long fileEntryId)
throws java.lang.Exception
java.lang.Exception