Uses of Interface
de.hybris.platform.adaptivesearchbackoffice.common.ReplaceableDataHandler
-
-
Uses of ReplaceableDataHandler in de.hybris.platform.adaptivesearchbackoffice.common.impl
Classes in de.hybris.platform.adaptivesearchbackoffice.common.impl that implement ReplaceableDataHandler Modifier and Type Class Description classAbstractAsGroupingReplaceableDataHandler<T>classAsGroupExpressionGroupingReplaceableDataHandlerclassAsGroupLimitGroupingReplaceableDataHandler -
Uses of ReplaceableDataHandler in de.hybris.platform.adaptivesearchbackoffice.editors.configurableintegereditor
Methods in de.hybris.platform.adaptivesearchbackoffice.editors.configurableintegereditor that return ReplaceableDataHandler Modifier and Type Method Description protected ReplaceableDataHandler<java.lang.Integer>ConfigurableIntegerEditor. createReplaceableDataHandler(com.hybris.cockpitng.editors.EditorContext<java.lang.Integer> context)protected ReplaceableDataHandler<java.lang.Integer>ConfigurableIntegerEditor. getReplaceableDataHandler()Methods in de.hybris.platform.adaptivesearchbackoffice.editors.configurableintegereditor with parameters of type ReplaceableDataHandler Modifier and Type Method Description protected voidConfigurableIntegerEditor. setReplaceableDataHandler(ReplaceableDataHandler<java.lang.Integer> replaceableDataHandler) -
Uses of ReplaceableDataHandler in de.hybris.platform.adaptivesearchbackoffice.editors.extendedconfigurabledropdown
Methods in de.hybris.platform.adaptivesearchbackoffice.editors.extendedconfigurabledropdown that return ReplaceableDataHandler Modifier and Type Method Description protected ReplaceableDataHandler<java.lang.Object>ExtendedConfigurableDropdownEditor. createReplaceableDataHandler(com.hybris.cockpitng.editors.EditorContext<java.lang.Object> context)protected ReplaceableDataHandler<java.lang.Object>ExtendedConfigurableDropdownEditor. getReplaceableDataHandler()Methods in de.hybris.platform.adaptivesearchbackoffice.editors.extendedconfigurabledropdown with parameters of type ReplaceableDataHandler Modifier and Type Method Description protected voidExtendedConfigurableDropdownEditor. setReplaceableDataHandler(ReplaceableDataHandler<java.lang.Object> replaceableDataHandler)
-