com.liferay.portal.upgrade.v6_0_3
Class UpgradeDocumentLibrary
java.lang.Object
com.liferay.portal.kernel.upgrade.UpgradeProcess
com.liferay.portal.upgrade.v6_0_3.UpgradeDocumentLibrary
public class UpgradeDocumentLibrary
- extends com.liferay.portal.kernel.upgrade.UpgradeProcess
- Author:
- Sergio González
| Methods inherited from class com.liferay.portal.kernel.upgrade.UpgradeProcess |
getThreshold, hasTable, increment, increment, isSupportsAlterColumnName, isSupportsAlterColumnType, isSupportsStringCaseSensitiveQuery, isSupportsUpdateWithInnerJoin, runSQL, runSQL, runSQLTemplate, runSQLTemplate, tableHasColumn, tableHasData, upgrade, upgrade, upgrade |
| 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 java.lang.Exception
- Overrides:
doUpgrade in class com.liferay.portal.kernel.upgrade.UpgradeProcess
- Throws:
java.lang.Exception
getFileVersionIds
protected java.util.List<java.lang.Long> getFileVersionIds(long folderId,
java.lang.String name)
throws java.lang.Exception
- Throws:
java.lang.Exception
updateFileEntries
protected void updateFileEntries()
throws java.lang.Exception
- Throws:
java.lang.Exception
updateFileVersion
protected void updateFileVersion(long fileVersionId,
java.lang.String extension,
java.lang.String title,
java.lang.String description,
java.lang.String extraSettings)
throws java.lang.Exception
- Throws:
java.lang.Exception
updateFileVersions
protected void updateFileVersions()
throws java.lang.Exception
- Throws:
java.lang.Exception