Uses of Interface
com.hybris.cockpitng.dataaccess.facades.search.FieldSearchFacadeStrategy
-
Packages that use FieldSearchFacadeStrategy Package Description com.hybris.cockpitng.dataaccess.facades.search com.hybris.cockpitng.dataaccess.facades.search.impl com.hybris.cockpitng.dataaccess.util -
-
Uses of FieldSearchFacadeStrategy in com.hybris.cockpitng.dataaccess.facades.search
Subinterfaces of FieldSearchFacadeStrategy in com.hybris.cockpitng.dataaccess.facades.search Modifier and Type Interface Description interfaceOrderedFieldSearchFacadeStrategy<T>Represents a strategy that is used byFieldSearchFacade.
In addition this interface extendsOrderedinterface, so strategies implementing it are easily orderable -
Uses of FieldSearchFacadeStrategy in com.hybris.cockpitng.dataaccess.facades.search.impl
Methods in com.hybris.cockpitng.dataaccess.facades.search.impl that return types with arguments of type FieldSearchFacadeStrategy Modifier and Type Method Description protected java.util.List<FieldSearchFacadeStrategy<?>>FieldSearchFacadeStrategyRegistry. findPreferredStrategies(java.lang.String context, Context additionalContext)protected java.util.Optional<FieldSearchFacadeStrategy<?>>FieldSearchFacadeStrategyRegistry. findPreferredStrategy(java.lang.String context, Context additionalContext)Methods in com.hybris.cockpitng.dataaccess.facades.search.impl with parameters of type FieldSearchFacadeStrategy Modifier and Type Method Description booleanFieldSearchFacadeStrategyRegistry. canHandle(FieldSearchFacadeStrategy<?> strategy, java.lang.String context)booleanFieldSearchFacadeStrategyRegistry. canHandle(FieldSearchFacadeStrategy<?> strategy, java.lang.String context, Context additionalContext) -
Uses of FieldSearchFacadeStrategy in com.hybris.cockpitng.dataaccess.util
Method parameters in com.hybris.cockpitng.dataaccess.util with type arguments of type FieldSearchFacadeStrategy Modifier and Type Method Description voidDataAccessStrategyExtender. setFieldSearchFacadeStrategies(java.util.List<FieldSearchFacadeStrategy<?>> fieldSearchFacadeStrategies)Sets theFieldSearchFacadeStrategys that should be added to the registry.
-