Class SpiProductPricePrepareInterceptor
java.lang.Object
de.hybris.platform.subscribedproductservices.interceptors.SpiProductPricePrepareInterceptor
- All Implemented Interfaces:
de.hybris.platform.servicelayer.interceptor.Interceptor,de.hybris.platform.servicelayer.interceptor.PrepareInterceptor<SpiProductPriceModel>
@Deprecated(since="2208")
public class SpiProductPricePrepareInterceptor
extends Object
implements de.hybris.platform.servicelayer.interceptor.PrepareInterceptor<SpiProductPriceModel>
Deprecated.
2208
Interceptor to generate unique id for
SpiProductPriceModel that are newly created.- Since:
- 2111
-
Constructor Summary
ConstructorsConstructorDescriptionSpiProductPricePrepareInterceptor(de.hybris.platform.servicelayer.keygenerator.KeyGenerator keyGenerator) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.keygenerator.KeyGeneratorDeprecated.voidonPrepare(SpiProductPriceModel productPriceModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext ctx) Deprecated.
-
Constructor Details
-
SpiProductPricePrepareInterceptor
public SpiProductPricePrepareInterceptor(de.hybris.platform.servicelayer.keygenerator.KeyGenerator keyGenerator) Deprecated.
-
-
Method Details
-
onPrepare
public void onPrepare(SpiProductPriceModel productPriceModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext ctx) Deprecated.- Specified by:
onPreparein interfacede.hybris.platform.servicelayer.interceptor.PrepareInterceptor<SpiProductPriceModel>
-
getKeyGenerator
protected de.hybris.platform.servicelayer.keygenerator.KeyGenerator getKeyGenerator()Deprecated.
-