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, wait
getFDSFilter, getSelectionFDSFilterItems, toValueSummary
protected 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 ObjectFieldFilterStrategy
com.liferay.portal.kernel.exception.PortalException
public void validate() throws com.liferay.portal.kernel.exception.PortalException
validate
in interface ObjectFieldFilterStrategy
com.liferay.portal.kernel.exception.PortalException
protected com.liferay.portal.kernel.json.JSONArray getJSONArray() throws com.liferay.portal.kernel.json.JSONException
com.liferay.portal.kernel.json.JSONException