Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.upgrade.util
Interface ValueMapper

All Known Implementing Classes:
DatabaseValueMapper, DefaultPKMapper, MemoryValueMapper, ValueMapperWrapper

public interface ValueMapper


Method Summary
 void appendException(Object exception)
           
 Object getNewValue(Object oldValue)
           
 Iterator<Object> iterator()
           
 void mapValue(Object oldValue, Object newValue)
           
 int size()
           
 

Method Detail

appendException

void appendException(Object exception)

getNewValue

Object getNewValue(Object oldValue)
                   throws Exception
Throws:
Exception

iterator

Iterator<Object> iterator()
                          throws Exception
Throws:
Exception

mapValue

void mapValue(Object oldValue,
              Object newValue)
              throws Exception
Throws:
Exception

size

int size()
         throws Exception
Throws:
Exception

Liferay 6.1.2-ce-ga3