Liferay 6.0-ee

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

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

public class JournalStructureXSDUpgradeColumnImpl
extends BaseUpgradeColumnImpl


Constructor Summary
JournalStructureXSDUpgradeColumnImpl()
           
 
Method Summary
protected  String formatXSL(String xsd)
           
 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

JournalStructureXSDUpgradeColumnImpl

public JournalStructureXSDUpgradeColumnImpl()
Method Detail

getNewValue

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

formatXSL

protected String formatXSL(String xsd)
                    throws Exception
Throws:
Exception

Liferay 6.0-ee