Liferay 6.0.5

com.liferay.portal.upgrade.v5_2_0
Class UpgradeJournal

java.lang.Object
  extended by com.liferay.portal.kernel.upgrade.UpgradeProcess
      extended by com.liferay.portal.upgrade.v5_2_0.UpgradeJournal

public class UpgradeJournal
extends UpgradeProcess


Constructor Summary
UpgradeJournal()
           
 
Method Summary
protected  void addDynamicElementInstanceId(Element root)
           
protected  String addDynamicElementInstanceId(String content)
           
protected  void deleteJournalArticleImages()
           
protected  void doUpgrade()
           
protected  void updateJournalArticleContent(long id, String content)
           
protected  void updateJournalArticleImageInstanceId(Element parentElement, String instanceId)
           
 
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

UpgradeJournal

public UpgradeJournal()
Method Detail

doUpgrade

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

addDynamicElementInstanceId

protected String addDynamicElementInstanceId(String content)
                                      throws Exception
Throws:
Exception

addDynamicElementInstanceId

protected void addDynamicElementInstanceId(Element root)
                                    throws Exception
Throws:
Exception

deleteJournalArticleImages

protected void deleteJournalArticleImages()
                                   throws Exception
Throws:
Exception

updateJournalArticleContent

protected void updateJournalArticleContent(long id,
                                           String content)
                                    throws Exception
Throws:
Exception

updateJournalArticleImageInstanceId

protected void updateJournalArticleImageInstanceId(Element parentElement,
                                                   String instanceId)
                                            throws Exception
Throws:
Exception

Liferay 6.0.5