Liferay 6.0.5

com.liferay.portal.convert
Class ConvertImageGallery

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

public class ConvertImageGallery
extends ConvertProcess


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

Constructor Detail

ConvertImageGallery

public ConvertImageGallery()
Method Detail

getDescription

public String getDescription()
Specified by:
getDescription in class ConvertProcess

getParameterDescription

public String getParameterDescription()
Overrides:
getParameterDescription in class ConvertProcess

getParameterNames

public String[] getParameterNames()
Overrides:
getParameterNames in class ConvertProcess

isEnabled

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

doConvert

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

migrateImage

protected void migrateImage(Image image)
                     throws Exception
Throws:
Exception

migrateImages

protected void migrateImages()
                      throws Exception
Throws:
Exception

Liferay 6.0.5