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

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

public class MBMessageIdMapper
extends ValueMapperWrapper

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
MBMessageIdMapper(ValueMapper valueMapper)
           
 
Method Summary
 java.lang.Object getNewValue(java.lang.Object oldValue)
           
 
Methods inherited from class com.liferay.portal.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 java.lang.Object getNewValue(java.lang.Object oldValue)
                             throws java.lang.Exception
Specified by:
getNewValue in interface ValueMapper
Overrides:
getNewValue in class ValueMapperWrapper
Throws:
java.lang.Exception