com.liferay.portal.kernel.upgrade.util
Class ValueMapperWrapper
java.lang.Object
com.liferay.portal.kernel.upgrade.util.ValueMapperWrapper
- All Implemented Interfaces:
- ValueMapper
- Direct Known Subclasses:
- DefaultPKMapper
public class ValueMapperWrapper
- extends Object
- implements ValueMapper
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValueMapperWrapper
public ValueMapperWrapper(ValueMapper valueMapper)
appendException
public void appendException(Object exception)
- Specified by:
appendException
in interface ValueMapper
getNewValue
public Object getNewValue(Object oldValue)
throws Exception
- Specified by:
getNewValue
in interface ValueMapper
- Throws:
Exception
getValueMapper
public ValueMapper getValueMapper()
iterator
public Iterator<Object> iterator()
throws Exception
- Specified by:
iterator
in interface ValueMapper
- Throws:
Exception
mapValue
public void mapValue(Object oldValue,
Object newValue)
throws Exception
- Specified by:
mapValue
in interface ValueMapper
- Throws:
Exception
size
public int size()
throws Exception
- Specified by:
size
in interface ValueMapper
- Throws:
Exception