Uses of Interface
de.hybris.platform.servicelayer.interceptor.LoadInterceptor
-
-
Uses of LoadInterceptor in de.hybris.platform.servicelayer.interceptor
Methods in de.hybris.platform.servicelayer.interceptor that return types with arguments of type LoadInterceptor Modifier and Type Method Description java.util.Collection<LoadInterceptor>InterceptorRegistry. getLoadInterceptors(java.lang.String type) -
Uses of LoadInterceptor in de.hybris.platform.servicelayer.interceptor.impl
Classes in de.hybris.platform.servicelayer.interceptor.impl that implement LoadInterceptor Modifier and Type Class Description classVoidInterceptorVoid interceptor.Methods in de.hybris.platform.servicelayer.interceptor.impl that return types with arguments of type LoadInterceptor Modifier and Type Method Description java.util.Collection<LoadInterceptor>DefaultInterceptorRegistry. getLoadInterceptors(java.lang.String type) -
Uses of LoadInterceptor in de.hybris.platform.solrfacetsearch.config.impl
Classes in de.hybris.platform.solrfacetsearch.config.impl that implement LoadInterceptor Modifier and Type Class Description classSolrIndexedPropertyLoadInterceptorLoad interceptor forSolrIndexedPropertyModelwhich loads defaultFacetSortProvidername for the indexed property in case no bean id was defined. -
Uses of LoadInterceptor in de.hybris.platform.subscriptionservices.interceptor.impl
Classes in de.hybris.platform.subscriptionservices.interceptor.impl that implement LoadInterceptor Modifier and Type Class Description classSubscriptionPricePlanLoadInterceptorLoadInterceptorimplementation for instances ofSubscriptionPricePlanModel.classUsageChargeLoadInterceptorLoadInterceptorimplementation for instances ofUsageChargeModel. -
Uses of LoadInterceptor in de.hybris.platform.validation.interceptors
Classes in de.hybris.platform.validation.interceptors that implement LoadInterceptor Modifier and Type Class Description classConstraintGroupLoadInterceptorEvery time the default constraint group is loaded all constraints which are not in any group are set to this group.
-