Class AbstractAsExpressionDataProvider<D,V>
- java.lang.Object
-
- de.hybris.platform.adaptivesearchbackoffice.common.impl.AbstractAsExpressionDataProvider<D,V>
-
- All Implemented Interfaces:
DataProvider<D,V>
@Deprecated(since="2011") public abstract class AbstractAsExpressionDataProvider<D,V> extends java.lang.Object implements DataProvider<D,V>
Deprecated.replaced byAbstractAsDataProviderBase implementation ofDataProviderfor expressions.
-
-
Constructor Summary
Constructors Constructor Description AbstractAsExpressionDataProvider()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ModelServicegetModelService()Deprecated.protected AbstractAsSearchProfileModelresolveSearchProfile(AbstractAsConfigurableSearchConfigurationModel searchConfiguration)Deprecated.voidsetModelService(ModelService modelService)Deprecated.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.adaptivesearchbackoffice.common.DataProvider
getData, getLabel, getValue
-
-
-
-
Method Detail
-
resolveSearchProfile
protected AbstractAsSearchProfileModel resolveSearchProfile(AbstractAsConfigurableSearchConfigurationModel searchConfiguration)
Deprecated.
-
getModelService
public ModelService getModelService()
Deprecated.
-
setModelService
public void setModelService(ModelService modelService)
Deprecated.
-
-