Class TuaAgreementSpecificationPrepareInterceptor

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

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

    • TuaAgreementSpecificationPrepareInterceptor

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

    • onPrepare

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

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