Class TmaSubscriptionInfoPrepareInterceptor
java.lang.Object
de.hybris.platform.b2ctelcoservices.interceptors.TmaSubscriptionInfoPrepareInterceptor
- All Implemented Interfaces:
de.hybris.platform.servicelayer.interceptor.Interceptor,de.hybris.platform.servicelayer.interceptor.PrepareInterceptor<TmaCartSubscriptionInfoModel>
public class TmaSubscriptionInfoPrepareInterceptor
extends Object
implements de.hybris.platform.servicelayer.interceptor.PrepareInterceptor<TmaCartSubscriptionInfoModel>
Prepare interceptor that generates a unique identifier for the
TmaCartSubscriptionInfoModel entities.- Since:
- 1911
-
Constructor Summary
ConstructorsConstructorDescriptionTmaSubscriptionInfoPrepareInterceptor(de.hybris.platform.servicelayer.keygenerator.KeyGenerator keyGenerator) -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.keygenerator.KeyGeneratorvoidonPrepare(TmaCartSubscriptionInfoModel subscriptionInfoModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext ctx)
-
Constructor Details
-
TmaSubscriptionInfoPrepareInterceptor
public TmaSubscriptionInfoPrepareInterceptor(de.hybris.platform.servicelayer.keygenerator.KeyGenerator keyGenerator)
-
-
Method Details
-
onPrepare
public void onPrepare(TmaCartSubscriptionInfoModel subscriptionInfoModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext ctx) - Specified by:
onPreparein interfacede.hybris.platform.servicelayer.interceptor.PrepareInterceptor<TmaCartSubscriptionInfoModel>
-
getKeyGenerator
protected de.hybris.platform.servicelayer.keygenerator.KeyGenerator getKeyGenerator()
-