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 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:
      onPrepare in interface de.hybris.platform.servicelayer.interceptor.PrepareInterceptor<TmaCartSubscriptionInfoModel>
    • getKeyGenerator

      protected de.hybris.platform.servicelayer.keygenerator.KeyGenerator getKeyGenerator()