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

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

public class PollsVoteChoiceIdUpgradeColumnImpl
extends BaseUpgradeColumnImpl

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
PollsVoteChoiceIdUpgradeColumnImpl(UpgradeColumn questionIdColumn, ValueMapper pollsChoiceIdMapper)
           
 
Method Summary
 java.lang.Object getNewValue(java.lang.Object oldValue)
           
 
Methods inherited from class com.liferay.portal.upgrade.util.BaseUpgradeColumnImpl
getName, getNewColumnType, 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

PollsVoteChoiceIdUpgradeColumnImpl

public PollsVoteChoiceIdUpgradeColumnImpl(UpgradeColumn questionIdColumn,
                                          ValueMapper pollsChoiceIdMapper)
Method Detail

getNewValue

public java.lang.Object getNewValue(java.lang.Object oldValue)
                             throws java.lang.Exception
Throws:
java.lang.Exception