Liferay 6.0.5

com.liferay.portal.upgrade.v4_3_5
Class UpgradePortletId

java.lang.Object
  extended by com.liferay.portal.kernel.upgrade.UpgradeProcess
      extended by com.liferay.portal.upgrade.v4_3_5.UpgradePortletId
Direct Known Subclasses:
UpgradePortletId, UpgradePortletId

public class UpgradePortletId
extends UpgradeProcess


Constructor Summary
UpgradePortletId()
           
 
Method Summary
protected  void doUpgrade()
           
protected  String[][] getPortletIdsArray()
           
protected  void updateLayout(long plid, String oldPortletId, String newPortletId)
           
protected  void updatePortlet(String oldRootPortletId, String newRootPortletId)
           
protected  void updateResource(String oldRootPortletId, String newRootPortletId)
           
protected  void updateResourceCode(String oldRootPortletId, String newRootPortletId)
           
protected  void updateTypeSettings(long plid, String typeSettings)
           
 
Methods inherited from class com.liferay.portal.kernel.upgrade.UpgradeProcess
getThreshold, increment, isSupportsAlterColumnName, isSupportsAlterColumnType, isSupportsStringCaseSensitiveQuery, isSupportsUpdateWithInnerJoin, runSQL, runSQL, runSQLTemplate, runSQLTemplate, upgrade, upgrade, upgrade
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpgradePortletId

public UpgradePortletId()
Method Detail

doUpgrade

protected void doUpgrade()
                  throws Exception
Overrides:
doUpgrade in class UpgradeProcess
Throws:
Exception

getPortletIdsArray

protected String[][] getPortletIdsArray()

updateLayout

protected void updateLayout(long plid,
                            String oldPortletId,
                            String newPortletId)
                     throws Exception
Throws:
Exception

updatePortlet

protected void updatePortlet(String oldRootPortletId,
                             String newRootPortletId)
                      throws Exception
Throws:
Exception

updateResource

protected void updateResource(String oldRootPortletId,
                              String newRootPortletId)
                       throws Exception
Throws:
Exception

updateResourceCode

protected void updateResourceCode(String oldRootPortletId,
                                  String newRootPortletId)
                           throws Exception
Throws:
Exception

updateTypeSettings

protected void updateTypeSettings(long plid,
                                  String typeSettings)
                           throws Exception
Throws:
Exception

Liferay 6.0.5