Class FOSearchCriterionMode.FoWrappedValue
- java.lang.Object
-
- org.ametys.cms.search.advanced.WrappedValue
-
- org.ametys.web.frontoffice.search.instance.model.FOSearchCriterionMode.FoWrappedValue
-
- Enclosing class:
- FOSearchCriterionMode
public static final class FOSearchCriterionMode.FoWrappedValue extends WrappedValue
AWrappedValue
, being the return type ofFOSearchCriterionMode.getValue(org.ametys.web.frontoffice.search.instance.model.FOSearchCriterion, java.util.Map<java.lang.String, java.lang.Object>, java.util.Map<java.lang.String, java.lang.Object>)
. It can notify for enumerated criteria if empty value need to be requested, throughrequestEmptyValue()
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
requestEmptyValue()
true
if the wrapped value is from enumerated and no mandatory data.String
toString()
-
Methods inherited from class org.ametys.cms.search.advanced.WrappedValue
getValue, setValue
-
-
-
-
Method Detail
-
requestEmptyValue
public boolean requestEmptyValue()
true
if the wrapped value is from enumerated and no mandatory data. The caller has selected none value or all value for restricted user input.- Returns:
true
if the wrapped value is from enumerated and no mandatory data. The caller has selected none value or all value for restricted user input.
-
toString
public String toString()
- Overrides:
toString
in classWrappedValue
-
-