Liferay 6.1.2-ce-ga3

com.liferay.portal.upgrade.v5_1_2.util
Class CalEventRecurrenceUpgradeColumnImpl

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

Deprecated.

public class CalEventRecurrenceUpgradeColumnImpl
extends BaseUpgradeColumnImpl


Constructor Summary
CalEventRecurrenceUpgradeColumnImpl(String name)
          Deprecated.  
 
Method Summary
 Object getNewValue(Object oldValue)
          Deprecated.  
protected  String serialize(Recurrence recurrence)
          Deprecated.  
 
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

CalEventRecurrenceUpgradeColumnImpl

public CalEventRecurrenceUpgradeColumnImpl(String name)
Deprecated. 
Method Detail

getNewValue

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

serialize

protected String serialize(Recurrence recurrence)
                    throws JSONException
Deprecated. 
Throws:
JSONException

Liferay 6.1.2-ce-ga3