Uses of Interface
de.hybris.platform.servicelayer.internal.model.ModelSearchStrategy
-
Packages that use ModelSearchStrategy Package Description de.hybris.platform.servicelayer.internal.model.impl de.hybris.platform.servicelayer.search.impl -
-
Uses of ModelSearchStrategy in de.hybris.platform.servicelayer.internal.model.impl
Classes in de.hybris.platform.servicelayer.internal.model.impl that implement ModelSearchStrategy Modifier and Type Class Description classDefaultItemModelSearchStrategyDefault implementation of the model search strategy interface.Methods in de.hybris.platform.servicelayer.internal.model.impl that return ModelSearchStrategy Modifier and Type Method Description ModelSearchStrategyDefaultModelService. getModelSearchStrategy()ModelSearchStrategyDefaultModelService. lookupModelSearchStrategy()Must be overwritten! Use <lookup-method> in spring. -
Uses of ModelSearchStrategy in de.hybris.platform.servicelayer.search.impl
Methods in de.hybris.platform.servicelayer.search.impl that return ModelSearchStrategy Modifier and Type Method Description ModelSearchStrategyDefaultFlexibleSearchService. getModelSearchStrategy()ModelSearchStrategyDefaultFlexibleSearchService. lookupModelSearchStrategy()Must be overwritten! Use <lookup-method> in spring.
-