public abstract class BaseConvertProcess
extends java.lang.Object
implements com.liferay.portal.convert.ConvertProcess
| Constructor and Description |
|---|
BaseConvertProcess() |
| Modifier and Type | Method and Description |
|---|---|
void |
convert() |
protected abstract void |
doConvert() |
java.lang.String |
getConfigurationErrorMessage() |
abstract java.lang.String |
getDescription() |
java.lang.String |
getParameterDescription() |
java.lang.String[] |
getParameterNames() |
java.lang.String[] |
getParameterValues() |
java.lang.String |
getPath() |
abstract boolean |
isEnabled() |
void |
setParameterValues(java.lang.String[] values) |
void |
validate() |
public void convert()
throws com.liferay.portal.convert.ConvertException
convert in interface com.liferay.portal.convert.ConvertProcesscom.liferay.portal.convert.ConvertExceptionpublic java.lang.String getConfigurationErrorMessage()
getConfigurationErrorMessage in interface com.liferay.portal.convert.ConvertProcesspublic abstract java.lang.String getDescription()
getDescription in interface com.liferay.portal.convert.ConvertProcesspublic java.lang.String getParameterDescription()
getParameterDescription in interface com.liferay.portal.convert.ConvertProcesspublic java.lang.String[] getParameterNames()
getParameterNames in interface com.liferay.portal.convert.ConvertProcesspublic java.lang.String[] getParameterValues()
public java.lang.String getPath()
getPath in interface com.liferay.portal.convert.ConvertProcesspublic abstract boolean isEnabled()
isEnabled in interface com.liferay.portal.convert.ConvertProcesspublic void setParameterValues(java.lang.String[] values)
setParameterValues in interface com.liferay.portal.convert.ConvertProcesspublic void validate()
throws com.liferay.portal.convert.ConvertException
validate in interface com.liferay.portal.convert.ConvertProcessConvertExceptionprotected abstract void doConvert()
throws java.lang.Exception
java.lang.Exception