Liferay 6.1.2-ce-ga3

com.liferay.portal.upgrade.v5_0_0.util
Class IGFolderNameColumnImpl

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

public class IGFolderNameColumnImpl
extends BaseUpgradeColumnImpl


Constructor Summary
IGFolderNameColumnImpl(UpgradeColumn groupIdColumn, UpgradeColumn parentFolderIdColumn)
           
 
Method Summary
 Set<String> getDistintNames()
           
 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

IGFolderNameColumnImpl

public IGFolderNameColumnImpl(UpgradeColumn groupIdColumn,
                              UpgradeColumn parentFolderIdColumn)
Method Detail

getDistintNames

public Set<String> getDistintNames()

getNewValue

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

Liferay 6.1.2-ce-ga3