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