com.liferay.portal.convert
Class ConvertPermissionTuner

java.lang.Object
  extended by com.liferay.portal.convert.ConvertProcess
      extended by com.liferay.portal.convert.ConvertPermissionTuner

public class ConvertPermissionTuner
extends ConvertProcess

View Source

Author:
Alexander Chow

Constructor Summary
ConvertPermissionTuner()
           
 
Method Summary
protected  void doConvert()
           
 java.lang.String getDescription()
           
 java.lang.String getPath()
           
 boolean isEnabled()
           
 
Methods inherited from class com.liferay.portal.convert.ConvertProcess
convert, getParameterDescription, getParameterNames, getParameterValues, setParameterValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConvertPermissionTuner

public ConvertPermissionTuner()
Method Detail

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in class ConvertProcess

getPath

public java.lang.String getPath()
Overrides:
getPath in class ConvertProcess

isEnabled

public boolean isEnabled()
Specified by:
isEnabled in class ConvertProcess

doConvert

protected void doConvert()
                  throws java.lang.Exception
Specified by:
doConvert in class ConvertProcess
Throws:
java.lang.Exception