Liferay 6.0.5

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

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

public class JournalArticlePKUpgradeColumnImpl
extends PKUpgradeColumnImpl


Constructor Summary
JournalArticlePKUpgradeColumnImpl(UpgradeColumn companyIdColumn, UpgradeColumn groupIdColumn)
           
 
Method Summary
 Object getNewValue(Object oldValue)
           
 Long getResourcePrimKey()
           
 ValueMapper getValueMapper()
           
 
Methods inherited from class com.liferay.portal.upgrade.util.PKUpgradeColumnImpl
getNewColumnType, isTrackValues
 
Methods inherited from class com.liferay.portal.kernel.upgrade.util.BaseUpgradeColumnImpl
getName, 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

JournalArticlePKUpgradeColumnImpl

public JournalArticlePKUpgradeColumnImpl(UpgradeColumn companyIdColumn,
                                         UpgradeColumn groupIdColumn)
Method Detail

getNewValue

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

getValueMapper

public ValueMapper getValueMapper()
Overrides:
getValueMapper in class PKUpgradeColumnImpl

getResourcePrimKey

public Long getResourcePrimKey()

Liferay 6.0.5