Liferay 6.0-ee

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

java.lang.Object
  extended by com.liferay.portal.kernel.upgrade.util.ValueMapperWrapper
      extended by com.liferay.portal.upgrade.v4_3_0.util.MBMessageIdMapper
All Implemented Interfaces:
ValueMapper

public class MBMessageIdMapper
extends ValueMapperWrapper


Constructor Summary
MBMessageIdMapper(ValueMapper valueMapper)
           
 
Method Summary
 Object getNewValue(Object oldValue)
           
 
Methods inherited from class com.liferay.portal.kernel.upgrade.util.ValueMapperWrapper
appendException, getValueMapper, iterator, mapValue, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBMessageIdMapper

public MBMessageIdMapper(ValueMapper valueMapper)
Method Detail

getNewValue

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

Liferay 6.0-ee