com.liferay.portal.upgrade.util
Class IdReplacer

java.lang.Object
  extended by com.liferay.portal.upgrade.util.IdReplacer

public class IdReplacer
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
IdReplacer()
           
 
Method Summary
 java.lang.String replaceLongIds(java.lang.String s, java.lang.String begin, java.lang.String end, ValueMapper valueMapper)
           
static java.lang.String replaceLongIds(java.lang.String s, java.lang.String begin, ValueMapper valueMapper)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdReplacer

public IdReplacer()
Method Detail

replaceLongIds

public static java.lang.String replaceLongIds(java.lang.String s,
                                              java.lang.String begin,
                                              ValueMapper valueMapper)
                                       throws java.lang.Exception
Throws:
java.lang.Exception

replaceLongIds

public java.lang.String replaceLongIds(java.lang.String s,
                                       java.lang.String begin,
                                       java.lang.String end,
                                       ValueMapper valueMapper)
                                throws java.lang.Exception
Throws:
java.lang.Exception