Liferay 6.1.2-ce-ga3

com.liferay.portal.upgrade.util
Class DatabaseValueMapper

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

public class DatabaseValueMapper
extends Object
implements ValueMapper


Constructor Summary
DatabaseValueMapper()
           
 
Method Summary
 void appendException(Object exception)
           
 Object getNewValue(Object oldValue)
           
 Iterator<Object> iterator()
           
 void mapValue(Object oldValue, Object newValue)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseValueMapper

public DatabaseValueMapper()
Method Detail

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

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

Liferay 6.1.2-ce-ga3