Class FOSearchCriterionMode.FoWrappedValue
java.lang.Object
org.ametys.cms.search.advanced.WrappedValue
org.ametys.web.frontoffice.search.instance.model.FOSearchCriterionMode.FoWrappedValue
- Enclosing class:
- FOSearchCriterionMode
A
WrappedValue
, being the return type of FOSearchCriterionMode.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, through requestEmptyValue()
-
Method Summary
Modifier and TypeMethodDescriptionboolean
true
if the wrapped value is from enumerated and no mandatory data.toString()
Methods inherited from class org.ametys.cms.search.advanced.WrappedValue
getValue, setValue
-
Method Details
-
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
- Overrides:
toString
in classWrappedValue
-