Class MerchandisingFilter
java.lang.Object
com.day.cq.analytics.sitecatalyst.EvarFilter
com.day.cq.analytics.sitecatalyst.MerchandisingFilter
- All Implemented Interfaces:
Filter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfilter(JSONObject obj) Returns true if variable is of the correct type, false otherwise.Methods inherited from class com.day.cq.analytics.sitecatalyst.EvarFilter
getJSArray, indexOf
-
Constructor Details
-
MerchandisingFilter
public MerchandisingFilter()
-
-
Method Details
-
filter
Description copied from interface:FilterReturns true if variable is of the correct type, false otherwise.- Specified by:
filterin interfaceFilter- Overrides:
filterin classEvarFilter- Parameters:
obj- Variable object- Returns:
- true if variable has needed properties, false otherwise
-