com.liferay.portal.upgrade.v7_0_0
Class UpgradeDocumentLibrary
java.lang.Object
com.liferay.portal.kernel.dao.db.BaseDBProcess
com.liferay.portal.kernel.upgrade.UpgradeProcess
com.liferay.portal.upgrade.v7_0_0.UpgradeDocumentLibrary
- All Implemented Interfaces:
- DBProcess
public class UpgradeDocumentLibrary
- extends UpgradeProcess
| Methods inherited from class com.liferay.portal.kernel.upgrade.UpgradeProcess |
doHasTable, getThreshold, hasTable, increment, increment, isSupportsAlterColumnName, isSupportsAlterColumnType, isSupportsStringCaseSensitiveQuery, isSupportsUpdateWithInnerJoin, tableHasColumn, tableHasData, upgrade, upgrade, upgrade, upgradeTable, upgradeTable |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpgradeDocumentLibrary
public UpgradeDocumentLibrary()
doUpgrade
protected void doUpgrade()
throws Exception
- Overrides:
doUpgrade in class UpgradeProcess
- Throws:
Exception
hasFileEntry
protected boolean hasFileEntry(long groupId,
long folderId,
String fileName)
throws Exception
- Throws:
Exception
updateFileEntryFileName
protected void updateFileEntryFileName(long fileEntryId,
String fileName)
throws Exception
- Throws:
Exception
updateFileEntryFileNames
protected void updateFileEntryFileNames()
throws Exception
- Throws:
Exception
updateFileEntryTitle
protected void updateFileEntryTitle(long fileEntryId,
String title,
String version)
throws Exception
- Throws:
Exception
updateFileVersionFileName
protected void updateFileVersionFileName(long fileVersionId,
String fileName)
throws Exception
- Throws:
Exception
updateFileVersionFileNames
protected void updateFileVersionFileNames()
throws Exception
- Throws:
Exception