com.liferay.portal.upgrade.v4_3_0.util
Class PollsChoiceIdUpgradeColumnImpl

java.lang.Object
  extended by com.liferay.portal.upgrade.util.BaseUpgradeColumnImpl
      extended by com.liferay.portal.upgrade.util.PKUpgradeColumnImpl
          extended by com.liferay.portal.upgrade.v4_3_0.util.PollsChoiceIdUpgradeColumnImpl
All Implemented Interfaces:
UpgradeColumn

public class PollsChoiceIdUpgradeColumnImpl
extends PKUpgradeColumnImpl

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
PollsChoiceIdUpgradeColumnImpl(UpgradeColumn questionIdColumn)
           
 
Method Summary
 java.lang.Object getNewValue(java.lang.Object oldValue)
           
 ValueMapper getValueMapper()
           
 
Methods inherited from class com.liferay.portal.upgrade.util.PKUpgradeColumnImpl
getNewColumnType, isTrackValues
 
Methods inherited from class com.liferay.portal.upgrade.util.BaseUpgradeColumnImpl
getName, getNewValue, getOldColumnType, getOldValue, isApplicable, setNewValue, setOldValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PollsChoiceIdUpgradeColumnImpl

public PollsChoiceIdUpgradeColumnImpl(UpgradeColumn questionIdColumn)
Method Detail

getNewValue

public java.lang.Object getNewValue(java.lang.Object oldValue)
                             throws java.lang.Exception
Specified by:
getNewValue in interface UpgradeColumn
Overrides:
getNewValue in class PKUpgradeColumnImpl
Throws:
java.lang.Exception

getValueMapper

public ValueMapper getValueMapper()
Overrides:
getValueMapper in class PKUpgradeColumnImpl