public class DatabaseValueMapper extends Object implements com.liferay.portal.kernel.upgrade.util.ValueMapper
Constructor and Description |
---|
DatabaseValueMapper() |
public void appendException(Object exception)
appendException
in interface com.liferay.portal.kernel.upgrade.util.ValueMapper
public Object getNewValue(Object oldValue) throws Exception
getNewValue
in interface com.liferay.portal.kernel.upgrade.util.ValueMapper
Exception
public Iterator<Object> iterator() throws Exception
iterator
in interface com.liferay.portal.kernel.upgrade.util.ValueMapper
Exception
public void mapValue(Object oldValue, Object newValue) throws Exception
mapValue
in interface com.liferay.portal.kernel.upgrade.util.ValueMapper
Exception