com.liferay.portal.upgrade.v5_2_3
Class UpgradeDocumentLibrary
java.lang.Object
com.liferay.portal.upgrade.UpgradeProcess
com.liferay.portal.upgrade.v5_2_3.UpgradeDocumentLibrary
public class UpgradeDocumentLibrary
- extends UpgradeProcess
View Source
- Author:
- Samuel Kong, Brian Wing Shun Chan, Douglas Wong
Methods inherited from class com.liferay.portal.upgrade.UpgradeProcess |
getThreshold, isSupportsAlterColumnName, isSupportsAlterColumnType, isSupportsStringCaseSensitiveQuery, isSupportsUpdateWithInnerJoin, runSQL, runSQL, runSQLTemplate, runSQLTemplate, upgrade, upgrade |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpgradeDocumentLibrary
public UpgradeDocumentLibrary()
upgrade
public void upgrade()
throws UpgradeException
- Specified by:
upgrade
in class UpgradeProcess
- Throws:
UpgradeException
deletePortletPreferences
protected void deletePortletPreferences(long portletPreferencesId)
throws java.lang.Exception
- Throws:
java.lang.Exception
doUpgrade
protected void doUpgrade()
throws java.lang.Exception
- Throws:
java.lang.Exception
updateGroupId
protected void updateGroupId()
throws java.lang.Exception
- Throws:
java.lang.Exception
updatePortletPreferences
protected void updatePortletPreferences()
throws java.lang.Exception
- Throws:
java.lang.Exception
updatePortletPreferences
protected void updatePortletPreferences(long portletPreferencesId,
java.lang.String preferences)
throws java.lang.Exception
- Throws:
java.lang.Exception
upgradePreferences
protected java.lang.String upgradePreferences(long companyId,
long ownerId,
int ownerType,
long plid,
java.lang.String portletId,
java.lang.String xml)
throws java.lang.Exception
- Throws:
java.lang.Exception