public abstract class BaseObjectFieldFilterStrategy extends java.lang.Object implements ObjectFieldFilterStrategy
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Locale |
locale |
protected ObjectViewFilterColumn |
objectViewFilterColumn |
| Constructor and Description |
|---|
BaseObjectFieldFilterStrategy(java.util.Locale locale,
ObjectViewFilterColumn objectViewFilterColumn) |
| Modifier and Type | Method and Description |
|---|---|
protected com.liferay.portal.kernel.json.JSONArray |
getJSONArray() |
java.util.Map<java.lang.String,java.lang.Object> |
parse() |
void |
validate() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFDSFilter, getSelectionFDSFilterItems, toValueSummaryprotected java.util.Locale locale
protected ObjectViewFilterColumn objectViewFilterColumn
public BaseObjectFieldFilterStrategy(java.util.Locale locale,
ObjectViewFilterColumn objectViewFilterColumn)
public java.util.Map<java.lang.String,java.lang.Object> parse()
throws com.liferay.portal.kernel.exception.PortalException
parse in interface ObjectFieldFilterStrategycom.liferay.portal.kernel.exception.PortalExceptionpublic void validate()
throws com.liferay.portal.kernel.exception.PortalException
validate in interface ObjectFieldFilterStrategycom.liferay.portal.kernel.exception.PortalExceptionprotected com.liferay.portal.kernel.json.JSONArray getJSONArray()
throws com.liferay.portal.kernel.json.JSONException
com.liferay.portal.kernel.json.JSONException