Class TuaBillPresentationMediaPrepareInterceptor

java.lang.Object
de.hybris.platform.tuadatamodel.interceptors.TuaBillPresentationMediaPrepareInterceptor
All Implemented Interfaces:
de.hybris.platform.servicelayer.interceptor.Interceptor, de.hybris.platform.servicelayer.interceptor.PrepareInterceptor<TuaBillPresentationMediaModel>

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

    • TuaBillPresentationMediaPrepareInterceptor

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

    • onPrepare

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

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