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