public interface ColumnProcessor
| Modifier and Type | Method and Description |
|---|---|
String |
processColumn(String columnId) |
String |
processColumn(String columnId,
String classNames) |
String |
processDynamicColumn(String columnId,
String classNames) |
String |
processMax() |
String |
processPortlet(String portletId) |
String |
processPortlet(String portletId,
Map<String,?> defaultSettingsMap) |
String |
processPortlet(String portletProviderClassName,
com.liferay.portal.kernel.portlet.PortletProvider.Action portletProviderAction) |
String processColumn(String columnId)
throws Exception
ExceptionString processColumn(String columnId,
String classNames)
throws Exception
ExceptionString processDynamicColumn(String columnId,
String classNames)
throws Exception
ExceptionString processMax()
throws Exception
ExceptionString processPortlet(String portletId)
throws Exception
ExceptionString processPortlet(String portletId,
Map<String,?> defaultSettingsMap)
throws Exception
ExceptionString processPortlet(String portletProviderClassName,
com.liferay.portal.kernel.portlet.PortletProvider.Action portletProviderAction)
throws Exception
Exception