Class GenericQuerySearchProvider.GenericConditionTranslatorContext
- java.lang.Object
-
- de.hybris.platform.cockpit.services.search.impl.AbstractConditionTranslatorContext
-
- de.hybris.platform.cockpit.services.search.impl.GenericQuerySearchProvider.GenericConditionTranslatorContext
-
- All Implemented Interfaces:
ConditionTranslatorContext
- Enclosing class:
- GenericQuerySearchProvider
public class GenericQuerySearchProvider.GenericConditionTranslatorContext extends AbstractConditionTranslatorContext
-
-
Constructor Summary
Constructors Constructor Description GenericConditionTranslatorContext(GenericQuery genericQuery)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GenericQuerygetGenericQuery()booleanisWrapToItemNeeded()voidsetWrapToItemNeeded(boolean wrapToItem)-
Methods inherited from class de.hybris.platform.cockpit.services.search.impl.AbstractConditionTranslatorContext
getAttribute, setAttribute
-
-
-
-
Constructor Detail
-
GenericConditionTranslatorContext
public GenericConditionTranslatorContext(GenericQuery genericQuery)
-
-
Method Detail
-
getGenericQuery
public GenericQuery getGenericQuery()
-
setWrapToItemNeeded
public void setWrapToItemNeeded(boolean wrapToItem)
-
isWrapToItemNeeded
public boolean isWrapToItemNeeded()
-
-