Liferay 6.2-ce-ga5

com.liferay.portal.upgrade.v6_0_0.util
Class DLFileEntryTitleUpgradeColumnImpl

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

public class DLFileEntryTitleUpgradeColumnImpl
extends BaseUpgradeColumnImpl


Constructor Summary
DLFileEntryTitleUpgradeColumnImpl(UpgradeColumn nameColumn, String title)
           
 
Method Summary
 Object getNewValue(Object oldValue)
           
 
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

DLFileEntryTitleUpgradeColumnImpl

public DLFileEntryTitleUpgradeColumnImpl(UpgradeColumn nameColumn,
                                         String title)
Method Detail

getNewValue

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

Liferay 6.2-ce-ga5