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 booleanrequestEmptyValue()trueif the wrapped value is from enumerated and no mandatory data.StringtoString()- 
Methods inherited from class org.ametys.cms.search.advanced.WrappedValue
getValue, setValue 
 - 
 
 - 
 
- 
- 
Method Detail
- 
requestEmptyValue
public boolean requestEmptyValue()
trueif the wrapped value is from enumerated and no mandatory data. The caller has selected none value or all value for restricted user input.- Returns:
 trueif 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:
 toStringin classWrappedValue
 
 - 
 
 -