Class TmaProductSpecificationPrepareInterceptor

java.lang.Object
de.hybris.platform.b2ctelcoservices.interceptors.TmaProductSpecificationPrepareInterceptor
All Implemented Interfaces:
de.hybris.platform.servicelayer.interceptor.Interceptor, de.hybris.platform.servicelayer.interceptor.PrepareInterceptor<TmaProductSpecificationModel>

public class TmaProductSpecificationPrepareInterceptor extends Object implements de.hybris.platform.servicelayer.interceptor.PrepareInterceptor<TmaProductSpecificationModel>
Interceptor to generate unique id for TmaProductSpecificationModel that are newly created.
Since:
2202
  • Constructor Details

    • TmaProductSpecificationPrepareInterceptor

      public TmaProductSpecificationPrepareInterceptor(de.hybris.platform.servicelayer.keygenerator.KeyGenerator keyGenerator)
  • Method Details

    • onPrepare

      public void onPrepare(TmaProductSpecificationModel productSpecificationModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext ctx)
      Specified by:
      onPrepare in interface de.hybris.platform.servicelayer.interceptor.PrepareInterceptor<TmaProductSpecificationModel>
    • getKeyGenerator

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