Liferay 6.0.5

com.liferay.portal.upgrade.v5_1_0.util
Class BlogsEntryUrlTitleUpgradeColumnImpl

java.lang.Object
  extended by com.liferay.portal.kernel.upgrade.util.BaseUpgradeColumnImpl
      extended by com.liferay.portal.upgrade.v5_1_0.util.BlogsEntryUrlTitleUpgradeColumnImpl
All Implemented Interfaces:
UpgradeColumn

public class BlogsEntryUrlTitleUpgradeColumnImpl
extends BaseUpgradeColumnImpl


Constructor Summary
BlogsEntryUrlTitleUpgradeColumnImpl(UpgradeColumn entryIdColumn, UpgradeColumn titleColumn)
           
 
Method Summary
 Object getNewValue(Object oldValue)
           
protected  String getUrlTitle(long entryId, String title)
           
 
Methods inherited from class com.liferay.portal.kernel.upgrade.util.BaseUpgradeColumnImpl
getName, getNewColumnType, getNewValue, getOldColumnType, getOldValue, increment, isApplicable, setNewValue, setOldValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlogsEntryUrlTitleUpgradeColumnImpl

public BlogsEntryUrlTitleUpgradeColumnImpl(UpgradeColumn entryIdColumn,
                                           UpgradeColumn titleColumn)
Method Detail

getNewValue

public Object getNewValue(Object oldValue)
                   throws Exception
Throws:
Exception

getUrlTitle

protected String getUrlTitle(long entryId,
                             String title)

Liferay 6.0.5