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